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

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

Issue 2027053003: Rebaseline tests on Win10 for crbug.com/521730 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 span { 5 span {
6 display: inline-block; 6 display: inline-block;
7 font: menu; 7 font: menu;
8 background: pink; 8 background: pink;
9 line-height: 1.5em; 9 line-height: 1.5em;
10 position: absolute; 10 position: absolute;
11 top: 50px; 11 top: 50px;
12 border: 1px solid white; 12 border: 1px solid white;
13 } 13 }
14 </style> 14 </style>
15 </head> 15 </head>
16 <body> 16 <body>
17 <p> 17 <p>
18 The pink background should extend the full width of the 18 The pink background should extend the full width of the
19 two blocks. 19 two blocks.
20 </p> 20 </p>
21 <span>AB&#x0627;&#x0628;</span> 21 <span>AB&#x0627;&#x0628;</span>
22 <span>12&#x0627;|&#x0628;:</span> 22 <span>12&#x0627;|&#x0628;:&nbsp;</span>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698