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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/sub-pixel/button-span-wrap.html

Issue 2026073002: Restore epsilon tolerance in LineWidth (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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Wrapping at element boundaries</title>
5 <style>
6 body {
7 font-family: Verdana, Arial, sans-serif;
8 font-size: 75%;
9 }
10 span {
11 background-color: yellow;
12 }
13 button {
14 min-height: 2em;
15 min-width: 4em;
16 padding-top: 1px;
17 padding-bottom: 1px;
18 font: inherit;
19 }
20 span {
21 font: inherit;
22 background-color: yellow;
23 }
24 </style>
25 </head>
26 <body>
27 <button id="manage-default-search-engines" i18n-content="defaultSearchMa nageEngines">Manage s<span class="search-highlighted">earch engines</span>...</b utton>
28 <button id="manage-default-search-engines" i18n-content="defaultSearchMa nageEngines">Manage <span class="search-highlighted">s</span>earch engines...</b utton>
29 <p>
30 Test passes if neither button wraps.
31 </p>
32 </body>
33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698