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

Side by Side Diff: LayoutTests/fast/css/inherited-properties-explicit-expected.txt

Issue 703323002: Continue removing testing of getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
OLDNEW
1 PASS test('test1a', 'margin-left') is "0px" 1 PASS test('test1a') is "0px"
2 PASS test('test1b', 'margin-left') is "0px" 2 PASS test('test1b') is "0px"
3 PASS test('test2a', 'margin-left') is "5px" 3 PASS test('test2a') is "5px"
4 PASS test('test2b', 'margin-left') is "5px" 4 PASS test('test2b') is "5px"
5 PASS test('test3a', 'margin-left') is "10px" 5 PASS test('test3a') is "10px"
6 PASS test('test3b', 'margin-left') is "10px" 6 PASS test('test3b') is "10px"
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 Test that the matched declaration cache handles explicitly inherited properties correctly. 10 Test that the matched declaration cache handles explicitly inherited properties correctly.
11 11
12 12
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/inherited-properties-explicit.html ('k') | LayoutTests/fast/css/inherited-properties-rare-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698