Side by Side Diff: third_party/WebKit/LayoutTests/custom-elements/imports/inner-html-in-import.html
Issue 2242743002 :
Make custom elements work in HTML imports (Closed)
Patch Set: Addresses tkent's comments.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/WebKit/LayoutTests/TestExpectations
third_party/WebKit/LayoutTests/custom-elements/imports/async-imports.html
third_party/WebKit/LayoutTests/custom-elements/imports/async-nested-imports.html
third_party/WebKit/LayoutTests/custom-elements/imports/circular-imports.html
third_party/WebKit/LayoutTests/custom-elements/imports/create-element-in-import.html
third_party/WebKit/LayoutTests/custom-elements/imports/detached-import.html
third_party/WebKit/LayoutTests/custom-elements/imports/inner-html-in-import.html
third_party/WebKit/LayoutTests/custom-elements/imports/nested-imports.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/async-component.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/async-nested-component.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/circular-level1.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/circular-level2.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/create-element.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/import-custom.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/inner-html.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/nested-level1.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/nested-level2.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/nested-level3.html
third_party/WebKit/LayoutTests/custom-elements/imports/resources/upgrade.html
third_party/WebKit/LayoutTests/custom-elements/imports/sync-create-element-order.html
third_party/WebKit/LayoutTests/custom-elements/imports/upgrade-order.html
third_party/WebKit/LayoutTests/custom-elements/spec/resources/custom-elements-helpers.js
third_party/WebKit/Source/core/dom/Document.h
third_party/WebKit/Source/core/dom/Document.cpp
third_party/WebKit/Source/core/dom/ExecutionContext.h
third_party/WebKit/Source/core/dom/custom/CustomElement.cpp
third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorter.h
third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorter.cpp
third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp