Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <style> | |
| 3 * { | |
| 4 -webkit-columns:2; | |
| 5 } | |
| 6 </style> | |
| 7 <script> | |
| 8 if (window.testRunner) { | |
| 9 testRunner.dumpAsText(); | |
| 10 } | |
| 11 </script> | |
| 12 <p> This test should not assert in debug mode. </p> | |
| 13 <svg><text>a | |
| 14 | |
| OLD | NEW |