Home
last modified time | relevance | path

Searched refs:attachShadow (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/shadow-dom/
H A DElement-interface-attachShadow.html.ini1 [Element-interface-attachShadow.html]
3 [Check the existence of Element.attachShadow]
6 [Element.attachShadow must create an instance of ShadowRoot]
9 …[Element.attachShadow must throw a InvalidStateError if the context object already hosts a shadow …
12 …[Element.attachShadow must throw a NotSupportedError for button, details, input, marquee, meter, p…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/dom_extension/
H A DDOMExtension_test.ts88 const shadow1 = component1.attachShadow({mode: 'open'});
93 const shadow2 = component2.attachShadow({mode: 'open'});
145 const shadow1 = component1.attachShadow({mode: 'open'});
152 const shadow2 = component2.attachShadow({mode: 'open'});
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/dom/
H A Dinterfaces.html.ini27 [Element interface: operation attachShadow(ShadowRootInit)]
36 [Element interface: element must inherit property "attachShadow" with the proper type (24)]
39 …[Element interface: calling attachShadow(ShadowRootInit) on element with too few arguments must th…
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/shadow-dom/
H A DElement-interface-attachShadow-custom-element.html.ini1 [Element-interface-attachShadow-custom-element.html]
H A Dimperative-slot-api.html.ini2 [attachShadow can take slotAssignment parameter.]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/shadow-dom/
H A DElement-interface-attachShadow-custom-element.html.ini1 [Element-interface-attachShadow-custom-element.html]
H A Dimperative-slot-api.html.ini2 [attachShadow can take slotAssignment parameter.]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/scripts/component_bridges/fixtures/
H A Dmultiple-interfaces.ts10 private readonly shadow = this.attachShadow({mode: 'open'});
H A Dcomplex-union-types-extending-types.ts39 private readonly shadow = this.attachShadow({mode: 'open'});
H A Dcomplex-types-imported.ts21 private readonly shadow = this.attachShadow({mode: 'open'});
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/elements/
H A DComputedStyleTrace.ts16 private readonly shadow = this.attachShadow({mode: 'open'});
H A DComputedStyleProperty.ts16 private readonly shadow = this.attachShadow({mode: 'open'});
H A DElementsPanelLink.ts13 private readonly shadow = this.attachShadow({mode: 'open'});
H A DNodeText.ts14 private readonly shadow = this.attachShadow({mode: 'open'});
H A DIcon.ts26 private readonly shadow = this.attachShadow({mode: 'open'});
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/inline_editor/
H A DCSSAngleSwatch.ts19 private readonly shadow = this.attachShadow({mode: 'open'});
H A DCSSVarSwatch.ts27 private readonly shadow = this.attachShadow({mode: 'open'});
H A DColorSwatch.ts26 private readonly shadow = this.attachShadow({mode: 'open'});
H A DCSSAngleEditor.ts22 private readonly shadow = this.attachShadow({mode: 'open'});
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/linear_memory_inspector/
H A DLinearMemoryNavigator.ts46 private readonly shadow = this.attachShadow({mode: 'open'});
H A DLinearMemoryValueInterpreter.ts23 private readonly shadow = this.attachShadow({mode: 'open'});
H A DValueInterpreterDisplay.ts30 private readonly shadow = this.attachShadow({mode: 'open'});
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/issues/
H A DMarkdownView.ts15 private readonly shadow = this.attachShadow({mode: 'open'});
H A DIssueSurveyLink.ts33 private readonly shadow = this.attachShadow({mode: 'open'});
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/ui/components/
H A DDataGridController.ts20 private readonly shadow = this.attachShadow({mode: 'open'});

1234567891011