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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- This test verifies basic OOPIFs support via layout tests.
3 In particular this serves as a regression test for https://crbug.com/667551
4 -->
5 <html>
6 <head>
7 <meta charset="utf-8">
8 </head>
9 <body>
10 Main frame.
11 <br>
12 Cross-site frame:
13 <iframe src="http://localhost:8000/resources/frame.html">
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698