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

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: Fix test 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
OLDNEW
(Empty)
1 <!DOCTYPE html lang="en-us">
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>
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

Powered by Google App Engine
This is Rietveld 408576698