Skip to content

Commit

Permalink
Update expected test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jan 8, 2019
1 parent 552a416 commit 8ff0c41
Show file tree
Hide file tree
Showing 756 changed files with 2,051 additions and 1,169 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions tests/wpt/metadata/FileAPI/url/unicode-origin.sub.html.ini
@@ -1,5 +1,4 @@
[unicode-origin.sub.html]
expected: TIMEOUT
[Verify serialization of non-ascii origin in Blob URLs]
expected: TIMEOUT
expected: FAIL

3 changes: 1 addition & 2 deletions tests/wpt/metadata/FileAPI/url/url-lifetime.html.ini
@@ -1,8 +1,7 @@
[url-lifetime.html]
expected: TIMEOUT
[Terminating worker revokes its URLs]
expected: FAIL

[Removing an iframe revokes its URLs]
expected: TIMEOUT
expected: FAIL

This file was deleted.

2 changes: 2 additions & 0 deletions tests/wpt/metadata/css/CSS2/visudet/line-height-204.html.ini
@@ -0,0 +1,2 @@
[line-height-204.html]
expected: FAIL
@@ -0,0 +1,2 @@
[mix-blend-mode-paragraph.html]
expected: FAIL
@@ -0,0 +1,2 @@
[background-repeat-round-roundup.xht]
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -0,0 +1,2 @@
[word-break-keep-all-006.html]
expected: FAIL
4 changes: 0 additions & 4 deletions tests/wpt/metadata/css/cssom-view/CaretPosition-001.html.ini

This file was deleted.

Expand Up @@ -2,3 +2,6 @@
[The root element is the last element returned for valid queries]
expected: FAIL

[The root element is the last element returned for otherwise empty queries within the viewport]
expected: FAIL

@@ -1,2 +1,2 @@
[parser-sets-attributes-and-children.html]
expected: TIMEOUT
expected: CRASH
@@ -1,11 +1,10 @@
[iframe.tentative.https.sub.html]
expected: TIMEOUT
[Same-origin iframe]
expected: TIMEOUT
expected: FAIL

[Same-site iframe]
expected: TIMEOUT
expected: FAIL

[Cross-site iframe]
expected: TIMEOUT
expected: FAIL

@@ -1,2 +1,10 @@
[xslt.tentative.https.sub.html]
expected: TIMEOUT
[Same-Origin xslt]
expected: FAIL

[Cross-site xslt]
expected: FAIL

[Same-site xslt]
expected: FAIL

Expand Up @@ -8,7 +8,7 @@
expected: FAIL

[Embedded credentials are treated as network errors in new windows.]
expected: TIMEOUT
expected: FAIL

[Embedded credentials matching the top-level are not treated as network errors for relative URLs.]
expected: TIMEOUT
Expand Down
@@ -0,0 +1,4 @@
[006.html]
[Link with onclick form submit and href navigation ]
expected: FAIL

@@ -1,11 +1,4 @@
[document_domain_feature_policy.tentative.sub.html]
expected: TIMEOUT
[Default "document-domain" feature policy ["*"\] allows cross-origin iframes.]
expected: TIMEOUT

[Default "document-domain" feature policy ["*"\] allows same-origin iframes.]
expected: TIMEOUT

[Feature policy "document-domain" can be disabled in cross-origin iframes using "allow" attribute.]
expected: FAIL

@@ -1,15 +1,14 @@
[document_domain_setter_null.tentative.html]
type: testharness
expected: TIMEOUT
[Access allowed with no 'document.domain' modification. (Sanity check)]
expected: TIMEOUT
expected: FAIL

[No access when frame sets a `null` 'document.domain'.]
expected: NOTRUN
expected: FAIL

[No access when parent sets a `null` 'document.domain'.]
expected: NOTRUN
expected: FAIL

[No access when both sides set a `null` 'document.domain'.]
expected: NOTRUN
expected: FAIL

Expand Up @@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for feature `height`]
expected: FAIL

[features "height=405*3" should set "height=405"]
expected: FAIL

[features "height=405.32" should set "height=405"]
expected: FAIL

[features "height=405e1" should set "height=405"]
expected: FAIL

[features "height=405/5" should set "height=405"]
expected: FAIL

[features "height=405^4" should set "height=405"]
expected: FAIL

[features "height=405.5" should set "height=405"]
expected: FAIL

[features "height=405e-1" should set "height=405"]
expected: FAIL

[features "height=405 " should set "height=405"]
expected: FAIL

[features "height=405LLl" should set "height=405"]
expected: FAIL

Expand Up @@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for legacy feature `innerheight`]
expected: FAIL

[features "innerheight=405e-1" should set "height=405"]
expected: FAIL

[features "innerheight=405LLl" should set "height=405"]
expected: FAIL

