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

Side by Side Diff: LayoutTests/fast/frames/flattening/resources/frameset-flattening-subframe-resize.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 <style>body { background-color: green; }</style>
2 <div id='box' style='position: absolute; width: 100px; height: 100px; left: 0; t op: 350px; background-color: red;'></div>
3 <p>
4 Test for frameset flattening. The flattening only works inside the DRT.
5 </p>
6 <p>
7 This frame should be 300px wide and not be scrollable (have scrollbars).
8 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698