Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: LayoutTests/platform/android/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1321943002: Support for CSSOM CSSNamespaceRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 getter cssRules 290 getter cssRules
291 getter name 291 getter name
292 method appendRule 292 method appendRule
293 method constructor 293 method constructor
294 method deleteRule 294 method deleteRule
295 method findRule 295 method findRule
296 setter name 296 setter name
297 interface CSSMediaRule 297 interface CSSMediaRule
298 getter media 298 getter media
299 method constructor 299 method constructor
300 interface CSSNamespaceRule
301 getter namespaceURI
302 getter prefix
303 method constructor
300 interface CSSPageRule 304 interface CSSPageRule
301 getter selectorText 305 getter selectorText
302 getter style 306 getter style
303 method constructor 307 method constructor
304 setter selectorText 308 setter selectorText
305 interface CSSRule 309 interface CSSRule
306 attribute CHARSET_RULE 310 attribute CHARSET_RULE
307 attribute FONT_FACE_RULE 311 attribute FONT_FACE_RULE
308 attribute IMPORT_RULE 312 attribute IMPORT_RULE
309 attribute KEYFRAMES_RULE 313 attribute KEYFRAMES_RULE
310 attribute KEYFRAME_RULE 314 attribute KEYFRAME_RULE
311 attribute MEDIA_RULE 315 attribute MEDIA_RULE
316 attribute NAMESPACE_RULE
312 attribute PAGE_RULE 317 attribute PAGE_RULE
313 attribute STYLE_RULE 318 attribute STYLE_RULE
314 attribute SUPPORTS_RULE 319 attribute SUPPORTS_RULE
315 attribute WEBKIT_KEYFRAMES_RULE 320 attribute WEBKIT_KEYFRAMES_RULE
316 attribute WEBKIT_KEYFRAME_RULE 321 attribute WEBKIT_KEYFRAME_RULE
317 getter cssText 322 getter cssText
318 getter parentRule 323 getter parentRule
319 getter parentStyleSheet 324 getter parentStyleSheet
320 getter type 325 getter type
321 method constructor 326 method constructor
(...skipping 5945 matching lines...) Expand 10 before | Expand all | Expand 10 after
6267 setter password 6272 setter password
6268 setter pathname 6273 setter pathname
6269 setter port 6274 setter port
6270 setter protocol 6275 setter protocol
6271 setter search 6276 setter search
6272 setter username 6277 setter username
6273 PASS successfullyParsed is true 6278 PASS successfullyParsed is true
6274 6279
6275 TEST COMPLETE 6280 TEST COMPLETE
6276 6281
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698