Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: LayoutTests/fast/css-generated-content/malformed-url.html

Issue 221743006: Deflake fast/css-generated-content/malformed-url.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-generated-content/malformed-url.html
diff --git a/LayoutTests/fast/css-generated-content/malformed-url.html b/LayoutTests/fast/css-generated-content/malformed-url.html
index 0aa341a90d66dc07f662a738824be4e0423a84fb..d1f85e8c426d3f83d5d1987c1b4a00440a99e258 100644
--- a/LayoutTests/fast/css-generated-content/malformed-url.html
+++ b/LayoutTests/fast/css-generated-content/malformed-url.html
@@ -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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698