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

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

Issue 1149373003: Remove Range.compareNode() as it is not in the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments Created 5 years, 6 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 3382 matching lines...) Expand 10 before | Expand all | Expand 10 after
3393 getter collapsed 3393 getter collapsed
3394 getter commonAncestorContainer 3394 getter commonAncestorContainer
3395 getter endContainer 3395 getter endContainer
3396 getter endOffset 3396 getter endOffset
3397 getter startContainer 3397 getter startContainer
3398 getter startOffset 3398 getter startOffset
3399 method cloneContents 3399 method cloneContents
3400 method cloneRange 3400 method cloneRange
3401 method collapse 3401 method collapse
3402 method compareBoundaryPoints 3402 method compareBoundaryPoints
3403 method compareNode
3404 method comparePoint 3403 method comparePoint
3405 method constructor 3404 method constructor
3406 method createContextualFragment 3405 method createContextualFragment
3407 method deleteContents 3406 method deleteContents
3408 method detach 3407 method detach
3409 method expand 3408 method expand
3410 method extractContents 3409 method extractContents
3411 method getBoundingClientRect 3410 method getBoundingClientRect
3412 method getClientRects 3411 method getClientRects
3413 method insertNode 3412 method insertNode
(...skipping 2858 matching lines...) Expand 10 before | Expand all | Expand 10 after
6272 setter password 6271 setter password
6273 setter pathname 6272 setter pathname
6274 setter port 6273 setter port
6275 setter protocol 6274 setter protocol
6276 setter search 6275 setter search
6277 setter username 6276 setter username
6278 PASS successfullyParsed is true 6277 PASS successfullyParsed is true
6279 6278
6280 TEST COMPLETE 6279 TEST COMPLETE
6281 6280
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698