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

Unified Diff: LayoutTests/fast/transforms/transform-positioned-ancestor.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
« no previous file with comments | « LayoutTests/fast/transforms/transform-overflow.html ('k') | LayoutTests/fast/transforms/transform-svg.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/transforms/transform-positioned-ancestor.html
diff --git a/LayoutTests/fast/transforms/transform-positioned-ancestor.html b/LayoutTests/fast/transforms/transform-positioned-ancestor.html
index d6a8ac8a599b1d131e6d9f6df557a5bd63d024f2..ee1c9907de3998274a2ecb478278c4b05637d316 100644
--- a/LayoutTests/fast/transforms/transform-positioned-ancestor.html
+++ b/LayoutTests/fast/transforms/transform-positioned-ancestor.html
@@ -17,7 +17,7 @@
width: 200px;
margin: 50px;
background-color: gray;
- -webkit-transform: rotate(0);
+ transform: rotate(0);
}
.box {
position: absolute;
« no previous file with comments | « LayoutTests/fast/transforms/transform-overflow.html ('k') | LayoutTests/fast/transforms/transform-svg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698