summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/webdriver/element_state/res/display-none-child.html
blob: b45ea0e5a075bd20dd3114c3b5a48fa041ecbdc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<title>display: none applies to child nodes</title>

<style>
#parent { display: none }
</style>

<div id="parent">
  <div id="child">Brie is good</div>
</div>