4 src: url(data:text/plain,
1);
8 This test passes if it does not cause an assertion failure or a crash.
10 A
<img id=
"target" alt=
"A">
14 document
.body
.offsetTop
;
15 document
.body
.style
.fontFamily
="test";
16 document
.body
.offsetTop
;
17 document
.getElementById("target").src
= "data:text/plain,2";
20 if (window
.testRunner
)
21 testRunner
.dumpAsText();