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

Side by Side Diff: LayoutTests/fast/css/inherit-initial-shorthand-values-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 PASS test('background') is "inherit, initial" 1 PASS test('background') is "inherit, initial"
2 PASS test('background-position') is "inherit, initial" 2 PASS test('background-position') is "inherit, initial"
3 PASS test('background-repeat') is "inherit, initial" 3 PASS test('background-repeat') is "inherit, initial"
4 PASS test('border') is "inherit, initial" 4 PASS test('border') is "inherit, initial"
5 PASS test('border-bottom') is "inherit, initial" 5 PASS test('border-bottom') is "inherit, initial"
6 PASS test('border-color') is "inherit, initial" 6 PASS test('border-color') is "inherit, initial"
7 PASS test('border-left') is "inherit, initial" 7 PASS test('border-left') is "inherit, initial"
8 PASS test('border-radius') is "inherit, initial" 8 PASS test('border-radius') is "inherit, initial"
9 PASS test('border-right') is "inherit, initial" 9 PASS test('border-right') is "inherit, initial"
10 PASS test('border-spacing') is "inherit, initial" 10 PASS test('border-spacing') is "inherit, initial"
(...skipping 17 matching lines...) Expand all
28 PASS test('webkit-flex') is "inherit, initial" 28 PASS test('webkit-flex') is "inherit, initial"
29 PASS test('webkit-marginCollapse') is "inherit, initial" 29 PASS test('webkit-marginCollapse') is "inherit, initial"
30 PASS test('webkit-marquee') is "inherit, initial" 30 PASS test('webkit-marquee') is "inherit, initial"
31 PASS test('webkit-mask') is "inherit, initial" 31 PASS test('webkit-mask') is "inherit, initial"
32 PASS test('webkit-mask-position') is "inherit, initial" 32 PASS test('webkit-mask-position') is "inherit, initial"
33 PASS test('webkit-mask-repeat') is "inherit, initial" 33 PASS test('webkit-mask-repeat') is "inherit, initial"
34 PASS test('webkit-text-emphasis') is "inherit, initial" 34 PASS test('webkit-text-emphasis') is "inherit, initial"
35 PASS test('webkit-text-stroke') is "inherit, initial" 35 PASS test('webkit-text-stroke') is "inherit, initial"
36 PASS test('webkit-transition') is "inherit, initial" 36 PASS test('webkit-transition') is "inherit, initial"
37 PASS test('webkit-transform-origin') is "inherit, initial" 37 PASS test('webkit-transform-origin') is "inherit, initial"
38 PASS successfullyParsed is true
39
40 TEST COMPLETE
38 Test that e matched declaration cache handles explicitly inherited properties co rrectly. 41 Test that e matched declaration cache handles explicitly inherited properties co rrectly.
39 42
40 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698