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

Side by Side Diff: LayoutTests/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 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 getter collapsed 3375 getter collapsed
3376 getter commonAncestorContainer 3376 getter commonAncestorContainer
3377 getter endContainer 3377 getter endContainer
3378 getter endOffset 3378 getter endOffset
3379 getter startContainer 3379 getter startContainer
3380 getter startOffset 3380 getter startOffset
3381 method cloneContents 3381 method cloneContents
3382 method cloneRange 3382 method cloneRange
3383 method collapse 3383 method collapse
3384 method compareBoundaryPoints 3384 method compareBoundaryPoints
3385 method compareNode
3386 method comparePoint 3385 method comparePoint
3387 method constructor 3386 method constructor
3388 method createContextualFragment 3387 method createContextualFragment
3389 method deleteContents 3388 method deleteContents
3390 method detach 3389 method detach
3391 method expand 3390 method expand
3392 method extractContents 3391 method extractContents
3393 method getBoundingClientRect 3392 method getBoundingClientRect
3394 method getClientRects 3393 method getClientRects
3395 method insertNode 3394 method insertNode
(...skipping 2851 matching lines...) Expand 10 before | Expand all | Expand 10 after
6247 setter password 6246 setter password
6248 setter pathname 6247 setter pathname
6249 setter port 6248 setter port
6250 setter protocol 6249 setter protocol
6251 setter search 6250 setter search
6252 setter username 6251 setter username
6253 PASS successfullyParsed is true 6252 PASS successfullyParsed is true
6254 6253
6255 TEST COMPLETE 6254 TEST COMPLETE
6256 6255
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698