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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock.html

Issue 1994483002: Compute min-content width when hyphenation is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: eae review Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div {
4 font: 20px Times;
5 -webkit-hyphens: auto;
6 hyphens: auto;
7 }
8 </style>
9 <script>
10 if (window.internals)
11 internals.setMockHyphenation('en-us');
12 </script>
13 <table cellspacing=0 cellpadding=0 lang="en-us">
14 <tr>
15 <td>
16 <div>
17 a hyphenation test.
18 </div>
19 </td>
20 <td style="width: 100%"></td>
21 </tr>
22 </table>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698