Add layout support for list markers

This commit is contained in:
Simon Sapin 2020-07-23 18:27:10 +02:00
parent 4a4199c1d6
commit b91e293819
18 changed files with 151 additions and 64 deletions

View file

@ -2,18 +2,6 @@
[getComputedStyle(elem) and elem.style for url() borderImage correctly return "none"]
expected: FAIL
[getComputedStyle(elem) for url() listStyle uses the resolved URL and elem.style uses the original URL]
expected: FAIL
[getComputedStyle(elem) and elem.style for url() listStyleImage correctly return "none"]
expected: FAIL
[getComputedStyle(elem) and elem.style for url() listStyle correctly return "none"]
expected: FAIL
[getComputedStyle(elem) for url() borderImage uses the resolved URL and elem.style uses the original URL]
expected: FAIL
[getComputedStyle(elem) for url() listStyleImage uses the resolved URL and elem.style uses the original URL]
expected: FAIL

View file

@ -0,0 +1,2 @@
[list_style_image_sizing_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[list_style_position_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[list_style_type_a.html]
expected: FAIL