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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
in-html
/
script.html
blob
6fc03af4b244768db8527bf2f6af49faed2544d2
1
<html>
2
<head>
3
<script
src
=
"../../resources/js-test.js"
></script>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
</script>
8
</head>
9
<body>
10
<!-- Makes sure we execute scripts inside <svg>. Test passes if PASS is printed. -->
11
<div
id
=
"console"
></div>
12
<svg>
13
<g>
14
<rect
id
=
"test"
>
15
<script>
16
testPassed
(
"script ran!"
);
17
</script>
18
</rect>
19
</g>
20
</svg>
21
</body>
22
</html>