7 -webkit-columns:
1in auto ;
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
17 document
.body
.offsetLeft
;
18 document
.body
.innerHTML
= 'PASS';
22 <body onload=
"onLoad()">
23 <!-- This test is for crbug.com/327725. Need some long text for reproducing crash.-->
24 <!-- Copied the following from W3C spec.-->
25 The 'orphans' property specifies the minimum number of lines in a block container that must be left at the bottom of a page. The 'widows' property specifies the minimum number of lines in a block container that must be left at the top of a page. Examples of how they are used to control page breaks are given below.