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

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

Issue 2636503003: minor name updates based on spec update at: https://wicg.github.io/longtasks (Closed)
Patch Set: update global-interface layout test expectation 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 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: '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 6475 matching lines...) Expand 10 before | Expand all | Expand 10 after
6486 method unwrapKey 6486 method unwrapKey
6487 method verify 6487 method verify
6488 method wrapKey 6488 method wrapKey
6489 interface SyncManager 6489 interface SyncManager
6490 attribute @@toStringTag 6490 attribute @@toStringTag
6491 method constructor 6491 method constructor
6492 method getTags 6492 method getTags
6493 method register 6493 method register
6494 interface TaskAttributionTiming : PerformanceEntry 6494 interface TaskAttributionTiming : PerformanceEntry
6495 attribute @@toStringTag 6495 attribute @@toStringTag
6496 getter frameId 6496 getter containerId
6497 getter frameName 6497 getter containerName
6498 getter frameSrc 6498 getter containerSrc
6499 getter containerType
6499 method constructor 6500 method constructor
6500 interface Text : CharacterData 6501 interface Text : CharacterData
6501 attribute @@toStringTag 6502 attribute @@toStringTag
6502 getter assignedSlot 6503 getter assignedSlot
6503 getter wholeText 6504 getter wholeText
6504 method constructor 6505 method constructor
6505 method getDestinationInsertionPoints 6506 method getDestinationInsertionPoints
6506 method splitText 6507 method splitText
6507 interface TextDecoder 6508 interface TextDecoder
6508 attribute @@toStringTag 6509 attribute @@toStringTag
(...skipping 2505 matching lines...) Expand 10 before | Expand all | Expand 10 after
9014 setter scrollY 9015 setter scrollY
9015 setter scrollbars 9016 setter scrollbars
9016 setter status 9017 setter status
9017 setter statusbar 9018 setter statusbar
9018 setter toolbar 9019 setter toolbar
9019 setter visualViewport 9020 setter visualViewport
9020 PASS successfullyParsed is true 9021 PASS successfullyParsed is true
9021 9022
9022 TEST COMPLETE 9023 TEST COMPLETE
9023 9024
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698