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
/
custom
/
webkit-transform-crash.html
blob
5f10a098720fded8254b86f44b19a3ae291575ca
1
<html><head>
2
<meta
http-equiv
=
"content-type"
content
=
"text/html; charset=UTF-8"
>
3
<!-- This should not crash (null renderer) -->
4
<script>
5
try
{
6
document
.
createElementNS
(
"http://www.w3.org/2000/svg"
,
"g"
).
getTransformToElement
();
7
}
catch
(
error
) {
8
}
9
if
(
window
.
testRunner
)
10
testRunner
.
dumpAsText
();
11
</script>
12
</head><body>
13
PASS
14
</body></html>