mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision 6856483bcc86322198f10e0c42385a7f9127eb66
This commit is contained in:
parent
b1a2b6b5bf
commit
ff06f1d031
265 changed files with 7539 additions and 988 deletions
|
@ -5,5 +5,5 @@
|
|||
expected: NOTRUN
|
||||
|
||||
[calling play() on a sufficiently long video should trigger timeupdate event]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,14 +5,29 @@
|
|||
expected: TIMEOUT
|
||||
|
||||
[picture: source (max-width:500px) valid image, img valid image, resize to wide]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) valid image, img broken image, resize to narrow]
|
||||
expected: TIMEOUT
|
||||
|
||||
[picture: source (max-width:500px) valid image, img valid image, resize to narrow]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[picture: same URL in source (max-width:500px) and img, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) broken image, img valid image, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
[img (srcset 1 cand) valid image, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
[picture: same URL in source (max-width:500px) and img, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
[img (srcset 1 cand) valid image, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) valid image, img broken image, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[parse-a-sizes-attribute-standards-mode.html]
|
||||
expected: TIMEOUT
|
||||
[<img srcset="/images/green-1x1.png?e59 50w, /images/green-16x16.png?e59 51w" sizes="(min-width:0) or (min-width:unknown-mf-value) 1px"> ref sizes="1px" (standards mode)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -36,45 +36,12 @@
|
|||
[change state from tel to range]
|
||||
expected: FAIL
|
||||
|
||||
[change state from url to text]
|
||||
expected: FAIL
|
||||
|
||||
[change state from url to search]
|
||||
expected: FAIL
|
||||
|
||||
[change state from url to tel]
|
||||
expected: FAIL
|
||||
|
||||
[change state from url to password]
|
||||
expected: FAIL
|
||||
|
||||
[change state from url to datetime]
|
||||
expected: FAIL
|
||||
|
||||
[change state from url to range]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to hidden]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to checkbox]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to radio]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to submit]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to image]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to reset]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to button]
|
||||
expected: FAIL
|
||||
|
||||
[change state from email to datetime]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -141,27 +108,6 @@
|
|||
[change state from number to range]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to hidden]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to checkbox]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to radio]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to submit]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to image]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to reset]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to button]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to email]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -222,21 +168,6 @@
|
|||
[change state from datetime-local to range]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to text]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to search]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to tel]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to url]
|
||||
expected: FAIL
|
||||
|
||||
[change state from range to password]
|
||||
expected: FAIL
|
||||
|
||||
[change state from color to range]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[toggleEvent.html]
|
||||
[Calling open twice on 'details' fires only one toggle event]
|
||||
expected: FAIL
|
||||
|
||||
[Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue