blob: 100a04174ea2b3de784f5fa34f62a1ccfed3f6e1 [file] [log] [blame]
<!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>