2 <body style=
"margin: 0;">
3 <div style=
"overflow: -webkit-paged-x; -webkit-column-gap: 20px; height: 300px; width: 100px; ">
4 <div id=a
style=
"height: 50%;"></div>
5 <div id=b
style=
"height: 50%;"></div>
6 <div id=
"target" style=
"height: 50%;"></div>
7 <div id=c
style=
"height: 50%;"></div>
8 <div id=
"result"></div>
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
13 document
.getElementById("result").innerText
= document
.caretRangeFromPoint(115, 50).startContainer
=== document
.getElementById("target") ? "PASS" : "FAIL";