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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cross-site-frame.html

Issue 2962073002: OOPIF support for layout test pixel dumps.
Patch Set: Rebasing on top of 8bc8e844008b (still works locally). Created 3 years, 5 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: third_party/WebKit/LayoutTests/http/tests/cross-site-frame.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/cross-site-frame.html b/third_party/WebKit/LayoutTests/http/tests/cross-site-frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..04c9b837662c9d7d84a6693db5cd4aeb750e3ed0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/cross-site-frame.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<!-- This test verifies basic OOPIFs support via layout tests.
+ In particular this serves as a regression test for https://crbug.com/667551
+ -->
+<html>
+ <head>
+ <meta charset="utf-8">
+ </head>
+ <body>
+ Main frame.
+ <br>
+ Cross-site frame:
+ <iframe src="http://localhost:8000/resources/frame.html">
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698