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

Unified Diff: LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.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/overflow/transform-should-update-absolute-clip-rects.html
diff --git a/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html b/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html
index c768760e55f6fd34a381cb45c80e4cd111a04d77..a3955c842893fa0fb4d6ae87d9d7f1985c8969ea 100644
--- a/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html
+++ b/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html
@@ -3,7 +3,7 @@
#slidein {
width: 200px;
height: 200px;
- -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
}
#header {
@@ -23,7 +23,7 @@
#content {
width: 200px;
height: 200px;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
background-color: blue;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698