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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.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 overflow: hidden; 10 overflow: hidden;
11 position: absolute; 11 position: absolute;
12 top: 50px; 12 top: 50px;
13 border: 1px solid white; 13 border: 1px solid white;
14 } 14 }
15 </style> 15 </style>
16 </head> 16 </head>
17 <body> 17 <body>
18 <p> 18 <p>
19 The pink background should extend the full width of the 19 The pink background should extend the full width of the
20 two blocks. 20 two blocks.
21 </p> 21 </p>
22 <span>AB&#x0627;&#x0628;</span> <span>12&#x0627;|&#x0628;:</span> 22 <span>AB&#x0627;&#x0628;</span> <span>12&#x0627;|&#x0628;:&nbsp;</span>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698