Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / custom / lifecycle-created-innerHTML-expected.txt
blobed516f317a29473163d15b931004066975382463
1 This test ensures that the lifecycle callback of a parser-made element is visible in following script block.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.callbacksCalled is ['a', 'b', 'c']
7 PASS window.callbacksCalled is ['a', 'b', 'c']
8 PASS successfullyParsed is true
10 TEST COMPLETE