blob: c193c9dd81a1eede173f9e90c366782c03f45938 [file] [log] [blame]
This tests deferred parsing of CSS style rules.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS internals.deferredStyleRulesCount(document.styleSheets[0]) is 0
PASS internals.deferredKeyframesRulesCount(document.styleSheets[0]) is 1
PASS internals.deferredKeyframesRulesCount(document.styleSheets[0]) is 0
PASS successfullyParsed is true
TEST COMPLETE