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

Side by Side Diff: LayoutTests/fast/block/positioning/relative-overflow-block.html

Issue 249963002: FCMify layout tests with scrollbar rendering diffs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <script>
3 if (window.internals) {
4 window.internals.settings.setForceCompositingMode(true);
5 }
6 </script>
2 <body> 7 <body>
3 Document canvas should be big enough to fit both blue and red (relative position ed) rectangles (ie. have scrollbars if they don't fit to the view) 8 Document canvas should be big enough to fit both blue and red (relative position ed) rectangles (ie. have scrollbars if they don't fit to the view)
4 <div style="width: 500px; height: 500px; position: absolute; border: 2px solid b lue;"> 9 <div style="width: 500px; height: 500px; position: absolute; border: 2px solid b lue;">
5 <div style="width: 500px; height: 500px; left: 300px; top:300px; position: relat ive; border: 2px solid red;"> 10 <div style="width: 500px; height: 500px; left: 300px; top:300px; position: relat ive; border: 2px solid red;">
6 </div> 11 </div>
7 </div> 12 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/margin-collapse/104.html ('k') | LayoutTests/fast/block/positioning/relative-overflow-replaced.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698