Sign in
webkit
/
WebKit
/
a847461eedf68a16e2d2491447608ea3bf9d7890
/
.
/
LayoutTests
/
fast
/
dom
/
shadow
/
pseudoclass-update-enabled-input-expected.html
blob: 9f430435118a4ed5f983af94198b21f4d3b786aa [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>
When the 'enabled' state of an input tag is changed, we have to invalidate distribution.
</p>
<div
id
=
"host1"
><input
value
=
"Input 1"
></div>
<div
id
=
"host2"
><input
value
=
"Input 4"
></div>
</body>
</html>