blob: f5670ceaa87400fdd71fa1e6a9c8da8bd7de18bf [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="resources/computed-style-listing.js"></script>
<div id="target"></div>
<script>
description("This test documents all computed styles on a div element.");
listGetComputedStyle(target);
</script>