3 .c2 { overflow: scroll; background: aqua; }
4 .c6 { -webkit-column-count:
2;}
8 testRunner
.dumpAsText();
11 var select
= document
.createElement('select');
12 select
.setAttribute('size', '65536');
13 select
.setAttribute('class', 'c2');
14 document
.documentElement
.appendChild(select
);
15 document
.body
.offsetTop
;
16 select
.setAttribute('class', 'c6');
17 document
.body
.offsetTop
;
21 <div>This test checks that Layer doesn't crash because it is missing a ScrollableArea.
</div>
22 <div>This test has PASSED if it didn't CRASH.
</div>