0

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:
Joey Arhar
2024-02-02 21:23:26 +00:00
committed by Chromium LUCI CQ
parent 3249379b7a
commit 3e9211d4b8
4 changed files with 0 additions and 35 deletions
third_party/blink/web_tests
external
virtual
css-custom-state-only-deprecated-syntax
external
wpt
custom-elements
css-custom-state-only-new-syntax
external
wpt
custom-elements

@ -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.