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

Side by Side Diff: LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-2-expected.html

Issue 11820059: Merge 138654 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 7 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 div { 3 div {
4 font: 1em/1 Ahem; 4 font: 1em/1 Ahem;
5 width: 1em; 5 width: 1em;
6 } 6 }
7 span { 7 span {
8 color: lime; 8 color: lime;
9 background: lime; 9 background: lime;
10 } 10 }
11 .normal { 11 .normal {
12 white-space: normal; 12 white-space: normal;
13 } 13 }
14 .pre { 14 .pre {
15 white-space: pre; 15 white-space: pre;
16 } 16 }
17 </style> 17 </style>
18 This test passes if there is a green horizontal line below. It tests that a brea k 18 This test passes if there is a green horizontal line below. It tests that a brea k
19 is not introduced just because an inline with white-space:pre ends in whitespace .<br> 19 is not introduced just because an inline with white-space:pre ends in whitespace .<br>
20 <div class="pre"><span>xxxx xxxx</span></div> 20 <div class="pre"><span>xxxx xxxx</span></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698