OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 * { | |
4 margin-top: inherit; | |
5 border-top-style: dashed; | |
6 } | |
7 | |
8 *:only-of-type { | |
9 outline-style: dotted; | |
10 -webkit-writing-mode: vertical-rl; | |
11 } | |
12 </style> | |
13 <p>This test passes if it does not crash. | |
14 <svg> | |
15 <text class="CLASS0 CLASS4" font-variant="small-caps"</metadata> | |
16 <textPath> | |
17 <script> | |
18 if (window.testRunner) | |
19 testRunner.dumpAsText(); | |
20 </script> | |
OLD | NEW |