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

Adapt html-media-capture tests to latest spec #5312

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

Honry
Copy link
Contributor

@Honry Honry commented Apr 1, 2017


This change is Reviewable

@wpt-pr-bot
Copy link
Collaborator

Notifying @haoxli and @zqzhang. (Learn how reviewing works.)

@ghost
Copy link

ghost commented Apr 1, 2017

View the complete job log.

Firefox (nightly channel)

Testing web-platform-tests at revision cc8bef3
Using browser at version BuildID 20170331102157; SourceStamp 8df9fabf2587b7020889755acb9e75b664fe13cf
Starting 10 test iterations
All results were stable

All results

2 tests ran
/html-media-capture/capture_reflect.html
Subtest Results Messages
OK
Element input should have own property capture FAIL assert_true: expected true got false
input.capture is "" when the capture attribute is absent FAIL assert_equals: expected (string) "" but got (undefined) undefined
input.capture is "" when the capture attribute is missing value default FAIL assert_equals: expected (string) "" but got (undefined) undefined
input.capture is "user" when the capture attribute is user FAIL assert_equals: expected (string) "user" but got (undefined) undefined
input.capture is "invalid" when the capture attribute is invalid value default FAIL assert_equals: expected (string) "invalid" but got (undefined) undefined
input.capture is "environment" when the capture attribute is environment FAIL assert_equals: expected (string) "environment" but got (undefined) undefined
/html-media-capture/idlharness.html
Subtest Results Messages
OK
HTMLInputElement interface: attribute capture FAIL assert_true: The prototype object must have a property "capture" expected true got false
HTMLInputElement must be primary interface of [object HTMLInputElement] PASS
Stringification of [object HTMLInputElement] PASS
HTMLInputElement interface: [object HTMLInputElement] must inherit property "capture" with the proper type (0) FAIL assert_inherits: property "capture" not found in prototype chain

@ghost
Copy link

ghost commented Apr 1, 2017

View the complete job log.

Chrome (unstable channel)

Testing web-platform-tests at revision cc8bef3
Using browser at version 59.0.3053.3 dev
Starting 10 test iterations
All results were stable

All results

2 tests ran
/html-media-capture/capture_reflect.html
Subtest Results Messages
OK
Element input should have own property capture FAIL assert_true: expected true got false
input.capture is "" when the capture attribute is absent FAIL assert_equals: expected (string) "" but got (undefined) undefined
input.capture is "" when the capture attribute is missing value default FAIL assert_equals: expected (string) "" but got (undefined) undefined
input.capture is "user" when the capture attribute is user FAIL assert_equals: expected (string) "user" but got (undefined) undefined
input.capture is "invalid" when the capture attribute is invalid value default FAIL assert_equals: expected (string) "invalid" but got (undefined) undefined
input.capture is "environment" when the capture attribute is environment FAIL assert_equals: expected (string) "environment" but got (undefined) undefined
/html-media-capture/idlharness.html
Subtest Results Messages
OK
HTMLInputElement interface: attribute capture FAIL assert_true: The prototype object must have a property "capture" expected true got false
HTMLInputElement must be primary interface of [object HTMLInputElement] PASS
Stringification of [object HTMLInputElement] PASS
HTMLInputElement interface: [object HTMLInputElement] must inherit property "capture" with the proper type (0) FAIL assert_inherits: property "capture" not found in prototype chain

@Honry
Copy link
Contributor Author

Honry commented Apr 7, 2017

@dontcallmedom, could you help merge this PR?

@Honry Honry merged commit 0da700f into web-platform-tests:master Apr 7, 2017
@Honry Honry deleted the capture/update-tests branch April 7, 2017 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants