| OLD | NEW | 
|   1 <!doctype html> |   1 <!doctype html> | 
|   2 <html> |   2 <html> | 
|   3 <head> |   3 <head> | 
|   4 <style> |   4 <style> | 
|   5 td { vertical-align:top; padding: 0; width:70px; height:70px; background-color:g
    reen; border:1px solid black } |   5 td { vertical-align:top; padding: 0; width:70px; height:70px; background-color:g
    reen; border:1px solid black } | 
|   6 table { border-spacing:10px; border:1px solid black; position:relative } |   6 table { border-spacing:10px; border:1px solid black; position:relative } | 
|   7 div { position:absolute; width:70px; height:70px; background-color:green; } |   7 div { position:absolute; width:70px; height:70px; background-color:green; } | 
|   8 </style> |   8 </style> | 
|   9 </head> |   9 </head> | 
|  10 <body> |  10 <body> | 
|  11  |  11  | 
|  12 All cells should be green. |  12 All cells should be green. | 
|  13  |  13  | 
|  14 <table> |  14 <table> | 
|  15 <tr><td><td><td><td style="background-color:red"><span><div></div></td> |  15 <tr><td><td><td><td style="background-color:red"><span><div></div></td> | 
|  16 <tr><td><td><td style="background-color:red"><div></div><td style="background-co
    lor:red"><span style="display:inline-block; vertical-align:top"><div></span></td
    > |  16 <tr><td><td><td style="background-color:red"><div></div><td style="background-co
    lor:red"><span style="display:inline-block; vertical-align:top"><div></span></td
    > | 
|  17 </table> |  17 </table> | 
|  18  |  18  | 
|  19 <table style="direction:rtl"> |  19 <table style="direction:rtl"> | 
|  20 <tr><td><td><td><td style="background-color:red"><span><div></div></td> |  20 <tr><td><td><td><td style="background-color:red"><span><div></div></td> | 
|  21 <tr><td><td><td style="background-color:red"><div></div><td style="background-co
    lor:red"><span style="display:inline-block; vertical-align:top"><div></span></td
    > |  21 <tr><td><td><td style="background-color:red"><div></div><td style="background-co
    lor:red"><span style="display:inline-block; vertical-align:top"><div></span></td
    > | 
|  22 </table> |  22 </table> | 
| OLD | NEW |