blob: fe6d66fbf22f1b32dbf4fbd723b73d9585469376 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/page_sets/pixel_tests.py. This will ensure
that the baseline images are regenerated on the next run.
-->
<html>
<head>
<meta name="viewport" content="initial-scale=1">
<title></title>
<style type="text/css">
.nomargin {
margin: 0px auto;
}
</style>
<script>
var g_swaps_before_success = 5
function waitForSwapsToComplete() {
g_swaps_before_success--;
if (g_swaps_before_success > 0) {
window.requestAnimationFrame(waitForSwapsToComplete);
} else {
domAutomationController.send("SUCCESS");
}
}
function main() {
window.requestAnimationFrame(waitForSwapsToComplete);
}
</script>
</head>
<body onload="main()">
</body>
</html>