limited-quirks.html (448B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>The unitless length quirk (limited-quirks)</title> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <style> iframe { width:20px; height:20px; } </style> 8 </head> 9 <body> 10 <div id=log></div> 11 <iframe class=limited-quirks></iframe> 12 <script src=../support/test-ref-iframe.js></script> 13 <script src=support/common.js></script> 14 </body> 15 </html>