Remove custom-elements/state/idlharness.window.js
This test doesn't actually work since it references an idl file which isn't defined. I manually verified that the CustomStateSet idl is already tested by external/wpt/html/dom/idlharness.https.html so there is no need for this separate test file anymore. Change-Id: If4aca93159724cdb9e7d007933635a2d55d06f7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5253030 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255766}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
3249379b7a
commit
3e9211d4b8
third_party/blink/web_tests
external
wpt
custom-elements
virtual
css-custom-state-only-deprecated-syntax
external
wpt
custom-elements
css-custom-state-only-new-syntax
external
wpt
custom-elements
5
third_party/blink/web_tests/external/wpt/custom-elements/state/idlharness.window-expected.txt
vendored
5
third_party/blink/web_tests/external/wpt/custom-elements/state/idlharness.window-expected.txt
vendored
@ -1,5 +0,0 @@
|
||||
This is a testharness.js-based test.
|
||||
[FAIL] idl_test setup
|
||||
promise_test: Unhandled rejection with value: object "Error fetching /interfaces/custom-state-pseudo-class.idl."
|
||||
Harness: the test ran to completion.
|
||||
|
@ -1,20 +0,0 @@
|
||||
// META: script=/resources/WebIDLParser.js
|
||||
// META: script=/resources/idlharness.js
|
||||
|
||||
'use strict';
|
||||
|
||||
class MyElement extends HTMLElement {};
|
||||
customElements.define('my-element', MyElement);
|
||||
|
||||
idl_test(
|
||||
['custom-state-pseudo-class'],
|
||||
['html', 'wai-aria'],
|
||||
idl_array => {
|
||||
idl_array.add_objects({
|
||||
CustomStateSet: [ 'customStateSet' ],
|
||||
});
|
||||
|
||||
const myElement = document.createElement('my-element');
|
||||
self.customStateSet = myElement.attachInternals().states;
|
||||
}
|
||||
);
|
@ -1,5 +0,0 @@
|
||||
This is a testharness.js-based test.
|
||||
[FAIL] idl_test setup
|
||||
promise_test: Unhandled rejection with value: object "Error fetching /interfaces/custom-state-pseudo-class.idl."
|
||||
Harness: the test ran to completion.
|
||||
|
@ -1,5 +0,0 @@
|
||||
This is a testharness.js-based test.
|
||||
[FAIL] idl_test setup
|
||||
promise_test: Unhandled rejection with value: object "Error fetching /interfaces/custom-state-pseudo-class.idl."
|
||||
Harness: the test ran to completion.
|
||||
|
Reference in New Issue
Block a user