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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
text
/
highcharts-assertion.html
blob
8670e84f4a517cb8813bffa7b526edf7d220d41e
1
<html>
2
<head>
3
<title>
This test passes if it doesn't crash
</title>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
</script>
8
</head>
9
<body>
10
<svg>
11
<text
y
=
"50"
><tspan> </tspan><script>
document
.
body
.
offsetTop
;
</script>
<tspan>
PASS
</tspan></text>
12
</svg>
13
</body>
14
</html