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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/basic/generic-family-changes.html

Issue 2547993002: Fix typo in fast/text/basic/generic-family-changes.html. (Closed)
Patch Set: rebaseline-cl Created 4 years 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/platform/linux/fast/text/basic/generic-family-changes-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <head> 2 <head>
3 <style> 3 <style>
4 .serif { font-family: serif } 4 .serif { font-family: serif }
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 Tests of WebKit's intepretation of font sizes when no absolute font size is spec ified. Percentages and logical keywords scale 8 Tests of WebKit's interpretation of font sizes when no absolute font size is spe cified. Percentages and logical keywords scale
9 to reflect the family type. Opera 9 matches this behavior as well (except it ha s a bug with multiple font-family mappings 9 to reflect the family type. Opera 9 matches this behavior as well (except it ha s a bug with multiple font-family mappings
10 as in the first example). 10 as in the first example).
11 11
12 <pre><span class="serif" style="font-size:medium; font-family: monospace">Should be 13 px</span></pre> 12 <pre><span class="serif" style="font-size:medium; font-family: monospace">Should be 13 px</span></pre>
13 13
14 <pre><span style="font-size:13px;font-family:Times">Should be 13px</span></pre> 14 <pre><span style="font-size:13px;font-family:Times">Should be 13px</span></pre>
15 <pre><span style="font-size:small;font-family:Times">Should be 13px</span></pre> 15 <pre><span style="font-size:small;font-family:Times">Should be 13px</span></pre>
16 <p><span style="font-size:small;font-family:Times">Should be 13px</span></p> 16 <p><span style="font-size:small;font-family:Times">Should be 13px</span></p>
17 17
18 <p><tt style="font-size:16px"><span style="font-family:Times">Should be 16px</fo nt></tt></p> 18 <p><tt style="font-size:16px"><span style="font-family:Times">Should be 16px</fo nt></tt></p>
19 <p><tt><span style="font-size:100%;font-family:Times">Should be 16px</font></tt> </p> 19 <p><tt><span style="font-size:100%;font-family:Times">Should be 16px</font></tt> </p>
20 <p><tt><span style="font-size:larger;font-family:Times">Should be 19px</font></t t></p> 20 <p><tt><span style="font-size:larger;font-family:Times">Should be 19px</font></t t></p>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/fast/text/basic/generic-family-changes-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698