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

Unified Diff: LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.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/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html
diff --git a/LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html b/LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html
index 730e50e08ba3a22fa1460ba008a1988d84aace88..75a24be30f201eadb8db43b7ee112fcf6ee30be0 100644
--- a/LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html
+++ b/LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html
@@ -9,7 +9,7 @@
border: 2px solid black;
left:0;
top:0;
- -webkit-transform: rotate(0);
+ transform: rotate(0);
}
#outer {

Powered by Google App Engine
This is Rietveld 408576698