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

Side by Side Diff: LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.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
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 overflow: hidden;
11 position: absolute;
12 top: 50px;
13 }
14 </style>
15 </head>
16 <body>
17 <p>
18 The pink background should extend the full width of the
19 two blocks.
20 </p>
21 <span>AB&#x0627;&#x0628;</span> <span>12&#x0627;|&#x0628;:</span>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html ('k') | Source/core/rendering/RenderText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698