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

Side by Side Diff: LayoutTests/fast/forms/range/input-appearance-range.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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <body> 2 <body>
3 <!-- 3 <!--
4 You'll see 4 You'll see
5 - three horizontal sliders with various thumb positions 5 - three horizontal sliders with various thumb positions
6 - a vertical slider, and 6 - a vertical slider, and
7 - a slant slider. 7 - a slant slider.
8 The second slider has focus. 8 The second slider has focus.
9 --> 9 -->
10 10
11 <div><input type=range style="height: 30px;"></div> 11 <div><input type=range style="height: 30px;"></div>
12 <div><input type=range value=0 min=0 max=100></div> 12 <div><input type=range value=0 min=0 max=100></div>
13 <div><input type=range value=110 min=0 max=100></div> 13 <div><input type=range value=110 min=0 max=100></div>
14 14
15 <div><input type=range style="-webkit-appearance:slider-vertical; height:140px; margin-left:64px"></div> 15 <div><input type=range style="-webkit-appearance:slider-vertical; height:140px; margin-left:64px"></div>
16 16
17 <div><input type=range value=75 style="-webkit-transform: rotate(30deg)"></div> 17 <div><input type=range value=75 style="transform: rotate(30deg)"></div>
18 18
19 <script> 19 <script>
20 document.getElementsByTagName('input')[1].focus(); 20 document.getElementsByTagName('input')[1].focus();
21 </script> 21 </script>
22 </body> 22 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/placeholder-position.html ('k') | LayoutTests/fast/forms/range/slider-transformed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698