1[baseline-alignment-and-overflow.tentative.html]
2  [<input type="color" value="#000000" style="overflow: visible; appearance: none;">]
3    expected:
4      if not non_native_theme: FAIL
5  [<input type="color" value="#000000" style="overflow: hidden; appearance: none;">]
6    expected:
7      if not non_native_theme: FAIL
8  [<input type="color" value="#000000" style="overflow: scroll; appearance: none;">]
9    expected:
10      if not non_native_theme: FAIL
11  [<input type="submit" value="x" style="overflow: visible; appearance: auto;">]
12    expected:
13      if os == "mac" and not non_native_theme: FAIL
14  [<input type="submit" value="x" style="overflow: hidden; appearance: auto;">]
15    expected:
16      if os == "mac" and not non_native_theme: FAIL
17  [<input type="submit" value="x" style="overflow: scroll; appearance: auto;">]
18    expected:
19      if os == "mac" and not non_native_theme: FAIL
20  [<input type="reset" value="x" style="overflow: visible; appearance: auto;">]
21    expected:
22      if os == "mac" and not non_native_theme: FAIL
23  [<input type="reset" value="x" style="overflow: hidden; appearance: auto;">]
24    expected:
25      if os == "mac" and not non_native_theme: FAIL
26  [<input type="reset" value="x" style="overflow: scroll; appearance: auto;">]
27    expected:
28      if os == "mac" and not non_native_theme: FAIL
29  [<input type="button" value="x" style="overflow: visible; appearance: auto;">]
30    expected:
31      if os == "mac" and not non_native_theme: FAIL
32  [<input type="button" value="x" style="overflow: hidden; appearance: auto;">]
33    expected:
34      if os == "mac" and not non_native_theme: FAIL
35  [<input type="button" value="x" style="overflow: scroll; appearance: auto;">]
36    expected:
37      if os == "mac" and not non_native_theme: FAIL
38