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

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

Issue 2528513003: first-paint and first-contentful paint (Closed)
Patch Set: Got rid of DCHECK cause it breaks unit tests Created 3 years, 11 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: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 4598 matching lines...) Expand 10 before | Expand all | Expand 10 after
4609 attribute @@toStringTag 4609 attribute @@toStringTag
4610 method constructor 4610 method constructor
4611 method disconnect 4611 method disconnect
4612 method observe 4612 method observe
4613 interface PerformanceObserverEntryList 4613 interface PerformanceObserverEntryList
4614 attribute @@toStringTag 4614 attribute @@toStringTag
4615 method constructor 4615 method constructor
4616 method getEntries 4616 method getEntries
4617 method getEntriesByName 4617 method getEntriesByName
4618 method getEntriesByType 4618 method getEntriesByType
4619 interface PerformancePaintTiming : PerformanceEntry
4620 attribute @@toStringTag
4621 method constructor
4619 interface PerformanceResourceTiming : PerformanceEntry 4622 interface PerformanceResourceTiming : PerformanceEntry
4620 attribute @@toStringTag 4623 attribute @@toStringTag
4621 getter connectEnd 4624 getter connectEnd
4622 getter connectStart 4625 getter connectStart
4623 getter decodedBodySize 4626 getter decodedBodySize
4624 getter domainLookupEnd 4627 getter domainLookupEnd
4625 getter domainLookupStart 4628 getter domainLookupStart
4626 getter encodedBodySize 4629 getter encodedBodySize
4627 getter fetchStart 4630 getter fetchStart
4628 getter initiatorType 4631 getter initiatorType
(...skipping 4353 matching lines...) Expand 10 before | Expand all | Expand 10 after
8982 setter scrollY 8985 setter scrollY
8983 setter scrollbars 8986 setter scrollbars
8984 setter status 8987 setter status
8985 setter statusbar 8988 setter statusbar
8986 setter toolbar 8989 setter toolbar
8987 setter visualViewport 8990 setter visualViewport
8988 PASS successfullyParsed is true 8991 PASS successfullyParsed is true
8989 8992
8990 TEST COMPLETE 8993 TEST COMPLETE
8991 8994
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698