https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 236b2316d3ee4ed8ad02a65bc8a112e848e05884 authored by Kinuko Yasuda on 21 December 2018, 06:37:11 UTC
Add a test for ServiceWorker and AppCache interaction with claim()
Tip revision: 236b231
percentages-grandchildren-quirks-mode-002.html
<link rel="help" href="https://drafts.csswg.org/css-tables-3/">
<meta name="assert" content="This test checks that table cell children, in quirks mode, pass the correct percentage resolution size to their children." />
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p style="margin-top: 1em;">Test passes if there is a filled green square.</p>
<div style="display:table-cell; height:100px; background:red;">
  <div style="width:100px; height: 100%;">
    <div style="height:100%; background:green;"></div>
  </div>
</div>
back to top