Cargoify servo

This commit is contained in:
Jack Moffitt 2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View file

@ -0,0 +1,17 @@
[LinkStyle.html]
type: testharness
[The LinkStyle interface\'s sheet attribute must return null; the disabled attribute must be false]
expected: FAIL
[The LinkStyle interface\'s sheet attribute must return null if the corresponding element is not in a Document]
expected: FAIL
[The LinkStyle interface\'s sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet\'s disabled attribute]
expected: FAIL
[The title must be the same as the value of the element\'s title content attribute]
expected: FAIL
[The media must be the same as the value of the element\'s media content attribute, or the empty string if it is omitted]
expected: FAIL

View file

@ -0,0 +1,8 @@
[base_href_empty.html]
type: testharness
[The value of the href attribute must be the document\'s address if it is empty]
expected: FAIL
[The src attribute of the img element must relative to document\'s address]
expected: FAIL

View file

@ -0,0 +1,8 @@
[base_href_specified.sub.html]
type: testharness
[The href attribute of the base element is specified]
expected: FAIL
[The src attribute of the img element must relative to the href attribute of the base element]
expected: FAIL

View file

@ -0,0 +1,8 @@
[base_href_unspecified.html]
type: testharness
[The value of the href attribute must be the document\'s address if it is unspecified]
expected: FAIL
[The src attribute of the img element must relative to document\'s address]
expected: FAIL

View file

@ -0,0 +1,6 @@
[base_multiple.html]
type: testharness
expected: ERROR
[The attributes of the a element must be affected by the first base element]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[link-rellist.html]
type: testharness
[link.relList: non-string contains]
expected: FAIL

View file

@ -0,0 +1,6 @@
[link-style-error-01.html]
type: testharness
expected: TIMEOUT
[Should get an error event for a text/plain response.]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[the-lang-attribute-012.html]
type: testharness
[The UA will not recognize a language declaration in the Content-Language meta element when more than one language is declared.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[style-error-01.html]
type: testharness
expected: TIMEOUT
[Should get an error event for a text/plain response.]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[style_disabled.html]
type: testharness
[The style is not applied when it is disabled]
expected: FAIL

View file

@ -0,0 +1,9 @@
[style_events.html]
type: testharness
expected: TIMEOUT
[If the style is loaded successfully, the \'load\' event must be fired]
expected: NOTRUN
[If the style is loaded unsuccessfully, the \'error\' event must be fired]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[style_media.html]
type: testharness
[The style information must be applied to the environment specified by the media attribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[style_scoped.html]
type: testharness
[The scoped attribute is present, the style information must be applied only to its parent element]
expected: FAIL