chromium/third_party/blink/web_tests/fast/css/getComputedStyle/computed-style-listing.html

<!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 &lt;div> element.");
listGetComputedStyle(target);
</script>