mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
auto merge of #5483 : zerokarmaleft/servo/wpt_iframe_tests, r=jdm
Checking to see if I'm doing this as expected, so I have not yet removed a couple of files that now have passing tests.
This commit is contained in:
commit
54a6e08146
13 changed files with 23 additions and 19 deletions
|
@ -1,3 +1,4 @@
|
|||
[contenttype_bmp.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
[BMP document.contentType === 'image/bmp']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[contenttype_css.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
[CSS document.contentType === 'text/css']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[contenttype_datauri_01.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
expected: TIMEOUT
|
||||
[Data URI document.contentType === 'text/plain' when data URI MIME type is not set]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[contenttype_datauri_02.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
expected: TIMEOUT
|
||||
[Data URI document.contentType === 'text/html' when data URI MIME type is set]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[contenttype_gif.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
[GIF document.contentType === 'image/gif']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[contenttype_html.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
|
@ -1,3 +1,5 @@
|
|||
[contenttype_javascripturi.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
expected: TIMEOUT
|
||||
[Javascript URI document.contentType === 'text/html']
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[contenttype_jpg.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
[JPG document.contentType === 'image/jpeg']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[contenttype_mimeheader_01.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
[Custom document.contentType === 'text/xml' when explicitly set to this value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[contenttype_mimeheader_02.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
|
@ -1,3 +1,4 @@
|
|||
[contenttype_png.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
[PNG document.contentType === 'image/png']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[contenttype_txt.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
|
@ -1,3 +1,4 @@
|
|||
[contenttype_xml.html]
|
||||
type: testharness
|
||||
disabled: iframe load event
|
||||
[XML document.contentType === 'application/xml']
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue