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:
bors-servo 2015-04-01 21:31:04 -06:00
commit 54a6e08146
13 changed files with 23 additions and 19 deletions

View file

@ -1,3 +1,4 @@
[contenttype_bmp.html] [contenttype_bmp.html]
type: testharness type: testharness
disabled: iframe load event [BMP document.contentType === 'image/bmp']
expected: FAIL

View file

@ -1,3 +1,4 @@
[contenttype_css.html] [contenttype_css.html]
type: testharness type: testharness
disabled: iframe load event [CSS document.contentType === 'text/css']
expected: FAIL

View file

@ -1,3 +1,5 @@
[contenttype_datauri_01.html] [contenttype_datauri_01.html]
type: testharness type: testharness
disabled: iframe load event expected: TIMEOUT
[Data URI document.contentType === 'text/plain' when data URI MIME type is not set]
expected: TIMEOUT

View file

@ -1,3 +1,5 @@
[contenttype_datauri_02.html] [contenttype_datauri_02.html]
type: testharness type: testharness
disabled: iframe load event expected: TIMEOUT
[Data URI document.contentType === 'text/html' when data URI MIME type is set]
expected: TIMEOUT

View file

@ -1,3 +1,4 @@
[contenttype_gif.html] [contenttype_gif.html]
type: testharness type: testharness
disabled: iframe load event [GIF document.contentType === 'image/gif']
expected: FAIL

View file

@ -1,3 +0,0 @@
[contenttype_html.html]
type: testharness
disabled: iframe load event

View file

@ -1,3 +1,5 @@
[contenttype_javascripturi.html] [contenttype_javascripturi.html]
type: testharness type: testharness
disabled: iframe load event expected: TIMEOUT
[Javascript URI document.contentType === 'text/html']
expected: TIMEOUT

View file

@ -1,3 +1,4 @@
[contenttype_jpg.html] [contenttype_jpg.html]
type: testharness type: testharness
disabled: iframe load event [JPG document.contentType === 'image/jpeg']
expected: FAIL

View file

@ -1,3 +1,4 @@
[contenttype_mimeheader_01.html] [contenttype_mimeheader_01.html]
type: testharness type: testharness
disabled: iframe load event [Custom document.contentType === 'text/xml' when explicitly set to this value]
expected: FAIL

View file

@ -1,3 +0,0 @@
[contenttype_mimeheader_02.html]
type: testharness
disabled: iframe load event

View file

@ -1,3 +1,4 @@
[contenttype_png.html] [contenttype_png.html]
type: testharness type: testharness
disabled: iframe load event [PNG document.contentType === 'image/png']
expected: FAIL

View file

@ -1,3 +0,0 @@
[contenttype_txt.html]
type: testharness
disabled: iframe load event

View file

@ -1,3 +1,4 @@
[contenttype_xml.html] [contenttype_xml.html]
type: testharness type: testharness
disabled: iframe load event [XML document.contentType === 'application/xml']
expected: FAIL