1403656-1.html (353B)
1 <!DOCTYPE html> 2 <html class="filtered"> 3 <style> 4 .filtered { 5 filter: url(#notsvg); 6 } 7 #notsvg { 8 float: left; 9 overflow: auto; 10 } 11 </style> 12 <script> 13 function go() { 14 const div = document.createElement('div') 15 div.setAttribute('id', 'notsvg') 16 document.documentElement.appendChild(div) 17 } 18 </script> 19 <body onload="go();" class="filtered">