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
/
svg-rtl-text-crash.html
blob
a0c891213495ce11873d3031099c5bb6e5534cf0
1
<html>
2
<script>
3
if
(
window
.
testRunner
)
4
testRunner
.
dumpAsText
();
5
</script>
6
<style>
7
svg {
8
direction: rtl;
9
}
10
:before {
11
content:
"]"
;
12
}
13
</style>
14
<svg>
15
<text>
*
</text>
16
</svg>
17
PASS
18
</html>