Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <svg xmlns="http://www.w3.org/2000/svg"> | |
| 3 <text> | |
| 4 <tspan style="white-space:pre-wrap"> </tspan> | |
| 5 </text> | |
| 6 </svg> | |
| 7 <p>This test passes if it doesn't crash</p> | |
| 8 <script> | |
| 9 if (window.testRunner) | |
| 10 testRunner.dumpAsText(); | |
| 11 </script> | |
| OLD | NEW |