Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 2 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /css/css-color-hdr/inheritance.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Inheritance of dynamic-range-limit</title>
<meta name="assert" content="Inheritance of dynamic-range-limit">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/inheritance-testcommon.js"></script>
<div id="container">
<div id="target"></div>
</div>
<script>
assert_inherited('dynamic-range-limit', 'high', 'standard');
</script>