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

Unified Diff: LayoutTests/fast/table/caption-encloses-overhanging-float-expected.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/caption-encloses-overhanging-float-expected.html
===================================================================
--- LayoutTests/fast/table/caption-encloses-overhanging-float-expected.html (revision 105806)
+++ LayoutTests/fast/table/caption-encloses-overhanging-float-expected.html (working copy)
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- </head>
- <body>
- <!--
- https://bugs.webkit.org/show_bug.cgi?id=76664
- The 'a' should be in a red box that sits on the bottom left of an enclosing yellow box.
- -->
- <style>
- .caption1 { background-color:yellow; width: 40px; display: inline-block;}
- .fl { float: left; background-color:red;}
- </style>
- <div class="caption1">caption1<div class="fl">a</div></div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/table/caption-encloses-overhanging-float.html ('k') | Source/WebCore/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698