Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests #9313

Closed
wants to merge 2 commits into from
Closed

Update tests #9313

Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
The table of contents is too big for display.

Always

Just for now

Next

Update web-platform-tests to revision 55ef26d459e9cfe2ac3dc6b5a3041c7…

…336fc6520
  • Loading branch information
Ms2ger committed Jan 15, 2016
commit 254738640925b3e0e7d5a491d08e7cdc2af6c8ba
The diff you're trying to view is too large. We only load the first 3000 changed files.
@@ -2,3 +2,4 @@
type: testharness
[Test Description: MouseEvent: Default action is performed when a synthetic click event is dispatched on a checkbox element]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Test Description: MouseEvent: Default action is performed when a synthetic click event is dispatched on a checkbox element]
expected: FAIL

Large diffs are not rendered by default.

@@ -2,6 +2,7 @@
type: testharness
[Passing a String object to FormData.append should work.]
expected: FAIL

[testFormDataAppendEmptyBlob]
expected: FAIL

@@ -1,7 +1,8 @@
[formdata-delete.htm]
type:testharness
type: testharness
[testFormDataDeleteFromFormNonExistentKey]
expected: FAIL

[testFormDataDeleteFromFormOtherKey]
expected: FAIL

@@ -2,5 +2,7 @@
type: testharness
[testFormDataGetFromForm]
expected: FAIL

[testFormDataGetAllFromForm]
expected: FAIL

@@ -2,6 +2,7 @@
type: testharness
[Passing a String object to FormData.set should work]
expected: FAIL

[testFormDataSetEmptyBlob]
expected: FAIL

@@ -0,0 +1,3 @@
[dir-isolation-001a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-001b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-001c.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-002a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-002b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-002c.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-003a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-003b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-003c.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-004a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-004b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-004c.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-005a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-005b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-005c.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-006a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-006b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-006c.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-007a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-007b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-007c.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-008a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-008b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-008c.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-009a.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-009b.html]
type: reftest
expected: FAIL
@@ -0,0 +1,3 @@
[dir-isolation-009c.html]
type: reftest
expected: FAIL
@@ -9138,3 +9138,6 @@
[HTMLMarqueeElement interface object name]
expected: FAIL
[WebSocket interface: new WebSocket("ws://foo") must inherit property "extensions" with the proper type (10)]
expected: FAIL
@@ -17,3 +17,4 @@

[The HTMLFormControlsCollection interface is used for collections of listed elements in form element]
expected: FAIL

@@ -0,0 +1,3 @@
[fail-to-resolve.html]
type: testharness
expected: CRASH
@@ -0,0 +1,5 @@
[base.html]
type: testharness
[Script src with a base URL]
expected: FAIL

@@ -1 +1 @@
a900196b3f56fac46f86d8a8157a61f14fdca364
d28fb42201dd743c470fcc1f43bf2e13f1c8cddc
@@ -933,3 +933,12 @@
[Parsing: <file:a> against <http://www.example.com/test>]
expected: FAIL

[Parsing: <http://127.0.0.1:10100/relative_import.html> against <about:blank>]
expected: FAIL

[Parsing: <http://facebook.com/?foo=%7B%22abc%22> against <about:blank>]
expected: FAIL

[Parsing: <https://localhost:3000/jqueryui@1.2.3> against <about:blank>]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.