Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLProgressElement / progress-writing-mode-expected.html
blobef62afb08f8b36c194f5993446a77ed2e38893b0
1 <html>
2 <head>
3 <style>
4 progress {
5 width: 50px;
6 height: 50px;
7 -webkit-appearance: none;
9 </style>
10 </head>
11 <body>
12 <progress min=0 value=30 max=100></progress>
13 <progress min=0 value=30 max=100></progress>
14 <progress min=0 value=30 max=100></progress>
15 <progress min=0 value=30 max=100></progress>
16 </body>
17 </html>