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

Side by Side Diff: LayoutTests/css3/flexbox/flexitem-stretch-range.html

Issue 1088633002: Unprefix flexbox tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whoops, a > went missing Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <link rel="stylesheet" href="resources/flexbox.css"> 3 <link rel="stylesheet" href="resources/flexbox.css">
4 <body> 4 <body>
5 <p>When stretching a range input, the thumb should be centered vertically.</p> 5 <p>When stretching a range input, the thumb should be centered vertically.</p>
6 <div class="flexbox" style="height: 200px;"> 6 <div class="flexbox" style="height: 200px;">
7 <input type="range" style="-webkit-flex: 1; margin: 0;"> 7 <input type="range" style="flex: 1; margin: 0;">
8 </div> 8 </div>
9 </body> 9 </body>
10 </html> 10 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/flexitem-stretch-image.html ('k') | LayoutTests/css3/flexbox/floated-flexbox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698