https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3420010fcacabcec00013c156c2082e7252b605b authored by Darren Shen on 10 April 2018, 08:46:40 UTC
[css-typed-om] Fix unsupported values in non-list-valued properties.
Tip revision: 3420010
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