Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Testcase #2 for bug 349655</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | table table tr { background: yellow; } |
michael@0 | 7 | </style> |
michael@0 | 8 | </head> |
michael@0 | 9 | <body> |
michael@0 | 10 | |
michael@0 | 11 | <table><tr><th colspan="2"><h5>Tables on the left have no bordercolor attribute. Right side is the same but with bordercolor.</h5></th></tr> |
michael@0 | 12 | <tr><td> |
michael@0 | 13 | <table border="1" frame="hsides" rules="none"> |
michael@0 | 14 | <tr><td>border="1" frame="hsides" rules="none"</td><td>cell2</td></tr> |
michael@0 | 15 | </table> |
michael@0 | 16 | <br> |
michael@0 | 17 | <table border="8" frame="hsides" rules="none"> |
michael@0 | 18 | <tr><td>border="8" frame="hsides" rules="none"</td><td>cell2</td></tr> |
michael@0 | 19 | </table> |
michael@0 | 20 | <br> |
michael@0 | 21 | <table border="8" frame="hsides"> |
michael@0 | 22 | <tr><td>border="8" frame="hsides"</td><td>cell2</td></tr> |
michael@0 | 23 | </table> |
michael@0 | 24 | <br> |
michael@0 | 25 | <table border="8" rules="none"> |
michael@0 | 26 | <tr><td>border="8" rules="none"</td><td>cell2</td></tr> |
michael@0 | 27 | </table> |
michael@0 | 28 | </td><td> |
michael@0 | 29 | <table bordercolor="red" border="1" frame="hsides" rules="none"> |
michael@0 | 30 | <tr><td>border="1" frame="hsides" rules="none"</td><td>cell2</td></tr> |
michael@0 | 31 | </table> |
michael@0 | 32 | <br> |
michael@0 | 33 | <table bordercolor="red" border="8" frame="hsides" rules="none"> |
michael@0 | 34 | <tr><td>border="8" frame="hsides" rules="none"</td><td>cell2</td></tr> |
michael@0 | 35 | </table> |
michael@0 | 36 | <br> |
michael@0 | 37 | <table bordercolor="red" border="8" frame="hsides"> |
michael@0 | 38 | <tr><td>border="8" frame="hsides"</td><td>cell2</td></tr> |
michael@0 | 39 | </table> |
michael@0 | 40 | <br> |
michael@0 | 41 | <table bordercolor="red" border="8" rules="none"> |
michael@0 | 42 | <tr><td>border="8" rules="none"</td><td>cell2</td></tr> |
michael@0 | 43 | </table> |
michael@0 | 44 | </td></tr> |
michael@0 | 45 | |
michael@0 | 46 | <tr><th colspan="2"><h5>Without "frame"/"rules" attribute.</h5></th></tr> |
michael@0 | 47 | <tr><td> |
michael@0 | 48 | <table border="1"> |
michael@0 | 49 | <tr><td>border="1"</td><td>cell2</td></tr> |
michael@0 | 50 | </table> |
michael@0 | 51 | <br> |
michael@0 | 52 | <table border="8"> |
michael@0 | 53 | <tr><td>border="8"</td><td>cell2</td></tr> |
michael@0 | 54 | </table> |
michael@0 | 55 | </td><td> |
michael@0 | 56 | <table bordercolor="red" border="1"> |
michael@0 | 57 | <tr><td>border="1"</td><td>cell2</td></tr> |
michael@0 | 58 | </table> |
michael@0 | 59 | <br> |
michael@0 | 60 | <table bordercolor="red" border="8" > |
michael@0 | 61 | <tr><td>border="8" </td><td>cell2</td></tr> |
michael@0 | 62 | </table> |
michael@0 | 63 | </td></tr> |
michael@0 | 64 | <tr><th colspan="2"><h5>border-collapse</h5></th></tr> |
michael@0 | 65 | <tr><td> |
michael@0 | 66 | <table style="border-collapse:collapse" border="1"> |
michael@0 | 67 | <tr><td>border="1"</td><td>cell2</td></tr> |
michael@0 | 68 | </table> |
michael@0 | 69 | <br> |
michael@0 | 70 | <table style="border-collapse:collapse" border="8"> |
michael@0 | 71 | <tr><td>border="8"</td><td>cell2</td></tr> |
michael@0 | 72 | </table> |
michael@0 | 73 | </td><td> |
michael@0 | 74 | <table style="border-collapse:collapse" bordercolor="red" border="1"> |
michael@0 | 75 | <tr><td>border="1"</td><td>cell2</td></tr> |
michael@0 | 76 | </table> |
michael@0 | 77 | <br> |
michael@0 | 78 | <table style="border-collapse:collapse" bordercolor="red" border="8" > |
michael@0 | 79 | <tr><td>border="8" </td><td>cell2</td></tr> |
michael@0 | 80 | </table> |
michael@0 | 81 | </td></tr> |
michael@0 | 82 | <tr><td></td><td> |
michael@0 | 83 | <h5>bordercolor attribute on other elements</h5> |
michael@0 | 84 | <table border="8"> |
michael@0 | 85 | <tbody bordercolor="red"><tr><td>TBODY bordercolor</td><td>cell2</td></tr></tbody> |
michael@0 | 86 | </table><br> |
michael@0 | 87 | <table border="8"> |
michael@0 | 88 | <tr bordercolor="red"><td>TR bordercolor</td><td>cell2</td></tr> |
michael@0 | 89 | </table> |
michael@0 | 90 | <table bordercolor="red" border="8"> |
michael@0 | 91 | <tr><td bordercolor="red">TD bordercolor</td><td>cell2</td></tr> |
michael@0 | 92 | </table> |
michael@0 | 93 | </td></tr> |
michael@0 | 94 | </table> |
michael@0 | 95 | |
michael@0 | 96 | </body> |
michael@0 | 97 | </html> |