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

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

Issue 2334143002: Fix BreakingContext::rewindToMidWordBreak to set m_currentCharacterIsSpace (Closed)
Patch Set: Fix 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/text/break-word-with-floats-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/break-word-with-floats-expected.html b/third_party/WebKit/LayoutTests/fast/text/break-word-with-floats-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..647a249e70aab3238dc74bb6e56671efcbb79482
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/break-word-with-floats-expected.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<style>
+html {
+ font: 20px/1 Ahem;
+}
+figure {
+ width: 100%;
+ float: left;
+}
+</style>
+<body>
+ <div>
+ <figure></figure>
+ <br>
+ <span>12 34</span>
+ </div>
+ <div>
+ <figure></figure>
+ <br>
+ <span>12 34</span>
+ </div>
+ <div>
+ <figure></figure>
+ <br>
+ <span>12 34</span>
+ </div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698