3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
8 <title>Testcase #
2 for bug
1330962</title>
9 <style type=
"text/css">
11 color:black
; background-color:white
; font:16px/1 monospace
; padding:0; margin:0;
13 * { font:16px/1 monospace
; }
15 .block { display: block
; }
16 .grid { display: grid
; }
19 -moz-appearance: none
;
20 -webkit-appearance: none
;
42 <div style=
"display:inline-block">
44 <input class=
"block" type=
"button" value=
"button">
50 <div style=
"display:inline-block">
52 <button class=
"block">button
</button>
58 <div style=
"display:inline-block">
60 <input class=
"block no-theme" type=
"button" value=
"button">
66 <div style=
"display:inline-block">
68 <button class=
"block no-theme">button-first
<div style=
"font-size:10px">button-last
</div></button>
71 <button class=
"no-theme">button-first
<div style=
"font-size:10px">button-last
</div></button>
75 <div style=
"display:inline-block">
77 <button class=
"grid no-theme">button-first
<x style=
"font-size:10px">button-last
</x></button>
80 <button class=
"no-theme" style=
"display:inline-grid">button-first
<x style=
"font-size:10px">button-last
</x></button>
84 <div style=
"display:inline-block">
86 <input type=
"checkbox" class=
"block" checked
>
92 <div style=
"display:inline-block">
94 <input type=
"radio" class=
"block" checked
>