https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 7bed6bee0d70190e87bd48a71c81a1f6d79e8d97 authored by L. David Baron on 14 April 2018, 11:18:26 UTC
Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/37b8862d354e0014a72715462dd2102dd5b599cc .
Tip revision: 7bed6be
text-overflow-025-ref.html
<!DOCTYPE HTML>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
  <meta charset="utf-8">
  <title>Reference: text-overflow on tr::before without overflow:hidden</title>
  <style type="text/css">

    td {
      white-space: nowrap;
    }

  </style>
</head>
<body>
PASS if there is no ellipsis below.
  <table style="table-layout: fixed; width: 130px" cellpadding="0" cellspacing="0">
    <tr><td>Some long text here that overflows and whatnot.</td></tr>
  </table>

</body>
</html>
back to top