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

Side by Side Diff: LayoutTests/fast/frames/flattening/resources/inner-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 body { background-color:silver }
7
8 .box {
9 height: 200px;
10 width: 200px;
11 margin: 10px;
12 padding: 5px;
13 background-color: blue;
14 }
15 </style>
16 </head>
17 <body>
18
19 <p>This is the inner frame.</p>
20
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698