mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
17 lines
482 B
HTML
17 lines
482 B
HTML
<!doctype html>
|
|
<title>CSS Painting API IDL tests</title>
|
|
<link rel="help" href="https://drafts.css-houdini.org/css-paint-api-1/">
|
|
<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>
|
|
"use strict";
|
|
|
|
idl_test(
|
|
["css-paint-api"],
|
|
["cssom", "html", "worklets"]
|
|
// No objects in Window global
|
|
);
|
|
</script>
|