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

Unified Diff: LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
Index: LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html
diff --git a/LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html b/LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html
index 27ff9f9ab4b64ca9c83da40a3a13bff018554244..62eae9ffc21917c498ca7ea5739ec55d7bc98502 100644
--- a/LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html
+++ b/LayoutTests/fast/frames/set-iframe-src-in-pagehide-crash.html
@@ -3,7 +3,7 @@
<div id=one><iframe></iframe></div>
<div id=two></div>
<div id=three></div>
-<script src="../js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
description("Setting an iframe's src in a pagehide handler should not create a frame (nor a crash)");
var div1 = document.getElementById('one');

Powered by Google App Engine
This is Rietveld 408576698