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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cross-site-frame-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/cross-site-frame-expected.html b/third_party/WebKit/LayoutTests/http/tests/cross-site-frame-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f019ed097ec853f3fca6fee0f1d1100a3b2f62d8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/cross-site-frame-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ </head>
+ <body>
+ Main frame.
+ <br>
+ Cross-site frame:
+ <iframe src="resources/frame.html">
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698