git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
A shadow element in ShadowDOM of a button element does not work.
[WebKit-https.git]
/
LayoutTests
/
fast
/
dom
/
shadow
/
shadowdom-for-button-expected.html
1
<!DOCTYPE html>
2
3
<html>
4
<body>
5
<script src="resources/polyfill.js"></script>
6
7
<p>When a button element has a shadow dom having a shadow element, it should get the children of the button element.</p>
8
9
<button>Kotori Otonashi</button>
10
<button>FOO foo Kotori bar BAR</button>
11
12
</body>
13
</html>