Revision 2ae9561e165d3feb219cd34ee5b0334e91170cfd authored by Hayato Ito on 22 March 2018, 09:56:30 UTC, committed by Chromium WPT Sync on 22 March 2018, 09:56:30 UTC
Element::CanAttachShadowRoot() needs to be updated because it returns wrongly true for
customized built-in elements.

The spec: https://dom.spec.whatwg.org/#dom-element-attachshadow

Bug: 823033
Change-Id: Ia9aeb47569414830f5435f37f85d96101b9fe432
Reviewed-on: https://chromium-review.googlesource.com/970142
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545026}
1 parent 74126cb
History
File Mode Size
DOMParser-parseFromString-html.html -rw-r--r-- 2.5 KB
DOMParser-parseFromString-xml-doctype.html -rw-r--r-- 1.4 KB
DOMParser-parseFromString-xml-internal-subset.html -rw-r--r-- 1.3 KB
DOMParser-parseFromString-xml.html -rw-r--r-- 2.3 KB
OWNERS -rw-r--r-- 17 bytes
XMLSerializer-serializeToString.html -rw-r--r-- 2.4 KB
createContextualFragment.html -rw-r--r-- 7.5 KB
innerhtml-01.xhtml -rw-r--r-- 1.1 KB
innerhtml-03.xhtml -rw-r--r-- 2.2 KB
innerhtml-04.html -rw-r--r-- 815 bytes
innerhtml-05.xhtml -rw-r--r-- 948 bytes
innerhtml-06.html -rw-r--r-- 493 bytes
innerhtml-07.html -rw-r--r-- 1.5 KB
innerhtml-mxss.sub.html -rw-r--r-- 1.6 KB
insert-adjacent.html -rw-r--r-- 985 bytes
insert_adjacent_html-xhtml.xhtml -rw-r--r-- 3.9 KB
insert_adjacent_html.html -rw-r--r-- 4.2 KB
insert_adjacent_html.js -rw-r--r-- 1.5 KB
outerhtml-01.html -rw-r--r-- 536 bytes
outerhtml-02.html -rw-r--r-- 1.8 KB
style_attribute_html.html -rw-r--r-- 1.9 KB
xml-serialization.xhtml -rw-r--r-- 3.9 KB
xmldomparser.html -rw-r--r-- 384 bytes

back to top