mirror of
https://github.com/servo/servo.git
synced 2025-09-10 15:08:21 +01:00
Introduce ComputedUrl
Add web platform tests for computed URL styles Mark url with no original or resolved unreachable Update the WPT manifest for new url tests
This commit is contained in:
parent
f6aa17add9
commit
14c5a1b8d3
17 changed files with 197 additions and 46 deletions
|
@ -0,0 +1,11 @@
|
|||
[get-computed-style-for-url.html]
|
||||
type: testharness
|
||||
|
||||
[getComputedStyle(elem) for url() listStyle uses the resolved URL and elem.style uses the original URL]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/18015
|
||||
|
||||
[getComputedStyle(elem) for url() listStyleImage uses the resolved URL and elem.style uses the original URL]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/18015
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue