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

Unified Diff: LayoutTests/fast/multicol/pagination-h-horizontal-bt.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-bt.html
diff --git a/LayoutTests/fast/multicol/pagination-h-horizontal-bt.html b/LayoutTests/fast/multicol/pagination-h-horizontal-bt.html
index a35807921b5dfa3aa62f8c0aa4034910c441e211..d1e1bc3f2e5d717b1273b964fb693edd85dc1333 100644
--- a/LayoutTests/fast/multicol/pagination-h-horizontal-bt.html
+++ b/LayoutTests/fast/multicol/pagination-h-horizontal-bt.html
@@ -1,4 +1,9 @@
<html style="-webkit-writing-mode: horizontal-bt; 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/body-propagation/overflow/005-xhtml.xhtml ('k') | LayoutTests/fast/multicol/pagination-h-horizontal-tb.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698