repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
android_webview
/
tools
/
WebViewShell
/
test
/
experimental
/
basic-logging.html
blob
5f96087a62f3529d97b6705810c8a73b5e64509a
1
<!DOCTYPE
html
>
2
<html>
3
<script
src
=
"../resources/js-test.js"
></script>
4
<body>
5
SOMETEXT
6
<script
type
=
"text/javascript"
>
7
description
(
"Test JavaScript feedback into WebView"
);
8
debug
(
"some debug text"
);
9
debug
(
isWorker
());
10
debug
(
window
.
testRunner
);
11
</script>
12
</body>
13
</html>