Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <body> | |
| 3 <var style="float: right; -webkit-border-before: groove; font-family: inherit">< /var> | |
| 4 | |
| 5 <script> | |
| 6 if (window.testRunner) | |
| 7 testRunner.dumpAsText(); | |
| 8 | |
| 9 document.body.offsetTop; | |
| 10 document.designMode="on"; | |
| 11 document.execCommand("SelectAll"); | |
| 12 document.execCommand("InsertImage", false); | |
| 13 document.execCommand("InsertOrderedList"); | |
| 14 document.body.innerHTML = "crbug.com/279286: ASSERT: Bad cast from CSSInitia lValue to CSSValueList<br>This test has passed if it doesn't crash"; | |
| 15 </script> | |
| OLD | NEW |