git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changing pseudoClass (:disabled) should cause distribution.
[WebKit-https.git]
/
LayoutTests
/
fast
/
dom
/
shadow
/
pseudoclass-update-disabled-input-expected.html
1
<!DOCTYPE html>
2
<html>
3
<head>
4
</head>
5
6
<body>
7
8
<p>When the 'disabled' state of an input tag is changed, we have to invalidate distribution.</p>
9
10
<div id="host1"><input id="input2" value="Input 2" disabled></div>
11
12
<div id="host2"><input id="input3" value="Input 3" disabled></div>
13
14
</body>
15
</html>
16