blob: f3bb1f17e1eb419c926f9c6a8808853dbc128b2b [file] [log] [blame]
This is the test for window.internals.counterValueForElementById
PASS window.internals.counterValue(document.getElementById('before')) is '0'
PASS window.internals.counterValue(document.getElementById('after')) is '0'
PASS window.internals.counterValue(document.getElementById('before_after')) is '0 0'
PASS window.internals.counterValue(document.getElementById('twice')) is '0 0'
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.α.β'