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

Side by Side Diff: LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html

Issue 137723002: Split words on text direction boundaries when computing preffered width (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 span {
6 display: inline-block;
7 font: menu;
8 background: pink;
9 line-height: 1.5em;
10 position: absolute;
11 top: 50px;
12 }
13 </style>
14 </head>
15 <body>
16 <p>
17 The pink background should extend the full width of the
18 two blocks.
19 </p>
20 <span>AB&#x0627;&#x0628;</span>
21 <span>12&#x0627;|&#x0628;:</span>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698