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

Side by Side Diff: LayoutTests/fast/table/caption-encloses-overhanging-float.html

Issue 9271029: Revert 105788 - Merge 105768 - Incorrect positioning of floating pseudo-elements in table captions (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/fast/table/caption-encloses-overhanging-float-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <!--
7 https://bugs.webkit.org/show_bug.cgi?id=76664
8 The 'a' should be in a red box that sits on the bottom left of an enclos ing yellow box.
9 -->
10 <style>
11 .caption1 { background-color:yellow; width: 40px; }
12 .fl { float: left; background-color:red;}
13 </style>
14 <table>
15 <caption class="caption1">caption1<div class="fl">a</div></caption>
16 </table>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/caption-encloses-overhanging-float-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698