4 <style type=
"text/css">
8 background-image: -webkit-linear-gradient
(black
, black
);
10 border: 1px solid green
;
15 window
.onload = function() {
16 if (window
.testRunner
) {
17 testRunner
.waitUntilDone();
18 testRunner
.setBackingScaleFactor(2, finishTest
);
22 function finishTest() {
23 setTimeout(function() { testRunner
.notifyDone(); }, 0);
27 <!-- You should see no red leaking through the inner edge of the border. -->
28 <div style=
"background-color: red; padding: 10px; width: 200px">
29 <div class=
"box"></div>