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

Unified Diff: LayoutTests/compositing/child-transform-with-anchor-point-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/child-transform-with-anchor-point-expected.html
diff --git a/LayoutTests/compositing/child-transform-with-anchor-point-expected.html b/LayoutTests/compositing/child-transform-with-anchor-point-expected.html
index fa8c5fc90c17cf4f27e5b3b75a87fd2a6c998113..9dded120ad6532d94c596fed0f178084cf2658b6 100644
--- a/LayoutTests/compositing/child-transform-with-anchor-point-expected.html
+++ b/LayoutTests/compositing/child-transform-with-anchor-point-expected.html
@@ -14,7 +14,7 @@
}
#transformed {
- -webkit-transform: rotateY(90deg);
+ transform: rotateY(90deg);
-webkit-transform-origin: right;
background: green;
height: 800px;
« no previous file with comments | « LayoutTests/compositing/child-transform-with-anchor-point.html ('k') | LayoutTests/compositing/clip-change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698