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

Side by Side Diff: LayoutTests/fast/text/wbr.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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
1 <head> 1 <head>
2 2
3 <style> 3 <style>
4 body { overflow: hidden; }
4 .fixedWidth { 5 .fixedWidth {
5 width: 300px; 6 width: 300px;
6 border: 1px solid blue; 7 border: 1px solid blue;
7 margin-bottom: 10px; 8 margin-bottom: 10px;
8 text-decoration: underline; 9 text-decoration: underline;
9 } 10 }
10 .minWidth { 11 .minWidth {
11 border: 1px solid green; 12 border: 1px solid green;
12 text-decoration: underline; 13 text-decoration: underline;
13 } 14 }
(...skipping 20 matching lines...) Expand all
34 <table cellspacing=0 cellpadding=0><tr><td class="minWidth">aaaaaaaaaaaaaaaaaaaa aaaa<wbr>bbbbbbbbbbbbbbbbbbbbbbbb<wbr>cccccccccccccccccccccccc</td><td style="wi dth: 100%"></td></tr></table> 35 <table cellspacing=0 cellpadding=0><tr><td class="minWidth">aaaaaaaaaaaaaaaaaaaa aaaa<wbr>bbbbbbbbbbbbbbbbbbbbbbbb<wbr>cccccccccccccccccccccccc</td><td style="wi dth: 100%"></td></tr></table>
35 36
36 <p>Using &lt;wbr&gt; within &lt;nobr&gt; to break three words.</p> 37 <p>Using &lt;wbr&gt; within &lt;nobr&gt; to break three words.</p>
37 <div class="fixedWidth"><nobr>aaaaaaaaaaaaaaaaaaaaaaaa<wbr>bbbbbbbbbbbbbbbbbbbbb bbb<wbr>cccccccccccccccccccccccc</nobr></div> 38 <div class="fixedWidth"><nobr>aaaaaaaaaaaaaaaaaaaaaaaa<wbr>bbbbbbbbbbbbbbbbbbbbb bbb<wbr>cccccccccccccccccccccccc</nobr></div>
38 <table cellspacing=0 cellpadding=0><tr><td class="minWidth"><nobr>aaaaaaaaaaaaaa aaaaaaaaaa<wbr>bbbbbbbbbbbbbbbbbbbbbbbb<wbr>cccccccccccccccccccccccc</nobr></td> <td style="width: 100%"></td></tr></table> 39 <table cellspacing=0 cellpadding=0><tr><td class="minWidth"><nobr>aaaaaaaaaaaaaa aaaaaaaaaa<wbr>bbbbbbbbbbbbbbbbbbbbbbbb<wbr>cccccccccccccccccccccccc</nobr></td> <td style="width: 100%"></td></tr></table>
39 40
40 <p>Spaces both before and after &lt;wbr&gt; to check for collapsing behavior.</p > 41 <p>Spaces both before and after &lt;wbr&gt; to check for collapsing behavior.</p >
41 <div class="fixedWidth">aaa <wbr> bbb</div> 42 <div class="fixedWidth">aaa <wbr> bbb</div>
42 43
43 </body> 44 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/text-letter-spacing.html ('k') | LayoutTests/fast/text/whitespace/nbsp-mode-and-linewraps.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698