summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/display-no-show-hide.html
blob: 9e7b7f7b5d98ddfc580707c423da56986bc3cded (plain)
1
2
3
<!DOCTYPE html>
<div style="display:show">This text should be visible.</div>
<div style="display:hide">This text should be visible.</div>