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

Unified Diff: LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.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/clipping-should-not-repaint-composited-descendants.html
diff --git a/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html b/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html
index f52a0a25450cc0e800d14e1aa8ded115de1454fb..d6d2fa2015a3687be81aa606274dfdb199ad4a44 100644
--- a/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html
+++ b/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants.html
@@ -9,7 +9,7 @@
.clipping-container {
position: absolute;
height: 300px;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
.with-initial-clipping {
@@ -21,7 +21,7 @@
height: 250px;
background-color: yellow;
border: 1px solid black;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
</style>
<style id="alt1">

Powered by Google App Engine
This is Rietveld 408576698