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

Unified Diff: LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout.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/repaint/repaint-into-ancestor-after-layout.html
diff --git a/LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout.html b/LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout.html
index 4ba471d0810b3cd2aad8ec3c49a9ed05f36b50b6..65b7530cd207f102b2fc689c1f761ea1e690adf0 100644
--- a/LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout.html
+++ b/LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout.html
@@ -24,7 +24,7 @@
background-color: cyan;
width: 50px;
height: 50px;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
</style>
« no previous file with comments | « LayoutTests/compositing/repaint/page-scale-repaint.html ('k') | LayoutTests/compositing/repaint/requires-backing-repaint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698