Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / mediastream / no-interface-object-expected.txt
blobd3c45ce9ae8f6213e207ad22bf43f531e7fbfd62
1 Tests that the following classes are not manipulable by JavaScript (NoInterfaceObject).
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS typeof NavigatorUserMedia is "undefined"
7 PASS NavigatorUserMedia.prototype threw exception ReferenceError
8 PASS typeof NavigatorUserMediaError is "undefined"
9 PASS NavigatorUserMediaError.prototype threw exception ReferenceError
10 PASS typeof NavigatorUserMediaSuccessCallback is "undefined"
11 PASS NavigatorUserMediaSuccessCallback.prototype threw exception ReferenceError
12 PASS typeof NavigatorUserMediaErrorCallback is "undefined"
13 PASS NavigatorUserMediaErrorCallback.prototype threw exception ReferenceError
14 PASS successfullyParsed is true
16 TEST COMPLETE