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

Unified Diff: LayoutTests/compositing/text-on-scaled-layer-expected.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-expected.html
diff --git a/LayoutTests/compositing/text-on-scaled-layer-expected.html b/LayoutTests/compositing/text-on-scaled-layer-expected.html
index fc0bbcdb63cc5bfb0dd0f1e363d85c53a4e3818f..e547a99dbbd5a554f3d228480bd6ac6bfb93cf91 100644
--- a/LayoutTests/compositing/text-on-scaled-layer-expected.html
+++ b/LayoutTests/compositing/text-on-scaled-layer-expected.html
@@ -6,8 +6,8 @@ if (window.testRunner) {
}
</script>
<body style="overflow:hidden">
-<div style="-webkit-transform-origin: 0 0; -webkit-transform:translate(50px,50px) scale(1.5); background: green; width:30em">
- <div style="-webkit-transform-origin: 0 0; -webkit-transform:scale(1.5);">
+<div style="-webkit-transform-origin: 0 0; transform:translate(50px,50px) scale(1.5); background: green; width:30em">
+ <div style="-webkit-transform-origin: 0 0; transform: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-scaled-layer.html ('k') | LayoutTests/compositing/text-on-scaled-surface.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698