Revision 40b50dd556d6df59d87f04c1c79bb90509345455 authored by Ryosuke Niwa on 20 October 2016, 01:17:03 UTC, committed by Domenic Denicola on 20 October 2016, 01:17:03 UTC
These tests have been reviewed and landed into WebKit: https://trac.webkit.org/browser/trunk/LayoutTests/fast/custom-elements

Almost all test cases pass on both WebKit and Blink.

Both test cases in parser-uses-constructed-element.html fails on Blink because Blink erroneously falls back to creating HTMLUnknownElement when a custom element constructor returns an element different from the one returned by the first call to HTMLElement constructor.

The last test case in parser-uses-registry-of-owner-document.html fails on Blink because Blink erroneously creates a non-HTMLElement Element inside a document created by document.implementation.createDocument with HTML namespace.

And the test case using the Document constructor fails in Blink since Blink does not implement the Document constructor yet.
1 parent 7154c15
History
File Mode Size
.gitkeep -rw-r--r-- 0 bytes

back to top