[features "innerheight=405^4" should set "height=405"]
expected: FAIL

[features "innerheight=405e1" should set "height=405"]
expected: FAIL

[features "innerheight=405 " should set "height=405"]
expected: FAIL

[features "innerheight=405/5" should set "height=405"]
expected: FAIL

[features "innerheight=405.32" should set "height=405"]
expected: FAIL

[features "innerheight=405.5" should set "height=405"]
expected: FAIL

[features "innerheight=405*3" should set "height=405"]
expected: FAIL

Expand Up @@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for legacy feature `innerwidth`]
expected: FAIL

[features "innerwidth=405e-1" should set "width=405"]
expected: FAIL

[features "innerwidth=405*3" should set "width=405"]
expected: FAIL

[features "innerwidth=405.5" should set "width=405"]
expected: FAIL

[features "innerwidth=405e1" should set "width=405"]
expected: FAIL

[features "innerwidth=405.32" should set "width=405"]
expected: FAIL

[features "innerwidth=405 " should set "width=405"]
expected: FAIL

[features "innerwidth=405LLl" should set "width=405"]
expected: FAIL

[features "innerwidth=405/5" should set "width=405"]
expected: FAIL

[features "innerwidth=405^4" should set "width=405"]
expected: FAIL

Expand Up @@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for feature `left`]
expected: FAIL

[features "left=105e1" should set "left=105"]
expected: FAIL

[features "left=105 " should set "left=105"]
expected: FAIL

[features "left=105/5" should set "left=105"]
expected: FAIL

[features "left=105e-1" should set "left=105"]
expected: FAIL

[features "left=105^4" should set "left=105"]
expected: FAIL

[features "left=105LLl" should set "left=105"]
expected: FAIL

[features "left=105.32" should set "left=105"]
expected: FAIL

[features "left=105*3" should set "left=105"]
expected: FAIL

[features "left=105.5" should set "left=105"]
expected: FAIL

Expand Up @@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for legacy feature `screenx`]
expected: FAIL

[features "screenx=105.5" should set "left=105"]
expected: FAIL

[features "screenx=105e1" should set "left=105"]
expected: FAIL

[features "screenx=105 " should set "left=105"]
expected: FAIL

[features "screenx=105*3" should set "left=105"]
expected: FAIL

[features "screenx=105e-1" should set "left=105"]
expected: FAIL

[features "screenx=105^4" should set "left=105"]
expected: FAIL

[features "screenx=105LLl" should set "left=105"]
expected: FAIL

[features "screenx=105/5" should set "left=105"]
expected: FAIL

[features "screenx=105.32" should set "left=105"]
expected: FAIL

Expand Up @@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for legacy feature `screeny`]
expected: FAIL

[features "screeny=405^4" should set "height=405"]
expected: FAIL

[features "screeny=405e-1" should set "height=405"]
expected: FAIL

[features "screeny=405LLl" should set "height=405"]
expected: FAIL

[features "screeny=405e1" should set "height=405"]
expected: FAIL

[features "screeny=405 " should set "height=405"]
expected: FAIL

[features "screeny=405/5" should set "height=405"]
expected: FAIL

[features "screeny=405*3" should set "height=405"]
expected: FAIL

[features "screeny=405.32" should set "height=405"]
expected: FAIL

[features "screeny=405.5" should set "height=405"]
expected: FAIL

Expand Up @@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for feature `top`]
expected: FAIL

[features "top=105/5" should set "top=105"]
expected: FAIL

[features "top=105*3" should set "top=105"]
expected: FAIL

[features "top=105LLl" should set "top=105"]
expected: FAIL

[features "top=105e-1" should set "top=105"]
expected: FAIL

[features "top=105.32" should set "top=105"]
expected: FAIL

[features "top=105e1" should set "top=105"]
expected: FAIL

[features "top=105 " should set "top=105"]
expected: FAIL

[features "top=105^4" should set "top=105"]
expected: FAIL

[features "top=105.5" should set "top=105"]
expected: FAIL

Expand Up @@ -3,3 +3,30 @@
[HTML: window.open `features`: non-integer values for feature `width`]
expected: FAIL

[features "width=405^4" should set "width=405"]
expected: FAIL

[features "width=405.5" should set "width=405"]
expected: FAIL

[features "width=405e1" should set "width=405"]
expected: FAIL

[features "width=405 " should set "width=405"]
expected: FAIL

[features "width=405.32" should set "width=405"]
expected: FAIL

[features "width=405LLl" should set "width=405"]
expected: FAIL

[features "width=405*3" should set "width=405"]
expected: FAIL

[features "width=405e-1" should set "width=405"]
expected: FAIL

[features "width=405/5" should set "width=405"]
expected: FAIL

0 comments on commit 8ff0c41

Please sign in to comment.