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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt

Issue 943463002: Initial implementation of font-size-adjust (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add some tests which need a rebaseline to TestExpectation Created 5 years, 9 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
1 Font attributes. The font-family should list three families: 1 Font attributes. The font-family should list three families:
2 2
3 font-family: monospace, 'Lucida Grande', sans-serif; 3 font-family: monospace, 'Lucida Grande', sans-serif;
4 font-kerning: auto; 4 font-kerning: auto;
5 font-size: 16px; 5 font-size: 16px;
6 font-size-adjust: none;
6 font-stretch: normal; 7 font-stretch: normal;
7 font-style: normal; 8 font-style: normal;
8 font-variant: normal; 9 font-variant: normal;
9 font-variant-ligatures: normal; 10 font-variant-ligatures: normal;
10 font-weight: normal; 11 font-weight: normal;
11 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698