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

Side by Side Diff: LayoutTests/fast/table/table-cell-negative-start-margin-align-center.html

Issue 10536229: Merge 120859 - REGRESSION(r113885): Margin not properly applied to elements with align=center (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 months 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 /* Disable most default sizing to ensure proper position of our hidTarget. */ 5 /* Disable most default sizing to ensure proper position of our hidTarget. */
6 body { 6 body {
7 margin: 0px; 7 margin: 0px;
8 } 8 }
9 9
10 table { 10 table {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 </td> 44 </td>
45 </tr> 45 </tr>
46 </tbody> 46 </tbody>
47 </table> 47 </table>
48 <p> 48 <p>
49 <a href="https://bugs.webkit.org/show_bug.cgi?id=89515">89515</a>: REGRESSIO N(r113885): Margin not properly applied to elements with align=center<br> 49 <a href="https://bugs.webkit.org/show_bug.cgi?id=89515">89515</a>: REGRESSIO N(r113885): Margin not properly applied to elements with align=center<br>
50 There should be a green rectangle above with no red. 50 There should be a green rectangle above with no red.
51 </p> 51 </p>
52 </body> 52 </body>
53 </html> 53 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698