Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
d356bf2ccae98a8a53cbfba6e15e09ff70e281c6
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
in-app-browser-privacy-local-file.html
blob: d3d92534091096dfe4ff3f3987b892f9faaf9e7b [
file
]
<!DOCTYPE html>
<html>
<body>
</body>
<script>
if
(
window
.
webkit
.
messageHandlers
)
window
.
webkit
.
messageHandlers
.
testHandler
.
postMessage
(
'Passed'
);
window
.
wkUserScriptInjected
=
true
;
</script>
</html>