haikuwebkit/LayoutTests/fast/css/counters/counterValueForElementById-...

12 lines
733 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.α.β'