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
/
custom
/
get-text-element-transform-crash.html
blob
590290bbd72b2980075fd617fd0c0cdab5690333
1
<html>
2
<head>
3
<script
type
=
"application/javascript"
>
4
function test() {
5
document.getElementById(
"crash"
).getTransformToElement();
6
}
7
8
if (window.testRunner) {
9
testRunner.dumpAsText();
10
}
11
12
</script>
13
</head>
14
<body>
15
<svg
xmlns
=
"http://www.w3.org/2000/svg"
version
=
"1.1"
onload
=
"test()"
>
16
<animateTransform >
17
<text
id
=
"crash"
>
18
</text>
19
</animateTransform>
20
</svg>
21
PASS
22
</body>
23
</html>