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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/ltr-text-in-rtl-8bit-block.html

Issue 1834703002: Fix preferred width calculation for 8bit ltr runs in rtl blocks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 4 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 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 </head>
6 <body>
7 <span style="border:solid 1px red;display:inline-block;direction:rtl">SAP SE </span>
8 <p>
9 Line above should not wrap.
10 </p>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698