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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html

Issue 2786753002: Fix text-align: center/right when line wraps at atomic inline and spaces (Closed)
Patch Set: Rebase 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script src="../../resources/ahem.js"></script>
4 <style>
5 .testbox {
6 border: solid;
7 padding: 4px;
8 width: 330px;
9 font: 18px Ahem;
10 text-align: justify;
11 -webkit-font-smoothing: none;
12 }
13 </style>
14 </head>
15 <body>
16 <p>
17 <!--In this test, the top-right boxes should be the same length-->
18 <div class="testbox">
19 12345678901 anti- aliasing<br>
20 <br>
21 12345678901 anti- aliasing<br>
22 </div>
23 </p>
24 </body>
25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698