Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / webtiming-buffer-full-no-event-expected.txt
blob423126fd42a191d19b4bb3584dc9a9376cb30884
1 This test checks that Performance inherits EventTarget and that addEventListener() works for resourcetimingbufferfull events.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS Performance.prototype.__proto__ is EventTarget.prototype
7 PASS performance.onresourcetimingbufferfull is null
8 PASS performance.onresourcetimingbufferfull is null
9 PASS parameter.__proto__ is Event.prototype
10 PASS bufferFullCount is 1
11 PASS successfullyParsed is true
13 TEST COMPLETE