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

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-all-wrap-with-floats.html

Issue 2363833003: FATAL:DCHECK failed on BreakingContext::rewindToMidWordBreak() (Closed)
Patch Set: FATAL:DCHECK failed on BreakingContext::rewindToMidWordBreak() Created 4 years, 3 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/css3-text/css3-word-break/word-break-all-wrap-with-floats.html
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-all-wrap-with-floats.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-all-wrap-with-floats.html
index 78a762b0bf637d6766ae9b66ce484981b926ed75..52222e05402af8e0fe943201a424cf43babddb6f 100644
--- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-all-wrap-with-floats.html
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-all-wrap-with-floats.html
@@ -21,7 +21,7 @@ span {
<p data-expected-height="102"><span></span>wrapalongfloat)))))))))</p>
-<p data-expected-height="112"><span></span>wrapbelowfloat)))))))))))))))))</p>
+<p data-expected-height="102"><span></span>wrapbelowfloat)))))))))))))))))</p>
<div>This test ensures we properly handle word-break: break-all in the context
of floats. The first two tests should wrap next to the float. The last contains

Powered by Google App Engine
This is Rietveld 408576698