Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
svg
/
text
/
svg-rtl-text-crash.html
blob: 40bf1cb4982bfacbe641298e7c0f93debc03d44b [
file
] [
log
] [
blame
]
<html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style>
svg
{
direction
:
rtl
;
}
:
before
{
content
:
"]"
;
}
</style>
<svg>
<text>
*
</text>
</svg>
PASS
</html>