https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a8e88604a838f836dcfc64eec51c61a17305e917 authored by Mike on 05 April 2018, 10:57:56 UTC
Tests were referencing the wrong reference tests
Tip revision: a8e8860
constraints-fixed-inline-size-ref.html
<!DOCTYPE html>
<style>
.result {
  background: green;
  height: 100px;
  width: 100px;
}
</style>

<div class="result"></div>
back to top