haikuwebkit/LayoutTests/fast/css/deferred-parsing/media-print-expected.txt

15 lines
459 B
Plaintext

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.deferredGroupRulesCount(document.styleSheets[0]) is 1
PASS internals.deferredGroupRulesCount(document.styleSheets[0]) is 0
PASS internals.deferredStyleRulesCount(document.styleSheets[0]) is 3
PASS successfullyParsed is true
TEST COMPLETE