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

Unified Diff: LayoutTests/fast/block/positioning/relative-overflow-replaced.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/block/positioning/relative-overflow-replaced.html
diff --git a/LayoutTests/fast/block/positioning/relative-overflow-replaced.html b/LayoutTests/fast/block/positioning/relative-overflow-replaced.html
index 964f662bb0e192afd44f6b87a93edad200ea1bd1..59677df1364b06e8de7a2012b6a66fb2e81a5047 100644
--- a/LayoutTests/fast/block/positioning/relative-overflow-replaced.html
+++ b/LayoutTests/fast/block/positioning/relative-overflow-replaced.html
@@ -1,4 +1,9 @@
<html>
+<script>
+if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+}
+</script>
<body>
<img style="position:relative;left:1000px;top:1000px;height:100px;width:100px;background-color:lime">
The image should be 1000px over to the right and bottom, which should cause horizontal and vertical scrollbars to appear.

Powered by Google App Engine
This is Rietveld 408576698