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

Side by Side Diff: LayoutTests/platform/android/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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 getter cssRules 365 getter cssRules
366 getter name 366 getter name
367 method appendRule 367 method appendRule
368 method constructor 368 method constructor
369 method deleteRule 369 method deleteRule
370 method findRule 370 method findRule
371 setter name 371 setter name
372 interface CSSMediaRule 372 interface CSSMediaRule
373 getter media 373 getter media
374 method constructor 374 method constructor
375 interface CSSNamespaceRule
376 getter namespaceURI
377 getter prefix
378 method constructor
375 interface CSSPageRule 379 interface CSSPageRule
376 getter selectorText 380 getter selectorText
377 getter style 381 getter style
378 method constructor 382 method constructor
379 setter selectorText 383 setter selectorText
380 interface CSSRule 384 interface CSSRule
381 attribute CHARSET_RULE 385 attribute CHARSET_RULE
382 attribute FONT_FACE_RULE 386 attribute FONT_FACE_RULE
383 attribute IMPORT_RULE 387 attribute IMPORT_RULE
384 attribute KEYFRAMES_RULE 388 attribute KEYFRAMES_RULE
385 attribute KEYFRAME_RULE 389 attribute KEYFRAME_RULE
386 attribute MEDIA_RULE 390 attribute MEDIA_RULE
391 attribute NAMESPACE_RULE
387 attribute PAGE_RULE 392 attribute PAGE_RULE
388 attribute STYLE_RULE 393 attribute STYLE_RULE
389 attribute SUPPORTS_RULE 394 attribute SUPPORTS_RULE
390 attribute VIEWPORT_RULE 395 attribute VIEWPORT_RULE
391 attribute WEBKIT_KEYFRAMES_RULE 396 attribute WEBKIT_KEYFRAMES_RULE
392 attribute WEBKIT_KEYFRAME_RULE 397 attribute WEBKIT_KEYFRAME_RULE
393 getter cssText 398 getter cssText
394 getter parentRule 399 getter parentRule
395 getter parentStyleSheet 400 getter parentStyleSheet
396 getter type 401 getter type
(...skipping 6410 matching lines...) Expand 10 before | Expand all | Expand 10 after
6807 setter password 6812 setter password
6808 setter pathname 6813 setter pathname
6809 setter port 6814 setter port
6810 setter protocol 6815 setter protocol
6811 setter search 6816 setter search
6812 setter username 6817 setter username
6813 PASS successfullyParsed is true 6818 PASS successfullyParsed is true
6814 6819
6815 TEST COMPLETE 6820 TEST COMPLETE
6816 6821
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698