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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 html {
4 font: 20px/1 Ahem;
5 }
6 figure {
7 width: 100%;
8 float: left;
9 }
10 </style>
11 <body>
12 <div>
13 <figure></figure>
14 <br>
15 <span>12 34</span>
16 </div>
17 <div>
18 <figure></figure>
19 <br>
20 <span>12 34</span>
21 </div>
22 <div>
23 <figure></figure>
24 <br>
25 <span>12 34</span>
26 </div>
27 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698