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

Unified Diff: LayoutTests/dialog/top-layer-stacking.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/dialog/top-layer-stacking.html
diff --git a/LayoutTests/dialog/top-layer-stacking.html b/LayoutTests/dialog/top-layer-stacking.html
index 07d5bab5c239f9d01a08057884a3ffb29f04f19b..2916a2db25e83020e5ec42f264c18be5893b2f95 100644
--- a/LayoutTests/dialog/top-layer-stacking.html
+++ b/LayoutTests/dialog/top-layer-stacking.html
@@ -20,7 +20,7 @@ transforms and z-index are tested inside a top layer element subtree. -->
background-color: magenta;
}
.transformed {
- -webkit-transform: rotateY(45deg);
+ transform: rotateY(45deg);
background-color: cyan;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698