mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
17 lines
505 B
HTML
17 lines
505 B
HTML
<!doctype html>
|
|
<title>CSS Painting API IDL tests</title>
|
|
<meta name="timeout" content="long">
|
|
<link rel="help" href="https://drafts.css-houdini.org/css-paint-api/">
|
|
<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"]
|
|
// No objects in Window global
|
|
);
|
|
</script>
|