This commit is contained in:
Edward Cho 2015-04-01 16:18:01 -05:00
parent afbc51a746
commit 5f02b63f59
13 changed files with 23 additions and 13 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 +1,2 @@
[contenttype_html.html] [contenttype_html.html]
type: testharness 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 +1,2 @@
[contenttype_mimeheader_02.html] [contenttype_mimeheader_02.html]
type: testharness 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 +1,2 @@
[contenttype_txt.html] [contenttype_txt.html]
type: testharness 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