Index: LayoutTests/fast/css/inherited-properties-explicit-expected.txt |
diff --git a/LayoutTests/fast/css/inherited-properties-explicit-expected.txt b/LayoutTests/fast/css/inherited-properties-explicit-expected.txt |
index 08bcaa55403fd0871f49ec5c4d96eeed3524e0e7..66db8d2ffde60e346acd6a32bb35d94bf9ee5d4e 100644 |
--- a/LayoutTests/fast/css/inherited-properties-explicit-expected.txt |
+++ b/LayoutTests/fast/css/inherited-properties-explicit-expected.txt |
@@ -4,6 +4,9 @@ PASS test('test2a', 'margin-left') is "5px" |
PASS test('test2b', 'margin-left') is "5px" |
PASS test('test3a', 'margin-left') is "10px" |
PASS test('test3b', 'margin-left') is "10px" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Test that the matched declaration cache handles explicitly inherited properties correctly. |