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

Unified Diff: LayoutTests/compositing/text-on-large-layer.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/compositing/text-on-large-layer.html
diff --git a/LayoutTests/compositing/text-on-large-layer.html b/LayoutTests/compositing/text-on-large-layer.html
index d408670851642c731a6c9983fc9db4f21b97ce70..97c4ff35fba6b4a9050cb4f5db1b14e6571d1974 100644
--- a/LayoutTests/compositing/text-on-large-layer.html
+++ b/LayoutTests/compositing/text-on-large-layer.html
@@ -10,7 +10,7 @@ if (window.testRunner) {
}
</script>
<body style="overflow:hidden">
-<div style="-webkit-transform:translateZ(0); width: 2000px; height: 10000px; top:1px; left:3px; position:absolute">
+<div style="transform:translateZ(0); width: 2000px; height: 10000px; top:1px; left:3px; position:absolute">
This is some text inside a very large composited layer to test that it is rendered sharply.<br>
The test passes if this text is crisp.
</div>
« no previous file with comments | « LayoutTests/compositing/sub-layer-focus-ring-expected.html ('k') | LayoutTests/compositing/text-on-scaled-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698