Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Side by Side Diff: LayoutTests/fast/block/positioning/table-cell-static-position.html

Issue 5670003: Merge 73531 - https://bugs.webkit.org/show_bug.cgi?id=50576... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698