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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/custom-elements/htmlconstructor/newtarget-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 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 Found 10 tests. 6 PASS 4 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Use NewTarget's prototype, not the one stored at definition time 3 PASS Use NewTarget's prototype, not the one stored at definition time
3 PASS Rethrow any exceptions thrown while getting the prototype 4 PASS Rethrow any exceptions thrown while getting the prototype
4 PASS If prototype is not object (null), derives the fallback from NewTarget's re alm (autonomous custom elements) 5 PASS If prototype is not object (null), derives the fallback from NewTarget's re alm (autonomous custom elements)
5 PASS If prototype is not object (undefined), derives the fallback from NewTarget 's realm (autonomous custom elements) 6 PASS If prototype is not object (undefined), derives the fallback from NewTarget 's realm (autonomous custom elements)
6 PASS If prototype is not object (5), derives the fallback from NewTarget's realm (autonomous custom elements) 7 PASS If prototype is not object (5), derives the fallback from NewTarget's realm (autonomous custom elements)
7 PASS If prototype is not object (string), derives the fallback from NewTarget's realm (autonomous custom elements) 8 PASS If prototype is not object (string), derives the fallback from NewTarget's realm (autonomous custom elements)
8 FAIL If prototype is not object (null), derives the fallback from NewTarget's re alm (customized built-in elements) assert_equals: Must use the HTMLParagraphElem ent from the realm of NewTarget expected object "[object HTMLParagraphElement]" but got object "[object HTMLElement]" 9 FAIL If prototype is not object (null), derives the fallback from NewTarget's re alm (customized built-in elements) assert_equals: Must use the HTMLParagraphElem ent from the realm of NewTarget expected object "[object HTMLParagraphElement]" but got object "[object HTMLElement]"
9 FAIL If prototype is not object (undefined), derives the fallback from NewTarget 's realm (customized built-in elements) assert_equals: Must use the HTMLParagrap hElement from the realm of NewTarget expected object "[object HTMLParagraphEleme nt]" but got object "[object HTMLElement]" 10 FAIL If prototype is not object (undefined), derives the fallback from NewTarget 's realm (customized built-in elements) assert_equals: Must use the HTMLParagrap hElement from the realm of NewTarget expected object "[object HTMLParagraphEleme nt]" but got object "[object HTMLElement]"
10 FAIL If prototype is not object (5), derives the fallback from NewTarget's realm (customized built-in elements) assert_equals: Must use the HTMLParagraphElement from the realm of NewTarget expected object "[object HTMLParagraphElement]" but got object "[object HTMLElement]" 11 FAIL If prototype is not object (5), derives the fallback from NewTarget's realm (customized built-in elements) assert_equals: Must use the HTMLParagraphElement from the realm of NewTarget expected object "[object HTMLParagraphElement]" but got object "[object HTMLElement]"
11 FAIL If prototype is not object (string), derives the fallback from NewTarget's realm (customized built-in elements) assert_equals: Must use the HTMLParagraphEl ement from the realm of NewTarget expected object "[object HTMLParagraphElement] " but got object "[object HTMLElement]" 12 FAIL If prototype is not object (string), derives the fallback from NewTarget's realm (customized built-in elements) assert_equals: Must use the HTMLParagraphEl ement from the realm of NewTarget expected object "[object HTMLParagraphElement] " but got object "[object HTMLElement]"
12 Harness: the test ran to completion. 13 Harness: the test ran to completion.
13 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698