Bug 1806468 [wpt PR 37579] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git] / testing / web-platform / tests / css / css-typed-om / the-stylepropertymap / properties / stroke-miterlimit.html
blobade9f49f357fcc9df3eb190701c555c0c79f38c9
1 <!doctype html>
2 <meta charset="utf-8">
3 <title>'stroke-miterlimit' property</title>
4 <link rel="help" href="https://drafts.css-houdini.org/css-typed-om-1/#dom-stylepropertymap-get">
5 <link rel="help" href="https://drafts.css-houdini.org/css-typed-om-1/#dom-stylepropertymap-set">
6 <link rel="help" href="https://drafts.css-houdini.org/css-typed-om-1/#property-stle-value-normalization">
7 <script src="/resources/testharness.js"></script>
8 <script src="/resources/testharnessreport.js"></script>
9 <script src="../../resources/testhelper.js"></script>
10 <script src="resources/testsuite.js"></script>
11 <body>
12 <div id="log"></div>
13 <script>
14 'use strict';
16 runPropertyTests('stroke-miterlimit', [
18 syntax: '<number>',
19 specified: assert_is_equal_with_range_handling
21 ]);
23 </script>