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

Unified Diff: LayoutTests/svg/as-image/set-img-height-expected.html

Issue 252353002: FCMify text-based-repaint layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Mac expectations 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
« no previous file with comments | « LayoutTests/fast/repaint/resources/text-based-repaint.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/as-image/set-img-height-expected.html
diff --git a/LayoutTests/svg/as-image/set-img-height-expected.html b/LayoutTests/svg/as-image/set-img-height-expected.html
index f4e1c00cf8694cc5c82bf06808c0a5198c484a59..06339a918714670cb4c787d1d79a00537f0409eb 100644
--- a/LayoutTests/svg/as-image/set-img-height-expected.html
+++ b/LayoutTests/svg/as-image/set-img-height-expected.html
@@ -6,6 +6,10 @@
background:yellow;
}
</style>
+<script>
+if (window.internals)
+ window.internals.settings.setForceCompositingMode(true);
+</script>
<body>
<div>
<img id="scaleMe" src="resources/circle-200px-none.svg">
« no previous file with comments | « LayoutTests/fast/repaint/resources/text-based-repaint.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698