Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <script> | 2 <script> |
| 3 if (window.testRunner) | 3 if (window.testRunner) |
| 4 testRunner.dumpAsText(); | 4 testRunner.dumpAsText(); |
| 5 </script> | 5 </script> |
| 6 <p>PASS if no crash or assertion failure.</p> | 6 <p>PASS if no crash or assertion failure.</p> |
|
Julien - ping for review
2015/07/29 23:10:52
Let's add a description of what is tested.
mstensho (USE GERRIT)
2015/07/30 09:32:06
Done.
| |
| 7 <div style="-webkit-column-count:2;"> | 7 <div style="-webkit-column-count:2;"> |
| 8 <svg style="display:block; -webkit-column-span:all;"> | 8 <div style="-webkit-transform:rotate(4deg);"> |
| 9 <foreignObject> </foreignObject> | 9 <div style="position:fixed;"></div> |
|
Julien - ping for review
2015/07/29 23:10:52
Ideally we would want to test that we get the *cor
mstensho (USE GERRIT)
2015/07/30 09:32:06
Done.
Made a reftest instead. Note that there are
| |
| 10 </svg> | 10 </div> |
| 11 </div> | 11 </div> |
| OLD | NEW |