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

Unified Diff: LayoutTests/fast/backgrounds/gradient-background-leakage-2.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/backgrounds/gradient-background-leakage-2.html
diff --git a/LayoutTests/fast/backgrounds/gradient-background-leakage-2.html b/LayoutTests/fast/backgrounds/gradient-background-leakage-2.html
index e1f115c9949188e0009bde932a6b9b26ba4eab98..559308c3cfacb2a9e3242509cc8b89807e7216b7 100644
--- a/LayoutTests/fast/backgrounds/gradient-background-leakage-2.html
+++ b/LayoutTests/fast/backgrounds/gradient-background-leakage-2.html
@@ -9,7 +9,7 @@
background-image: -webkit-linear-gradient(black, black);
border-radius: 25px;
border: 4px solid green;
- -webkit-transform: scale(0.25);
+ transform: scale(0.25);
}
</style>
</head>
« no previous file with comments | « LayoutTests/fast/backgrounds/gradient-background-leakage.html ('k') | LayoutTests/fast/backgrounds/mask-box-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698