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

Unified Diff: LayoutTests/fast/multicol/pagination-h-horizontal-tb.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/multicol/pagination-h-horizontal-tb.html
diff --git a/LayoutTests/fast/multicol/pagination-h-horizontal-tb.html b/LayoutTests/fast/multicol/pagination-h-horizontal-tb.html
index 966e8417adcffd259b01ca83c326c15754526ca1..0b771f11cc688afb47430f23bf5ce2697da553af 100644
--- a/LayoutTests/fast/multicol/pagination-h-horizontal-tb.html
+++ b/LayoutTests/fast/multicol/pagination-h-horizontal-tb.html
@@ -1,4 +1,9 @@
<html style="-webkit-writing-mode: horizontal-tb; overflow: -webkit-paged-x;">
+<script>
+if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
+}
+</script>
<body>
<div style="border: solid; height: 900px; font: 50px ahem; -webkit-font-smoothing: none;">
<br><br><br><br><br><br><br><br><br><br>
« no previous file with comments | « LayoutTests/fast/multicol/pagination-h-horizontal-bt.html ('k') | LayoutTests/fast/multicol/pagination-h-vertical-lr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698