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
AmbientLightSensor.js -rw-r--r-- 105 bytes
AmbientLightSensor_browsing_context.html -rw-r--r-- 1.1 KB
AmbientLightSensor_onchange-manual.html -rw-r--r-- 918 bytes
AmbientLightSensor_onstatechange.html -rw-r--r-- 1.2 KB
AmbientLightSensor_start.html -rw-r--r-- 993 bytes
AmbientLightSensor_stop.html -rw-r--r-- 912 bytes
AmbientLightSensor_tests.html -rw-r--r-- 418 bytes
OWNERS -rw-r--r-- 47 bytes
idlharness.html -rw-r--r-- 2.6 KB
support-iframe.html -rw-r--r-- 232 bytes

back to top