blob: 557b1d5eb960d4afe4b073b376d476108dc2fb95 [file] [log] [blame] [edit]
<!DOCTYPE html>
<title>CSS UI: getComputedStyle().formSizing</title>
<link rel="help" href="https://github.com/w3c/csswg-drafts/pull/9251">
<link rel="author" title="Kent Tamura" href="mailto:[email protected]">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/computed-testcommon.js"></script>
<body>
<div id="target"></div>
<script>
test_computed_value('form-sizing', 'auto');
test_computed_value('form-sizing', 'normal');
</script>
</body>