mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
Tests: Import some WPT tests for the part attribute
This commit is contained in:
Notes:
github-actions[bot]
2025-12-08 09:45:49 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/72cea01e3bc Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7034
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<title>CSS Shadow Parts IDL tests</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-shadow-parts/#idl">
|
||||
<script src="../../resources/testharness.js"></script>
|
||||
<script src="../../resources/testharnessreport.js"></script>
|
||||
<script src="../../resources/WebIDLParser.js"></script>
|
||||
<script src="../../resources/idlharness.js"></script>
|
||||
<script>
|
||||
idl_test(
|
||||
['css-shadow-parts'],
|
||||
['dom'],
|
||||
idl_array => {
|
||||
self.element = document.createElementNS('ns', 'e');
|
||||
self.htmlElement = document.createElement('html');
|
||||
self.svgElement = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
|
||||
idl_array.add_objects({
|
||||
Element: ['element', 'htmlElement', 'svgElement'],
|
||||
});
|
||||
}
|
||||
);
|
||||
</script>
|
||||
Reference in New Issue
Block a user