Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
svg
/
text
/
glyphref-renderer-create-crash.html
blob: bcffdabea850d2c7b10015d7c070f4b0658c869d [
file
] [
edit
]
<html>
Test passes if it does not crash.
<svg>
<glyphref>
<foreignObject>
</foreignObject>
</glyphref>
</svg>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</html>