https://github.com/web-platform-tests/wpt
Raw File
Tip revision: de277f72555a8613d1d38a9a6df270d16621ac89 authored by Chris Nardi on 29 March 2018, 23:23:28 UTC
Build spec links with short URLs for CSS testsuites
Tip revision: de277f7
auto-block-size-negative-ref.html
<!DOCTYPE html>
<style>
.result {
  background: green;
  border: solid 2px;
  margin: 20px 0;
}
</style>

<div class="result" style="width: 100px; height: 0px;"></div>
<div class="result" style="width: 0px; height: 100px;"></div>
back to top