OLD | NEW |
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 |
OLD | NEW |