Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / 001.html
blobbeafdc15d1e3ff912d6175f766975ad066430f84
1 <body bgcolor=black text=white>
2 The three red squares below should all look the same and be filled only with black.<br>
3 <iframe style="border:10px solid red;padding:25px" width=100 height=100 src="about:blank"></iframe>
4 <object style="border:10px solid red;padding:25px; width:100px; height:100px" data="about:blank"></object>
5 <object style="border:10px solid red;padding:25px; width:100px; height:100px" data="about:blank"></object>
6 </body>