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

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

Issue 2274883004: Ship Custom Elements v1 (Closed)
Patch Set: Update global-interface-listing expectation. Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 getter subtle 595 getter subtle
596 method constructor 596 method constructor
597 method getRandomValues 597 method getRandomValues
598 interface CryptoKey 598 interface CryptoKey
599 attribute @@toStringTag 599 attribute @@toStringTag
600 getter algorithm 600 getter algorithm
601 getter extractable 601 getter extractable
602 getter type 602 getter type
603 getter usages 603 getter usages
604 method constructor 604 method constructor
605 interface CustomElementRegistry
606 attribute @@toStringTag
607 method constructor
608 method define
609 method get
610 method whenDefined
605 interface CustomEvent : Event 611 interface CustomEvent : Event
606 attribute @@toStringTag 612 attribute @@toStringTag
607 getter detail 613 getter detail
608 method constructor 614 method constructor
609 method initCustomEvent 615 method initCustomEvent
610 interface DOMError 616 interface DOMError
611 attribute @@toStringTag 617 attribute @@toStringTag
612 getter message 618 getter message
613 getter name 619 getter name
614 method constructor 620 method constructor
(...skipping 5901 matching lines...) Expand 10 before | Expand all | Expand 10 after
6516 [GLOBAL OBJECT] 6522 [GLOBAL OBJECT]
6517 attribute GCController 6523 attribute GCController
6518 attribute accessibilityController 6524 attribute accessibilityController
6519 attribute applicationCache 6525 attribute applicationCache
6520 attribute caches 6526 attribute caches
6521 attribute chrome 6527 attribute chrome
6522 attribute clientInformation 6528 attribute clientInformation
6523 attribute closed 6529 attribute closed
6524 attribute console 6530 attribute console
6525 attribute crypto 6531 attribute crypto
6532 attribute customElements
6526 attribute defaultStatus 6533 attribute defaultStatus
6527 attribute defaultstatus 6534 attribute defaultstatus
6528 attribute devicePixelRatio 6535 attribute devicePixelRatio
6529 attribute document 6536 attribute document
6530 attribute event 6537 attribute event
6531 attribute eventSender 6538 attribute eventSender
6532 attribute external 6539 attribute external
6533 attribute frameElement 6540 attribute frameElement
6534 attribute frames 6541 attribute frames
6535 attribute gamepadController 6542 attribute gamepadController
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
6708 method stop 6715 method stop
6709 method webkitCancelAnimationFrame 6716 method webkitCancelAnimationFrame
6710 method webkitCancelRequestAnimationFrame 6717 method webkitCancelRequestAnimationFrame
6711 method webkitRequestAnimationFrame 6718 method webkitRequestAnimationFrame
6712 method webkitRequestFileSystem 6719 method webkitRequestFileSystem
6713 method webkitResolveLocalFileSystemURL 6720 method webkitResolveLocalFileSystemURL
6714 PASS successfullyParsed is true 6721 PASS successfullyParsed is true
6715 6722
6716 TEST COMPLETE 6723 TEST COMPLETE
6717 6724
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698