servo/tests/wpt/meta/html/rendering/widgets/baseline-alignment-and-overflow.tentative.html.ini
Oriol Brufau e1213f9dbc
Enable layout_grid_enabled pref for all tests (#36316)
This is part of #36315
Testing: This improves several tests that rely on this feature

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-04-03 18:48:05 +00:00

102 lines
3.3 KiB
INI
Vendored

[baseline-alignment-and-overflow.tentative.html]
[<input type="checkbox" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="radio" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL