Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1016)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fullscreen/interfaces-expected.txt

Issue 2881323002: Support Document constructor. (Closed)
Patch Set: add svg/xml tests Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Test driver 2 PASS Test driver
3 FAIL Document interface: attribute fullscreenEnabled assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "f unction" but got "undefined" 3 FAIL Document interface: attribute fullscreenEnabled assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "f unction" but got "undefined"
4 FAIL Document interface: attribute fullscreen assert_true: The prototype object must have a property "fullscreen" expected true got false 4 FAIL Document interface: attribute fullscreen assert_true: The prototype object must have a property "fullscreen" expected true got false
5 FAIL Document interface: operation exitFullscreen() assert_unreached: Throws "Ty peError: Illegal invocation" instead of rejecting promise Reached unreachable co de 5 FAIL Document interface: operation exitFullscreen() assert_unreached: Throws "Ty peError: Illegal invocation" instead of rejecting promise Reached unreachable co de
6 PASS Document interface: attribute onfullscreenchange 6 PASS Document interface: attribute onfullscreenchange
7 PASS Document interface: attribute onfullscreenerror 7 PASS Document interface: attribute onfullscreenerror
8 FAIL Document interface: attribute fullscreenElement assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "f unction" but got "undefined" 8 FAIL Document interface: attribute fullscreenElement assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "f unction" but got "undefined"
9 FAIL Document must be primary interface of new Document assert_equals: Unexpecte d exception when evaluating object expected null but got object "TypeError: Ille gal constructor" 9 PASS Document must be primary interface of new Document
10 FAIL Stringification of new Document assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor" 10 PASS Stringification of new Document
11 FAIL Document interface: new Document must inherit property "fullscreenEnabled" with the proper type (29) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 11 PASS Document interface: new Document must inherit property "fullscreenEnabled" with the proper type (29)
12 FAIL Document interface: new Document must inherit property "fullscreen" with th e proper type (30) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 12 FAIL Document interface: new Document must inherit property "fullscreen" with th e proper type (30) assert_inherits: property "fullscreen" not found in prototype chain
13 FAIL Document interface: new Document must inherit property "exitFullscreen" wit h the proper type (31) assert_equals: Unexpected exception when evaluating objec t expected null but got object "TypeError: Illegal constructor" 13 PASS Document interface: new Document must inherit property "exitFullscreen" wit h the proper type (31)
14 FAIL Document interface: new Document must inherit property "onfullscreenchange" with the proper type (32) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor" 14 PASS Document interface: new Document must inherit property "onfullscreenchange" with the proper type (32)
15 FAIL Document interface: new Document must inherit property "onfullscreenerror" with the proper type (33) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 15 PASS Document interface: new Document must inherit property "onfullscreenerror" with the proper type (33)
16 FAIL Document interface: new Document must inherit property "fullscreenElement" with the proper type (35) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 16 PASS Document interface: new Document must inherit property "fullscreenElement" with the proper type (35)
17 FAIL ShadowRoot interface: attribute fullscreenElement assert_equals: setter mus t be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined" 17 FAIL ShadowRoot interface: attribute fullscreenElement assert_equals: setter mus t be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
18 FAIL Element interface: operation requestFullscreen() assert_unreached: Throws " TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code 18 FAIL Element interface: operation requestFullscreen() assert_unreached: Throws " TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
19 PASS Element must be primary interface of document.createElementNS(null, "test") 19 PASS Element must be primary interface of document.createElementNS(null, "test")
20 PASS Stringification of document.createElementNS(null, "test") 20 PASS Stringification of document.createElementNS(null, "test")
21 PASS Element interface: document.createElementNS(null, "test") must inherit prop erty "requestFullscreen" with the proper type (34) 21 PASS Element interface: document.createElementNS(null, "test") must inherit prop erty "requestFullscreen" with the proper type (34)
22 Harness: the test ran to completion. 22 Harness: the test ran to completion.
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698