mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
16 lines
478 B
HTML
16 lines
478 B
HTML
<!doctype html>
|
|
<title>CSS Properties Values API IDL tests</title>
|
|
<link rel="help" href="https://drafts.css-houdini.org/css-properties-values-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-properties-values-api"],
|
|
["cssom"]
|
|
// No objects
|
|
);
|
|
</script>
|