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

Side by Side Diff: LayoutTests/fast/block/positioning/relative-overflow-replaced-float.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 <img style="float:left;position:relative;left:1000px;top:1000px;height:100px;wid th:100px;background-color:lime"> 8 <img style="float:left;position:relative;left:1000px;top:1000px;height:100px;wid th:100px;background-color:lime">
4 The image should be 1000px over to the right and bottom, which should cause hori zontal and vertical scrollbars to appear. 9 The image should be 1000px over to the right and bottom, which should cause hori zontal and vertical scrollbars to appear.
5 </body> 10 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698