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

Unified Diff: LayoutTests/fast/repaint/transform-absolute-child.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/fast/repaint/transform-absolute-child.html
diff --git a/LayoutTests/fast/repaint/transform-absolute-child.html b/LayoutTests/fast/repaint/transform-absolute-child.html
index ba0f9c8bf73d538c9689150df144b3589f7b40ad..f11419a51dced5f0dbd3b62220f1e64f349b9726 100644
--- a/LayoutTests/fast/repaint/transform-absolute-child.html
+++ b/LayoutTests/fast/repaint/transform-absolute-child.html
@@ -11,10 +11,10 @@
width: 200px;
height: 200px;
border: 2px solid black;
- -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
}
#box.rotated {
- -webkit-transform: rotate(40deg);
+ transform: rotate(40deg);
}
#child {
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698