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

Unified Diff: content/test/data/frame_tree/page_with_srcdoc_frame.html

Issue 1667163002: Add methods to NavigationHandle to allow refactoring webNavigation to use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes based on Camille's review. Created 4 years, 10 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
Index: content/test/data/frame_tree/page_with_srcdoc_frame.html
diff --git a/third_party/WebKit/Source/web/tests/data/visible_frames.html b/content/test/data/frame_tree/page_with_srcdoc_frame.html
similarity index 55%
copy from third_party/WebKit/Source/web/tests/data/visible_frames.html
copy to content/test/data/frame_tree/page_with_srcdoc_frame.html
index 6d0820f869edc34573bf2773087feb33efc1411b..7745de470570e3087ee032c639b65af652dbfcab 100644
--- a/third_party/WebKit/Source/web/tests/data/visible_frames.html
+++ b/content/test/data/frame_tree/page_with_srcdoc_frame.html
@@ -1,2 +1 @@
<iframe srcdoc="hello"></iframe>
-<iframe srcdoc=""><iframe>

Powered by Google App Engine
This is Rietveld 408576698