Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
fast
/
forms
/
ios
/
render-indeterminate-checkbox-expected-mismatch.html
blob: 122585bc400ba0bf6931110a46da74d02cf9cc42 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<input
type
=
checkbox
>
<div>
Test passes if indeterminate checkbox appears different from unchecked checkbox.
</div>
</body>
<script>
document
.
querySelector
(
"input"
).
indeterminate
=
true
;
</script>
</html>