gecko-dev/layout/reftests/async-scrolling/iframe-1-ref.html
Robert O'Callahan f458f27d6b Bug 1080205. Part 2: Add test. r=tn
--HG--
extra : rebase_source : 9f8a41ae255e132e572fdb5012f851554fde69d9
2014-10-30 16:33:55 +13:00

11 lines
423 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<iframe style="width:300px; height:600px; border:2px solid blue"
srcdoc="<!DOCTYPE HTML>
<html style='overflow:hidden'>
<div style='height:450px'></div>
<div style='height:200px; background:purple'>
<div style='display:inline-block; width:20px; height:20px; background:yellow;'></div>
</div>"></iframe>