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

Unified Diff: LayoutTests/fast/transforms/scrollIntoView-transformed.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/transforms/scrollIntoView-transformed.html
diff --git a/LayoutTests/fast/transforms/scrollIntoView-transformed.html b/LayoutTests/fast/transforms/scrollIntoView-transformed.html
index 5bca043680ee5c517cfd7330df46880b48ebd7af..65094120e1690dd115e2a7f086755bde6eef6558 100644
--- a/LayoutTests/fast/transforms/scrollIntoView-transformed.html
+++ b/LayoutTests/fast/transforms/scrollIntoView-transformed.html
@@ -97,14 +97,14 @@ function test()
}
.offset {
- -webkit-transform: translateY(-300px);
+ transform: translateY(-300px);
}
.scaled {
color: white;
background-color: red;
height: 20px;
- -webkit-transform: scaleY(2.0);
+ transform: scaleY(2.0);
}
</style>
<body onload="test()">

Powered by Google App Engine
This is Rietveld 408576698