summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing.html
blob: e62189d31e7f8b96799857f1d2030c8d3bf3c99d (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="resources/computed-style-listing.js"></script>
<div id="target" style="display: none"></div>
<script>
description("This test documents all computed styles on a display: none element.");
listGetComputedStyle(target);
</script>