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

Unified Diff: LayoutTests/compositing/flat-with-transformed-child.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/flat-with-transformed-child.html
diff --git a/LayoutTests/compositing/flat-with-transformed-child.html b/LayoutTests/compositing/flat-with-transformed-child.html
index bb5665922acb78c7020907dd3ca27f476bc4013a..467da108363ba99e6ab0830d13a8b9ac2abf060d 100644
--- a/LayoutTests/compositing/flat-with-transformed-child.html
+++ b/LayoutTests/compositing/flat-with-transformed-child.html
@@ -14,12 +14,12 @@
background-color: green;
opacity: 0.9999;
-webkit-transform-style: flat;
- -webkit-transform: rotateY(80deg);
+ transform: rotateY(80deg);
}
#child {
background-color: green;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
#bad {

Powered by Google App Engine
This is Rietveld 408576698