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

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

Issue 2533793003: Fix V8 bindings for LongTaskObserver origin trial (Closed)
Patch Set: Add recent attributes to test expectations Created 4 years 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/bindings/core/v8/ConditionalFeatures.cpp » ('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: 'webkitURL' is deprecated. Please use 'URL' instead. 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
4 This test documents all interface attributes and methods on the global window ob ject and element instances. 4 This test documents all interface attributes and methods on the global window ob ject and element instances.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 [INTERFACES] 9 [INTERFACES]
10 interface Accelerometer : Sensor 10 interface Accelerometer : Sensor
(...skipping 4563 matching lines...) Expand 10 before | Expand all | Expand 10 after
4574 setter onresourcetimingbufferfull 4574 setter onresourcetimingbufferfull
4575 setter onwebkitresourcetimingbufferfull 4575 setter onwebkitresourcetimingbufferfull
4576 interface PerformanceEntry 4576 interface PerformanceEntry
4577 attribute @@toStringTag 4577 attribute @@toStringTag
4578 getter duration 4578 getter duration
4579 getter entryType 4579 getter entryType
4580 getter name 4580 getter name
4581 getter startTime 4581 getter startTime
4582 method constructor 4582 method constructor
4583 method toJSON 4583 method toJSON
4584 interface PerformanceLongTaskTiming : PerformanceEntry
4585 attribute @@toStringTag
4586 getter culpritFrameId
4587 getter culpritFrameName
4588 getter culpritFrameSrc
4589 method constructor
4584 interface PerformanceMark : PerformanceEntry 4590 interface PerformanceMark : PerformanceEntry
4585 attribute @@toStringTag 4591 attribute @@toStringTag
4586 method constructor 4592 method constructor
4587 interface PerformanceMeasure : PerformanceEntry 4593 interface PerformanceMeasure : PerformanceEntry
4588 attribute @@toStringTag 4594 attribute @@toStringTag
4589 method constructor 4595 method constructor
4590 interface PerformanceNavigation 4596 interface PerformanceNavigation
4591 attribute @@toStringTag 4597 attribute @@toStringTag
4592 attribute TYPE_BACK_FORWARD 4598 attribute TYPE_BACK_FORWARD
4593 attribute TYPE_NAVIGATE 4599 attribute TYPE_NAVIGATE
(...skipping 4327 matching lines...) Expand 10 before | Expand all | Expand 10 after
8921 setter scrollY 8927 setter scrollY
8922 setter scrollbars 8928 setter scrollbars
8923 setter status 8929 setter status
8924 setter statusbar 8930 setter statusbar
8925 setter toolbar 8931 setter toolbar
8926 setter visualViewport 8932 setter visualViewport
8927 PASS successfullyParsed is true 8933 PASS successfullyParsed is true
8928 8934
8929 TEST COMPLETE 8935 TEST COMPLETE
8930 8936
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698