OLD | NEW |
---|---|
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. | 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. |
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. | 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. |
3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. | 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. |
4 This test documents all interface attributes and methods on the global window ob ject and element instances. | 4 This test documents all interface attributes and methods on the global window ob ject and element instances. |
5 | 5 |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". |
7 | 7 |
8 | 8 |
9 [INTERFACES] | 9 [INTERFACES] |
10 interface Accelerometer : Sensor | 10 interface Accelerometer : Sensor |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
335 getter isClosed | 335 getter isClosed |
336 getter size | 336 getter size |
337 getter type | 337 getter type |
338 method close | 338 method close |
339 method constructor | 339 method constructor |
340 method slice | 340 method slice |
341 interface BlobEvent : Event | 341 interface BlobEvent : Event |
342 attribute @@toStringTag | 342 attribute @@toStringTag |
343 getter data | 343 getter data |
344 method constructor | 344 method constructor |
345 interface Bluetooth | |
346 attribute @@toStringTag | |
347 method constructor | |
348 method requestDevice | |
mlamouri (slow - plz ping)
2016/12/16 09:21:13
Shouldn't you update LayoutTests/virtual/stable/we
fbeaufortchromium
2016/12/16 09:41:11
Done.
| |
345 interface BluetoothCharacteristicProperties | 349 interface BluetoothCharacteristicProperties |
346 attribute @@toStringTag | 350 attribute @@toStringTag |
347 getter authenticatedSignedWrites | 351 getter authenticatedSignedWrites |
348 getter broadcast | 352 getter broadcast |
349 getter indicate | 353 getter indicate |
350 getter notify | 354 getter notify |
351 getter read | 355 getter read |
352 getter reliableWrite | 356 getter reliableWrite |
353 getter writableAuxiliaries | 357 getter writableAuxiliaries |
354 getter write | 358 getter write |
(...skipping 8562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8917 setter scrollY | 8921 setter scrollY |
8918 setter scrollbars | 8922 setter scrollbars |
8919 setter status | 8923 setter status |
8920 setter statusbar | 8924 setter statusbar |
8921 setter toolbar | 8925 setter toolbar |
8922 setter visualViewport | 8926 setter visualViewport |
8923 PASS successfullyParsed is true | 8927 PASS successfullyParsed is true |
8924 | 8928 |
8925 TEST COMPLETE | 8929 TEST COMPLETE |
8926 | 8930 |
OLD | NEW |