Index: LayoutTests/fast/css/counters/counterValueForElementById-expected.txt |
diff --git a/LayoutTests/fast/css/counters/counterValueForElementById-expected.txt b/LayoutTests/fast/css/counters/counterValueForElementById-expected.txt |
index f3bb1f17e1eb419c926f9c6a8808853dbc128b2b..1424c50310d1ff3f9b7d83bebf10ff4fe013e18c 100644 |
--- a/LayoutTests/fast/css/counters/counterValueForElementById-expected.txt |
+++ b/LayoutTests/fast/css/counters/counterValueForElementById-expected.txt |
@@ -8,4 +8,7 @@ PASS window.internals.counterValue(document.getElementById('point')) is '0.1' |
PASS window.internals.counterValue(document.getElementById('two-points')) is '0.1.2' |
PASS window.internals.counterValue(document.getElementById('greek')) is '0.α.β' |
PASS window.internals.counterValue(document.getElementById('three-greeks')) is '0.α.β 0.α.β 0.α.β' |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |