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

Unified Diff: LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root.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/geometry/limit-layer-bounds-overflow-root.html
diff --git a/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root.html b/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root.html
index 0441166451c47958e64a6095262a96457b7c4869..40761f5e9f0712f1efd1356ce34f2da7cd135767 100644
--- a/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root.html
+++ b/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root.html
@@ -23,7 +23,7 @@
left: 21px;
width: 100px;
height: 100px;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
.test {

Powered by Google App Engine
This is Rietveld 408576698