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

Side by Side Diff: LayoutTests/fast/frames/flattening/resources/intermediate-frame.html

Issue 13963006: Remove frame flattening support as Chromium has no intention of using it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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
3 <html>
4 <head>
5 <style type="text/css" media="screen">
6 iframe {
7 height: 170px;
8 width: 250px;
9 border: 1px solid black;
10 }
11 </style>
12 </head>
13 <body>
14
15 <p>This is the intermediate frame</p>
16 <iframe src="inner-frame.html" scrolling="no"></iframe>
17
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698