border-image-style-none-auto-ref.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <title>border-image-width: auto with border-bottom: none reference</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta http-equiv="Content-Style-Type" content="text/css">
  7. <style type="text/css">
  8. table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; }
  9. td { padding: 0; }
  10. </style>
  11. </head>
  12. <body>
  13. <table>
  14. <col style="width: 1px">
  15. <col style="width: 112px"> <!-- 100px + 7px + 7px - 1px - 1px -->
  16. <col style="width: 1px">
  17. <tr style="height: 1px">
  18. <td style="background: #87f0b4"></td>
  19. <td style="background: #4a298e"></td>
  20. <td style="background: #c98bb7"></td>
  21. </tr>
  22. <tr style="height: 10px"> <!-- 5px + 7px - 1px - 1px -->
  23. <td style="background: #90a213"></td>
  24. <td></td>
  25. <td style="background: #90c157"></td>
  26. </tr>
  27. <tr style="height: 1px">
  28. <td style="background: #9d57c1"></td>
  29. <td style="background: #3a8e20"></td>
  30. <td style="background: #0e6f6c"></td>
  31. </tr>
  32. </table>
  33. </body>
  34. </html>
  35. <!DOCTYPE html>