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

Unified Diff: LayoutTests/fast/css/clip-text-in-scaled-div.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/css/clip-text-in-scaled-div.html
diff --git a/LayoutTests/fast/css/clip-text-in-scaled-div.html b/LayoutTests/fast/css/clip-text-in-scaled-div.html
index 97434ef6041dbab688f57591b7168163ff975d90..5a1347ca56307b68faae0483fd3d88b47865cb3b 100644
--- a/LayoutTests/fast/css/clip-text-in-scaled-div.html
+++ b/LayoutTests/fast/css/clip-text-in-scaled-div.html
@@ -2,7 +2,7 @@
<style>
body { overflow: hidden; }
.scaled {
- -webkit-transform:scale(2);
+ transform:scale(2);
-webkit-transform-origin: top left;
}
.clip-text {
« no previous file with comments | « LayoutTests/fast/css/annotated-regions.html ('k') | LayoutTests/fast/css/fixed-overlaps-absolute-in-clip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698