Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-inline/baseline-source/baseline-source-invalid.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/parsing-testcommon.js"></script>
<script>
test_invalid_value('baseline-source', 'foobar');
test_invalid_value('baseline-source', 'default');
test_invalid_value('baseline-source', 'auto first');
test_invalid_value('baseline-source', 'first auto');
test_invalid_value('baseline-source', '3px');
test_invalid_value('baseline-source', '10%');
</script>