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

Unified Diff: LayoutTests/fast/box-shadow/transform-fringing.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/box-shadow/transform-fringing.html
diff --git a/LayoutTests/fast/box-shadow/transform-fringing.html b/LayoutTests/fast/box-shadow/transform-fringing.html
index 7d026a46d18fb5488fb3045c63d294df7b9783b1..10dd2a8b963fb9f135c4cac496d0acd90c6d13b1 100644
--- a/LayoutTests/fast/box-shadow/transform-fringing.html
+++ b/LayoutTests/fast/box-shadow/transform-fringing.html
@@ -5,6 +5,6 @@
<div style="width: 100px;
height: 100px;
-webkit-box-shadow: 20px 20px white;
- -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
"></div>
</div>
« no previous file with comments | « LayoutTests/fast/box-shadow/single-pixel-shadow.html ('k') | LayoutTests/fast/canvas/transformed-canvas-reset.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698