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

Unified Diff: LayoutTests/compositing/text-on-scaled-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-scaled-layer.html
diff --git a/LayoutTests/compositing/text-on-scaled-layer.html b/LayoutTests/compositing/text-on-scaled-layer.html
index 869229348f0321f8c56100d45c223838e79f2351..b3f5d56efd678675cb263c6755a3e446ca8d4074 100644
--- a/LayoutTests/compositing/text-on-scaled-layer.html
+++ b/LayoutTests/compositing/text-on-scaled-layer.html
@@ -6,8 +6,8 @@ if (window.testRunner) {
}
</script>
<body style="overflow:hidden">
-<div style="-webkit-transform-origin: 0 0; -webkit-transform:translateZ(0) translate(50px,50px) scale(1.5); background: green; width:30em">
- <div style="-webkit-transform-origin: 0 0; -webkit-transform:translateZ(0) scale(1.5);">
+<div style="-webkit-transform-origin: 0 0; transform:translateZ(0) translate(50px,50px) scale(1.5); background: green; width:30em">
+ <div style="-webkit-transform-origin: 0 0; transform:translateZ(0) scale(1.5);">
<!-- Use short lines of text to avoid accumulating error -->
Text on<br/>
a scaled<br/>
« no previous file with comments | « LayoutTests/compositing/text-on-large-layer.html ('k') | LayoutTests/compositing/text-on-scaled-layer-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698