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

Side by Side Diff: LayoutTests/fast/dom/HTMLProgressElement/progress-bar-set-value-expected.html

Issue 11275208: Merge 133124 - [Refactoring] Move initial style setting for ProgressValueElement from attach method… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 progress { 5 progress {
6 -webkit-appearance: none; 6 -webkit-appearance: none;
7 border: solid red; 7 border: solid red;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 <progress max="100" value="50"></progress> 12 <progress max="100" value="50"></progress>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLProgressElement/progress-bar-set-value.html ('k') | Source/WebCore/html/HTMLProgressElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698