steveblock@google.com | fab8862 | 2011-04-08 12:09:05 +0000 | [diff] [blame] | 1 | Tests that the following classes are not manipulable by JavaScript (NoInterfaceObject). |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
| 6 | PASS typeof NavigatorUserMedia is "undefined" |
commit-queue@webkit.org | c88f6b6 | 2011-06-18 20:18:04 +0000 | [diff] [blame] | 7 | PASS NavigatorUserMedia.prototype threw exception ReferenceError |
steveblock@google.com | fab8862 | 2011-04-08 12:09:05 +0000 | [diff] [blame] | 8 | PASS typeof NavigatorUserMediaError is "undefined" |
commit-queue@webkit.org | c88f6b6 | 2011-06-18 20:18:04 +0000 | [diff] [blame] | 9 | PASS NavigatorUserMediaError.prototype threw exception ReferenceError |
steveblock@google.com | fab8862 | 2011-04-08 12:09:05 +0000 | [diff] [blame] | 10 | PASS typeof NavigatorUserMediaSuccessCallback is "undefined" |
commit-queue@webkit.org | c88f6b6 | 2011-06-18 20:18:04 +0000 | [diff] [blame] | 11 | PASS NavigatorUserMediaSuccessCallback.prototype threw exception ReferenceError |
steveblock@google.com | fab8862 | 2011-04-08 12:09:05 +0000 | [diff] [blame] | 12 | PASS typeof NavigatorUserMediaErrorCallback is "undefined" |
commit-queue@webkit.org | c88f6b6 | 2011-06-18 20:18:04 +0000 | [diff] [blame] | 13 | PASS NavigatorUserMediaErrorCallback.prototype threw exception ReferenceError |
steveblock@google.com | fab8862 | 2011-04-08 12:09:05 +0000 | [diff] [blame] | 14 | PASS successfullyParsed is true |
| 15 | |
| 16 | TEST COMPLETE |
| 17 | |