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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLMeterElement/meter-writing-mode-expected.html

Issue 1877763002: METER with -webkit-appearance:none should be rendered with the normal CSS way. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop LayoutTheme change, add TODO comments Created 4 years, 7 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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 meter { 4 meter {
5 width: 50px; 5 width: 50px;
6 height: 50px; 6 height: 50px;
7 -webkit-appearance: none;
8 } 7 }
9 </style> 8 </style>
10 </head> 9 </head>
11 <body> 10 <body>
12 <meter min=0 value=30 max=100></meter> 11 <meter min=0 value=30 max=100></meter>
13 <meter min=0 value=30 max=100></meter> 12 <meter min=0 value=30 max=100></meter>
14 <meter min=0 value=30 max=100></meter> 13 <meter min=0 value=30 max=100></meter>
15 </body> 14 </body>
16 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698