1 This is the test for window.internals.counterValueForElementById
3 PASS window.internals.counterValue(document.getElementById('before')) is '0'
4 PASS window.internals.counterValue(document.getElementById('after')) is '0'
5 PASS window.internals.counterValue(document.getElementById('before_after')) is '0 0'
6 PASS window.internals.counterValue(document.getElementById('twice')) is '0 0'
7 PASS window.internals.counterValue(document.getElementById('point')) is '0.1'
8 PASS window.internals.counterValue(document.getElementById('two-points')) is '0.1.2'
9 PASS window.internals.counterValue(document.getElementById('greek')) is '0.α.β'
10 PASS window.internals.counterValue(document.getElementById('three-greeks')) is '0.α.β 0.α.β 0.α.β'
11 PASS successfullyParsed is true