2 <p>The rules below should be green, and there should be no assertion failures.
</p>
3 <p>Click to test if testing manually.
</p>
4 <div id=
"mc" style=
"-webkit-columns:3; line-height:100px; -webkit-column-rule:solid yellow;">
10 if (window
.testRunner
)
11 testRunner
.waitUntilDone();
12 function changeStyle() {
13 document
.getElementById('mc').style
.webkitColumnRuleColor
= 'green';
14 if (window
.testRunner
)
15 testRunner
.notifyDone();
17 onclick
= changeStyle
; // for testing manually.
19 // Force painting, then change style, which in turn will trigger another repaint.
20 if (window
.testRunner
)
21 testRunner
.layoutAndPaintAsyncThen(changeStyle
);