Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / performance / performance-observer-expected.txt
blob5cceece270f2327939814865b3641995897fffc9
1 This tests that PerformanceObserver gets called the right number of times.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS entries[0].entryType is expectedEntries[0].entryType
7 PASS entries[0].name is expectedEntries[0].name
8 PASS entries[1].entryType is expectedEntries[1].entryType
9 PASS entries[1].name is expectedEntries[1].name
10 PASS entries[2].entryType is expectedEntries[2].entryType
11 PASS entries[2].name is expectedEntries[2].name
12 PASS successfullyParsed is true
14 TEST COMPLETE