blob: e62189d31e7f8b96799857f1d2030c8d3bf3c99d [file] [log] [blame]
<!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>