https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ffa8120532d7c0f9a8f2eb4aca9e13073ab557cd authored by Marcos Cáceres on 28 November 2018, 04:56:37 UTC
Another typo
Tip revision: ffa8120
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