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

Unified Diff: third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-2.html

Issue 2828553002: Search correctly for inline ancestors without a sibling when dirtying lineboxes (Closed)
Patch Set: bug 695378 Created 3 years, 8 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: third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-2.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-2.html b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-2.html
index 9b29d97ab5914176b8e0f5787a379609b1d8975c..7fe4e8005b1782e3e8d7acb01eba328f02155b44 100644
--- a/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-2.html
+++ b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-2.html
@@ -1,6 +1,5 @@
<!DOCTYPE html>
-<script src="../../../resources/ahem.js"></script>
<p>crbug.com/648342: The text should be on two lines.</p>
-<div style="width:260px; font-size: 12px; font-family: ahem, sans-serif;">
- <span></span><br><br><span><a><img src="../../../canvas/philip/images/transparent.png" widht="100" height="50" align="right"></a>Text Text Text Text</span><br><span></span>
+<div style="width:260px; font-size: 12px; font-family: arial, sans-serif;">
+ <span></span><br><br><span><a><img src="../../../canvas/philip/images/transparent.png" align="right">Text Text Text Text Text Text Text Text Text</a></span><br><span></span>
</div>

Powered by Google App Engine
This is Rietveld 408576698