| Index: third_party/WebKit/LayoutTests/external/wpt/custom-elements/htmlconstructor/newtarget-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/custom-elements/htmlconstructor/newtarget-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/custom-elements/htmlconstructor/newtarget-expected.txt
|
| deleted file mode 100644
|
| index 1057093ebc553224c0aab3614d0e14c185dd5cbd..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/custom-elements/htmlconstructor/newtarget-expected.txt
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -This is a testharness.js-based test.
|
| -PASS Use NewTarget's prototype, not the one stored at definition time
|
| -PASS Rethrow any exceptions thrown while getting the prototype
|
| -PASS If prototype is not object (null), derives the fallback from NewTarget's realm (autonomous custom elements)
|
| -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 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.
|
| -
|
|
|