mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Add layout support for list markers
This commit is contained in:
parent
4a4199c1d6
commit
b91e293819
18 changed files with 151 additions and 64 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[list_style_image_sizing_a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[list_style_position_a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[list_style_type_a.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue