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