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

Unified Diff: LayoutTests/fast/forms/search-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/forms/search-transformed.html
diff --git a/LayoutTests/fast/forms/search-transformed.html b/LayoutTests/fast/forms/search-transformed.html
index b93247c7253032e826670da8d87dcfc58575d434..9d9b855132c7daae3b4fd4410b5637fb6fdf52f9 100644
--- a/LayoutTests/fast/forms/search-transformed.html
+++ b/LayoutTests/fast/forms/search-transformed.html
@@ -9,7 +9,7 @@
Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=22190">https://bugs.webkit.org/show_bug.cgi?id=22190</a>:<br>
Tests drawing and event handling on transformed search fields.
</p>
- <p style="-webkit-transform: translate(50px, 50px);">
+ <p style="transform: translate(50px, 50px);">
<input type="search" id="target" results="5" value="Search me">
</p>
<p id="result" style="margin-top: 60px">
« no previous file with comments | « LayoutTests/fast/forms/range/slider-transformed.html ('k') | LayoutTests/fast/frames/frame-set-rotation-hit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698