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