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

Unified Diff: LayoutTests/css3/blending/isolation-isolate-simple.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/css3/blending/isolation-isolate-simple.html
diff --git a/LayoutTests/css3/blending/isolation-isolate-simple.html b/LayoutTests/css3/blending/isolation-isolate-simple.html
index 6572c901dea74ad813423ac2d2b171a0560dfeb8..851c7658f61b8a1a8a8cf72c4508bf7eca750bbb 100644
--- a/LayoutTests/css3/blending/isolation-isolate-simple.html
+++ b/LayoutTests/css3/blending/isolation-isolate-simple.html
@@ -12,7 +12,7 @@
<!-- Isolation should create a stacking context. Test if "isolation:isolate" sets the zIndex to 0, instead of the default "auto" value. -->
<body>
<div id="isolator"></div>
- <div id="isolator_accelerated" style="-webkit-transform: translateZ(0)"></div>
+ <div id="isolator_accelerated" style="transform: translateZ(0)"></div>
<script src="../../resources/js-test.js"></script>
<script>

Powered by Google App Engine
This is Rietveld 408576698