OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script> | |
3 if (window.testRunner) | |
4 testRunner.dumpAsText(); | |
5 </script> | |
6 <p>PASS if no crash.</p> | |
7 <svg> | |
8 <text style='white-space: normal'> </text> | |
9 <text style='white-space: nowrap'> </text> | |
10 <text style='white-space: pre'> </text> | |
11 <text style='white-space: pre-wrap'> </text> | |
12 <text style='white-space: pre-line'> </text> | |
13 </svg> | |
OLD | NEW |