Index: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/htmlconstructor/newtarget-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/htmlconstructor/newtarget-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/htmlconstructor/newtarget-expected.txt |
index a27f83716a8d3d40327b095fee71a2629f6ba735..c318978bf48970b4d78103aae3845505128f2426 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/htmlconstructor/newtarget-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/htmlconstructor/newtarget-expected.txt |
@@ -5,9 +5,9 @@ PASS If prototype is not object (null), derives the fallback from NewTarget's re |
PASS If prototype is not object (undefined), derives the fallback from NewTarget's realm (autonomous custom elements) |
PASS If prototype is not object (5), derives the fallback from NewTarget's realm (autonomous custom elements) |
PASS If prototype is not object (string), derives the fallback from NewTarget's realm (autonomous custom elements) |
-FAIL If prototype is not object (null), derives the fallback from NewTarget's realm (customized built-in elements) promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor" |
-FAIL If prototype is not object (undefined), derives the fallback from NewTarget's realm (customized built-in elements) promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor" |
-FAIL If prototype is not object (5), derives the fallback from NewTarget's realm (customized built-in elements) promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor" |
-FAIL If prototype is not object (string), derives the fallback from NewTarget's realm (customized built-in elements) promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor" |
+FAIL If prototype is not object (null), derives the fallback from NewTarget's realm (customized built-in elements) assert_equals: Must use the HTMLParagraphElement from the realm of NewTarget expected (function) function "function HTMLParagraphElement() { [native code] }" but got (object) object "[object HTMLElement]" |
+FAIL If prototype is not object (undefined), derives the fallback from NewTarget's realm (customized built-in elements) assert_equals: Must use the HTMLParagraphElement from the realm of NewTarget expected (function) function "function HTMLParagraphElement() { [native code] }" but got (object) object "[object HTMLElement]" |
+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 (function) function "function HTMLParagraphElement() { [native code] }" but got (object) object "[object HTMLElement]" |
+FAIL If prototype is not object (string), derives the fallback from NewTarget's realm (customized built-in elements) assert_equals: Must use the HTMLParagraphElement from the realm of NewTarget expected (function) function "function HTMLParagraphElement() { [native code] }" but got (object) object "[object HTMLElement]" |
Harness: the test ran to completion. |