Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / svg-rtl-text-crash.html
bloba0c891213495ce11873d3031099c5bb6e5534cf0
1 <html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <style>
7 svg {
8 direction: rtl;
10 :before {
11 content: "]";
13 </style>
14 <svg>
15 <text>*</text>
16 </svg>
17 PASS
18 </html>