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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/htmlconstructor/newtarget-expected.txt

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Skip cssom and svg/shapes, remove unwanted baseline Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
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 c318978bf48970b4d78103aae3845505128f2426..1057093ebc553224c0aab3614d0e14c185dd5cbd 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) 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]"
+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 object "[object HTMLParagraphElement]" but got 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 object "[object HTMLParagraphElement]" but got 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 object "[object HTMLParagraphElement]" but got 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 object "[object HTMLParagraphElement]" but got object "[object HTMLElement]"
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698