3 <style type=
"text/css">
4 div::first-letter
{ float: right
; content: "AB" }
5 div::after
{ display: table
; content: "CD" }
8 PASS, if the script does not cause a crash or ASSERT failure
11 document
.body
.offsetTop
;
12 document
.body
.style
.color
= "blue";
13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
16 window
.onload
= runTest
;