Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / autoresize / resources / iframe.html
blob9d0856a7c652ac5867e658ff466b57a4aa3eea26
1 <!doctype html>
2 <html>
3 <body style="background-color:green;">
4 This test only works in DumpRenderTree since it relies on setting up autoresize from javascript. It verifies that iframes are sized correctly when the main window is autoresized. On success, you should see a series of PASS messages followed by a DONE.
5 <div id='result'>
6 </div>
7 <script src='autoresize-util.js'></script>
8 <script>
9 window.onmessage = function (evt)
11 eval(evt.data);
13 </script>
14 </body>
15 </html>