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

Side by Side Diff: LayoutTests/fast/css/font-face-multiple-faces-expected.html

Issue 1270723002: Improve CSS Style matching spec compliance (Closed) Base URL: git@github.com:drott/blink-crosswalk.git@reimplementMatching
Patch Set: Fix TestExpectations Created 5 years, 4 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 <style> 1 <style>
2 .courier { 2 .courier {
3 font-family: 'Courier', 'Courier New'; 3 font-family: 'Courier', 'Courier New';
4 } 4 }
5 .helvetica { 5 .helvetica {
6 font-family: 'Helvetica', 'Arial'; 6 font-family: 'Helvetica', 'Arial';
7 } 7 }
8 .papyrus { 8 .papyrus {
9 font-family: 'Papyrus', 'Times', 'Times New Roman'; 9 font-family: 'Papyrus', 'Times', 'Times New Roman';
10 } 10 }
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <span style="font-weight: 100">Courier</span> 50 <span style="font-weight: 100">Courier</span>
51 <span style="font-weight: 100">Courier</span> 51 <span style="font-weight: 100">Courier</span>
52 <span style="font-weight: 100">Courier</span> 52 <span style="font-weight: 100">Courier</span>
53 <span style="font-weight: 100">Courier</span> 53 <span style="font-weight: 100">Courier</span>
54 <span style="font-weight: 100">Courier</span> 54 <span style="font-weight: 100">Courier</span>
55 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> 55 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span>
56 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> 56 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span>
57 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> 57 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span>
58 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> 58 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span>
59 </div> 59 </div>
60
61 <p>Times followed by Ahem (normal):</p>
62 <div>
63 Times <i class="ahem" style="font-style: normal;">AHEM</i>
64 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698