3 <script src=
"../../resources/ahem.js"></script>
7 -webkit-font-smoothing: none;
13 ::-webkit-scrollbar-track {
14 background-color:green;
16 ::-webkit-scrollbar-thumb {
17 background-color:rgba(
128,
128,
128,
0.8); /* Let tickmark shine through */
23 var range
= document
.createRange();
24 var elt
= document
.getElementById('elt');
25 range
.selectNodeContents(elt
);
26 if (window
.internals
) {
27 window
.internals
.addTextMatchMarker(range
, true);
29 if (window
.testRunner
)
30 testRunner
.dumpAsTextWithPixelResults();
34 <body onload=
"highlight();">
36 <div style=
"height:600px"></div>
37 <span id=
"elt" style=
"position:absolute; top:300px"> </span>