Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Document / scrollingElement-noStyleUpdate-strict-expected.txt
blob9bb6f943a77a23e66af6cf862c9a4398c2401ad9
1 Verify that document.scrollingElement doesn't force a style update or layout in strict mode
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS internals.needsLayoutCount() is 0
7 PASS document.scrollingElement is document.documentElement
8 Verifying style update hadn't been triggered
9 PASS internals.updateStyleAndReturnAffectedElementCount() is 2
10 Verifying layout hasn't been triggered
11 PASS internals.needsLayoutCount() is 3
12 PASS successfullyParsed is true
14 TEST COMPLETE