mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
fixes #5468
This commit is contained in:
parent
afbc51a746
commit
5f02b63f59
13 changed files with 23 additions and 13 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 +1,2 @@
|
|||
[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 +1,2 @@
|
|||
[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 +1,2 @@
|
|||
[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