https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 511031aa125539d41ff9cd99f89907fd4a2bf906 authored by Luke Bjerring on 03 April 2018, 14:27:59 UTC
Throw IdlHarnessError outside try
Tip revision: 511031a
transform-table-009-notref.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      table, tbody, tr, td {
        margin: 0;
        padding: 0;
        border-spacing: 0;
      }
    </style>
  </head>
  <body>
    <div>
      <table>
        <tbody>
          <tr>
            <td>
              <div>Some text</div>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>
back to top