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

Side by Side Diff: android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt

Issue 1726743002: Remove SVGElement.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/animate-reference-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3498 matching lines...) Expand 10 before | Expand all | Expand 10 after
3509 getter y 3509 getter y
3510 method constructor 3510 method constructor
3511 interface SVGDefsElement : SVGGraphicsElement 3511 interface SVGDefsElement : SVGGraphicsElement
3512 method constructor 3512 method constructor
3513 interface SVGDescElement : SVGElement 3513 interface SVGDescElement : SVGElement
3514 method constructor 3514 method constructor
3515 interface SVGDiscardElement : SVGElement 3515 interface SVGDiscardElement : SVGElement
3516 method constructor 3516 method constructor
3517 interface SVGElement : Element 3517 interface SVGElement : Element
3518 getter className 3518 getter className
3519 getter offsetHeight
3520 getter offsetLeft
3521 getter offsetParent
3522 getter offsetTop
3523 getter offsetWidth
3524 getter onabort 3519 getter onabort
3525 getter onblur 3520 getter onblur
3526 getter oncancel 3521 getter oncancel
3527 getter oncanplay 3522 getter oncanplay
3528 getter oncanplaythrough 3523 getter oncanplaythrough
3529 getter onchange 3524 getter onchange
3530 getter onclick 3525 getter onclick
3531 getter onclose 3526 getter onclose
3532 getter oncontextmenu 3527 getter oncontextmenu
3533 getter oncuechange 3528 getter oncuechange
(...skipping 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after
5810 method scrollBy 5805 method scrollBy
5811 method scrollTo 5806 method scrollTo
5812 method setInterval 5807 method setInterval
5813 method setTimeout 5808 method setTimeout
5814 method stop 5809 method stop
5815 method webkitCancelAnimationFrame 5810 method webkitCancelAnimationFrame
5816 method webkitCancelRequestAnimationFrame 5811 method webkitCancelRequestAnimationFrame
5817 method webkitRequestAnimationFrame 5812 method webkitRequestAnimationFrame
5818 This test documents all interface attributes and methods on the global window ob ject and element instances. 5813 This test documents all interface attributes and methods on the global window ob ject and element instances.
5819 TEST FINISHED 5814 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/animate-reference-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698