7 -webkit-appearance: none;
8 background-color: red; /* should not be visible */
13 <progress min=
0 value=
30 max=
100 style=
"-webkit-writing-mode: vertical-lr;"></progress>
14 <progress min=
0 value=
30 max=
100 style=
"-webkit-writing-mode: vertical-rl;"></progress>
15 <progress min=
0 value=
30 max=
100 style=
"-webkit-writing-mode: horizontal-tb;"></progress>
16 <progress min=
0 value=
30 max=
100 style=
"-webkit-writing-mode: horizontal-bt;"></progress>