table-row-opacity-dynamic-2-ref.html 308 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE HTML>
  2. <html>
  3. <title>Test for bug 1224253</title>
  4. <style>
  5. body { background: white; color: black }
  6. table {
  7. padding: 0;
  8. border-spacing: 0;
  9. border: none;
  10. width: 15em;
  11. }
  12. tr {
  13. background: rgba(0, 0, 255, 0.8);
  14. }
  15. td {
  16. border: none;
  17. }
  18. </style>
  19. <table>
  20. <tr><td>cell</td></tr>
  21. </table>