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

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: updated PerformanceEntryType size 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 4586 matching lines...) Expand 10 before | Expand all | Expand 10 after
4597 attribute @@toStringTag 4597 attribute @@toStringTag
4598 method constructor 4598 method constructor
4599 method disconnect 4599 method disconnect
4600 method observe 4600 method observe
4601 interface PerformanceObserverEntryList 4601 interface PerformanceObserverEntryList
4602 attribute @@toStringTag 4602 attribute @@toStringTag
4603 method constructor 4603 method constructor
4604 method getEntries 4604 method getEntries
4605 method getEntriesByName 4605 method getEntriesByName
4606 method getEntriesByType 4606 method getEntriesByType
4607 interface PerformancePaintTiming : PerformanceEntry
4608 attribute @@toStringTag
4609 method constructor
4607 interface PerformanceResourceTiming : PerformanceEntry 4610 interface PerformanceResourceTiming : PerformanceEntry
4608 attribute @@toStringTag 4611 attribute @@toStringTag
4609 getter connectEnd 4612 getter connectEnd
4610 getter connectStart 4613 getter connectStart
4611 getter decodedBodySize 4614 getter decodedBodySize
4612 getter domainLookupEnd 4615 getter domainLookupEnd
4613 getter domainLookupStart 4616 getter domainLookupStart
4614 getter encodedBodySize 4617 getter encodedBodySize
4615 getter fetchStart 4618 getter fetchStart
4616 getter initiatorType 4619 getter initiatorType
(...skipping 4349 matching lines...) Expand 10 before | Expand all | Expand 10 after
8966 setter scrollY 8969 setter scrollY
8967 setter scrollbars 8970 setter scrollbars
8968 setter status 8971 setter status
8969 setter statusbar 8972 setter statusbar
8970 setter toolbar 8973 setter toolbar
8971 setter visualViewport 8974 setter visualViewport
8972 PASS successfullyParsed is true 8975 PASS successfullyParsed is true
8973 8976
8974 TEST COMPLETE 8977 TEST COMPLETE
8975 8978
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698