9 document
.styleSheetSets
.expando
= null;
10 var otherDoc
= document
.implementation
.createDocument("", "", null);
11 var otherSpan
= otherDoc
.createElementNS("http://www.w3.org/1999/xhtml", "span");
13 var img
= document
.createElementNS("http://www.w3.org/1999/xhtml", "img");
14 img
.srcset
= "data:,a 1w, data:,b 1w";
16 otherSpan
.appendChild(img
);
21 <body onload=
"boom();"></body>