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

Side by Side Diff: LayoutTests/css3/font-weight-multiple-selectors-expected.txt

Issue 137813004: Multiple selectors setting relative font-weight names to an element result in a cumulative result (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve testcase Created 6 years, 10 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 Test that font-weight: bolder and font-weight: lighter behave according to spec. 1 Test that font-weight: bolder and font-weight: lighter are not cumulative when m ultiple selectors apply.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getComputedStyle(outer).fontWeight is "100" 6 PASS getComputedStyle(outer).fontWeight is "100"
7 PASS getComputedStyle(bolder).fontWeight is "normal" 7 PASS getComputedStyle(bolder).fontWeight is "normal"
8 PASS getComputedStyle(lighter).fontWeight is "100" 8 PASS getComputedStyle(lighter).fontWeight is "100"
9 PASS getComputedStyle(outer).fontWeight is "200" 9 PASS getComputedStyle(outer).fontWeight is "200"
10 PASS getComputedStyle(bolder).fontWeight is "normal" 10 PASS getComputedStyle(bolder).fontWeight is "normal"
11 PASS getComputedStyle(lighter).fontWeight is "100" 11 PASS getComputedStyle(lighter).fontWeight is "100"
(...skipping 21 matching lines...) Expand all
33 PASS getComputedStyle(outer).fontWeight is "800" 33 PASS getComputedStyle(outer).fontWeight is "800"
34 PASS getComputedStyle(bolder).fontWeight is "900" 34 PASS getComputedStyle(bolder).fontWeight is "900"
35 PASS getComputedStyle(lighter).fontWeight is "bold" 35 PASS getComputedStyle(lighter).fontWeight is "bold"
36 PASS getComputedStyle(outer).fontWeight is "900" 36 PASS getComputedStyle(outer).fontWeight is "900"
37 PASS getComputedStyle(bolder).fontWeight is "900" 37 PASS getComputedStyle(bolder).fontWeight is "900"
38 PASS getComputedStyle(lighter).fontWeight is "bold" 38 PASS getComputedStyle(lighter).fontWeight is "bold"
39 PASS successfullyParsed is true 39 PASS successfullyParsed is true
40 40
41 TEST COMPLETE 41 TEST COMPLETE
42 42
OLDNEW
« no previous file with comments | « LayoutTests/css3/font-weight-multiple-selectors.html ('k') | Source/core/css/resolver/StyleBuilderCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698