Fix custom element WPT failures at Document-createElement.html
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: jdai, Unassigned)
References
(Depends on 2 open bugs, Blocks 2 open bugs)
Details
Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Comment 2•6 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Now we have these below three failures according to wpt.fyi :
document.createElement must report a NotSupportedError when the element is adopted into a the document of an iframe during construction
document.createElement must report a NotSupportedError when the element is inserted into a the document of an iframe during construction
document.createElement must not report a NotSupportedError when the element is adopted back from a the document of an iframe during construction
I couldn't immediately see if these really depend on bug 1470017.
(Adam, would you kindly help check/correct the bug dependency?)
Updated•2 years ago
|
Comment 4•2 years ago
|
||
This bug has more of a direct dependency on bug 1502814. Bug 1470017 deals with prototypes in general (and would solve this issue), but bug 1502814 specifically is about the case of custom element prototypes, which based on the current patch discussion will likely need to be resolved without fixing the more general case.
Description
•