forked from mirrors/gecko-dev
Automatic update from web-platform-tests [css-ui] Split generated compute-kind-of-widget tests See https://github.com/web-platform-tests/wpt/issues/33401#issuecomment-1082836262 -- wpt-commits: 60d680ba69b597b87c606065c01b0709e8ef3971 wpt-pr: 33421
9 lines
222 B
HTML
9 lines
222 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Reference: Compute kind of widget - fallback - checkbox-input</title>
|
|
<style>
|
|
#container { width: 500px; }
|
|
</style>
|
|
<div id="container">
|
|
<input type="checkbox">
|
|
</div>
|