Disable tests that require the iframe load event.

This commit is contained in:
Ms2ger 2014-06-25 15:52:35 +02:00
parent a81999b2dd
commit 1d90569441
15 changed files with 15 additions and 55 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,3 @@
[contenttype_html.html] [contenttype_html.html]
type: testharness type: testharness
expected: TIMEOUT disabled: iframe load event
[HTM document.contentType === \'text/html\']
expected: TIMEOUT

View file

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

View file

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

View file

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

View file

@ -1,5 +1,3 @@
[contenttype_mimeheader_02.html] [contenttype_mimeheader_02.html]
type: testharness type: testharness
[Custom document.contentType === \'text/html\' when explicitly set to this value and an attempt is made to override this value in an HTML meta header] disabled: iframe load event
expected: TIMEOUT

View file

@ -1,6 +1,3 @@
[contenttype_mimeheader_03.html] [contenttype_mimeheader_03.html]
type: testharness type: testharness
expected: TIMEOUT disabled: iframe load event
[Custom document.contentType === \'text/html\' when no Content-Type header is provided in HTTP response]
expected: TIMEOUT

View file

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

View file

@ -1,6 +1,3 @@
[contenttype_txt.html] [contenttype_txt.html]
type: testharness type: testharness
expected: TIMEOUT disabled: iframe load event
[TXT document.contentType === \'text/plain\']
expected: TIMEOUT

View file

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

View file

@ -1,6 +1,3 @@
[getElementsByClassName-31.htm] [getElementsByClassName-31.htm]
type: testharness type: testharness
expected: TIMEOUT disabled: iframe load event
[getElementsByClassName across documents]
expected: TIMEOUT