Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/border-collapse-double-border.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Test: border-collapsed tables don't unconditionally render double borders as solid</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="mismatch" href="border-collapse-double-border-notref.html">
<table style="border-collapse: collapse; border-style: double;">
<td>Should see a non-solid border</td>
</table>