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

Side by Side Diff: LayoutTests/fast/css/inherited-properties-explicit-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('test1a', 'margin-left') is "0px" 1 PASS test('test1a', 'margin-left') is "0px"
2 PASS test('test1b', 'margin-left') is "0px" 2 PASS test('test1b', 'margin-left') is "0px"
3 PASS test('test2a', 'margin-left') is "5px" 3 PASS test('test2a', 'margin-left') is "5px"
4 PASS test('test2b', 'margin-left') is "5px" 4 PASS test('test2b', 'margin-left') is "5px"
5 PASS test('test3a', 'margin-left') is "10px" 5 PASS test('test3a', 'margin-left') is "10px"
6 PASS test('test3b', 'margin-left') is "10px" 6 PASS test('test3b', 'margin-left') is "10px"
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
7 Test that the matched declaration cache handles explicitly inherited properties correctly. 10 Test that the matched declaration cache handles explicitly inherited properties correctly.
8 11
9 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698