| OLD | NEW |
| 1 [INTERFACES] | 1 [INTERFACES] |
| 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst
ead. | 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst
ead. |
| 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. | 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. |
| 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS
torage' or 'navigator.webkitPersistentStorage' instead. | 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS
torage' or 'navigator.webkitPersistentStorage' instead. |
| 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. | 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. |
| 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. | 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. |
| 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. | 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. |
| 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. | 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. |
| 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. | 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
| 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. | 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 getter cssRules | 252 getter cssRules |
| 253 getter name | 253 getter name |
| 254 method appendRule | 254 method appendRule |
| 255 method constructor | 255 method constructor |
| 256 method deleteRule | 256 method deleteRule |
| 257 method findRule | 257 method findRule |
| 258 setter name | 258 setter name |
| 259 interface CSSMediaRule | 259 interface CSSMediaRule |
| 260 getter media | 260 getter media |
| 261 method constructor | 261 method constructor |
| 262 interface CSSNamespaceRule |
| 263 getter namespaceURI |
| 264 getter prefix |
| 265 method constructor |
| 262 interface CSSPageRule | 266 interface CSSPageRule |
| 263 getter selectorText | 267 getter selectorText |
| 264 getter style | 268 getter style |
| 265 method constructor | 269 method constructor |
| 266 setter selectorText | 270 setter selectorText |
| 267 interface CSSRule | 271 interface CSSRule |
| 268 attribute CHARSET_RULE | 272 attribute CHARSET_RULE |
| 269 attribute FONT_FACE_RULE | 273 attribute FONT_FACE_RULE |
| 270 attribute IMPORT_RULE | 274 attribute IMPORT_RULE |
| 271 attribute KEYFRAMES_RULE | 275 attribute KEYFRAMES_RULE |
| 272 attribute KEYFRAME_RULE | 276 attribute KEYFRAME_RULE |
| 273 attribute MEDIA_RULE | 277 attribute MEDIA_RULE |
| 278 attribute NAMESPACE_RULE |
| 274 attribute PAGE_RULE | 279 attribute PAGE_RULE |
| 275 attribute STYLE_RULE | 280 attribute STYLE_RULE |
| 276 attribute SUPPORTS_RULE | 281 attribute SUPPORTS_RULE |
| 277 attribute WEBKIT_KEYFRAMES_RULE | 282 attribute WEBKIT_KEYFRAMES_RULE |
| 278 attribute WEBKIT_KEYFRAME_RULE | 283 attribute WEBKIT_KEYFRAME_RULE |
| 279 getter cssText | 284 getter cssText |
| 280 getter parentRule | 285 getter parentRule |
| 281 getter parentStyleSheet | 286 getter parentStyleSheet |
| 282 getter type | 287 getter type |
| 283 method constructor | 288 method constructor |
| (...skipping 5637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5921 setter hostname | 5926 setter hostname |
| 5922 setter href | 5927 setter href |
| 5923 setter password | 5928 setter password |
| 5924 setter pathname | 5929 setter pathname |
| 5925 setter port | 5930 setter port |
| 5926 setter protocol | 5931 setter protocol |
| 5927 setter search | 5932 setter search |
| 5928 setter username | 5933 setter username |
| 5929 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 5934 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
| 5930 TEST FINISHED | 5935 TEST FINISHED |
| OLD | NEW |