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

Unified Diff: LayoutTests/compositing/rendering-contexts.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/rendering-contexts.html
diff --git a/LayoutTests/compositing/rendering-contexts.html b/LayoutTests/compositing/rendering-contexts.html
index 2bd5f53fce9f696a887738bf06cc59c7caee11e8..1ecc6dfc709c5bf0bcd48a5669fcc4ce6bc47a54 100644
--- a/LayoutTests/compositing/rendering-contexts.html
+++ b/LayoutTests/compositing/rendering-contexts.html
@@ -7,7 +7,7 @@
<head>
<style>
.composited {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
width: 100px;
height: 100px;
background-color: green;
« no previous file with comments | « LayoutTests/compositing/render-surface-alpha-blending.html ('k') | LayoutTests/compositing/reorder-z-with-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698