| <!DOCTYPE html> | |
| <body> | |
| <var style="float: right; -webkit-border-before: groove; font-family: inherit"></var> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| document.body.offsetTop; | |
| document.designMode="on"; | |
| document.execCommand("SelectAll"); | |
| document.execCommand("InsertImage", false); | |
| document.execCommand("InsertOrderedList"); | |
| document.body.innerHTML = "crbug.com/279286: ASSERT: Bad cast from CSSInitialValue to CSSValueList<br>This test has passed if it doesn't crash"; | |
| </script> |