Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / MutationObserver / filesystem-callback-delivery-expected.txt
blob6249761abf78051e228629da968b16587ed0d692
1 Test that Mutation Records are delivered following FileSystem callbacks.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS mutations.length is 1
7 PASS mutations[0].type is "attributes"
8 PASS mutations[0].attributeName is "foo"
9 PASS mutations.length is 1
10 PASS mutations[0].type is "attributes"
11 PASS mutations[0].attributeName is "baz"
13 PASS successfullyParsed is true
15 TEST COMPLETE