Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-generated-content / malformed-url.html
index 0aa341a..d1f85e8 100644 (file)
@@ -9,6 +9,8 @@ if (window.testRunner) {
     testRunner.dumpAsText();
     testRunner.waitUntilDone();
 }
-window.location.href = 'resources/pass.html';
+onload = function() {
+    window.location.href = 'resources/pass.html';
+};
 </script>
 </html>