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

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

Issue 1778743003: Make <custom-ident> not insert quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win_chromium_rel_ng Created 4 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-size-adjust: none;
7 font-stretch: normal; 7 font-stretch: normal;
8 font-style: normal; 8 font-style: normal;
9 font-variant: normal; 9 font-variant: normal;
10 font-variant-ligatures: normal; 10 font-variant-ligatures: normal;
11 font-weight: normal; 11 font-weight: normal;
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698