Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / resources / line-flow-with-floats.js
1 var frameDoc;
2 var loadCount = 0;
3
4 function loaded()
5 {
6     loadCount++;
7     if (loadCount == 2)
8         runRepaintTest();
9 }
10
11 function repaintTest()
12 {
13     test(document.getElementById("iframe").contentDocument);
14 }