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

Unified Diff: LayoutTests/compositing/text-on-scaled-surface.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-surface.html
diff --git a/LayoutTests/compositing/text-on-scaled-surface.html b/LayoutTests/compositing/text-on-scaled-surface.html
index 1f057c8bc1e246c08446abf95a4bb46a27c1fcc5..e48b486b358fe25aa989aeeef6f4a15cec898af0 100644
--- a/LayoutTests/compositing/text-on-scaled-surface.html
+++ b/LayoutTests/compositing/text-on-scaled-surface.html
@@ -6,9 +6,9 @@ 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; height:8em;
+<div style="-webkit-transform-origin: 0 0; transform:translateZ(0) translate(50px,50px) scale(1.5); background: green; width:30em; height:8em;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)))">
- <div style="-webkit-transform-origin: 0 0; -webkit-transform:translateZ(0) scale(1.5);">
+ <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/>

Powered by Google App Engine
This is Rietveld 408576698