blob: f11ce13e6a43b5be96e9ee2c40c2c1388fdb873d [file] [log] [blame]
<html>
<body>
<style type="text/css">
div::first-letter { float: right; content: "AB" }
div::after { display: table; content: "CD" }
</style>
<div></div>
PASS, if the script does not cause a crash or ASSERT failure
<script>
function runTest() {
document.body.offsetTop;
document.body.style.color = "blue";
if (window.testRunner)
testRunner.dumpAsText();
}
window.onload = runTest;
</script>
</body>
</html>