about summary refs log tree commit diff stats
path: root/test/layout/visibility-switch-in-inline-box.html
blob: a382ccae00821a8a96c2f6be2f7b25d295622625 (plain) (blame)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<div style="visibility: hidden">
<span>
<div style="visibility: visible">
test
</div>
</span>
</div>