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

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

Issue 2791373002: [InputEvent] Make StaticRange immutable and move tests to wpt (Closed)
Patch Set: Make attributes immutable and address foolip's comments Created 3 years, 8 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 6524 matching lines...) Expand 10 before | Expand all | Expand 10 after
6535 setter voice 6535 setter voice
6536 setter volume 6536 setter volume
6537 interface StaticRange 6537 interface StaticRange
6538 attribute @@toStringTag 6538 attribute @@toStringTag
6539 getter collapsed 6539 getter collapsed
6540 getter endContainer 6540 getter endContainer
6541 getter endOffset 6541 getter endOffset
6542 getter startContainer 6542 getter startContainer
6543 getter startOffset 6543 getter startOffset
6544 method constructor 6544 method constructor
6545 method setEnd
6546 method setStart
6547 method toRange
6548 setter endContainer
6549 setter endOffset
6550 setter startContainer
6551 setter startOffset
6552 interface StereoPannerNode : AudioNode 6545 interface StereoPannerNode : AudioNode
6553 attribute @@toStringTag 6546 attribute @@toStringTag
6554 getter pan 6547 getter pan
6555 method constructor 6548 method constructor
6556 interface Storage 6549 interface Storage
6557 attribute @@toStringTag 6550 attribute @@toStringTag
6558 getter length 6551 getter length
6559 method clear 6552 method clear
6560 method constructor 6553 method constructor
6561 method getItem 6554 method getItem
(...skipping 2586 matching lines...) Expand 10 before | Expand all | Expand 10 after
9148 setter scrollY 9141 setter scrollY
9149 setter scrollbars 9142 setter scrollbars
9150 setter status 9143 setter status
9151 setter statusbar 9144 setter statusbar
9152 setter toolbar 9145 setter toolbar
9153 setter visualViewport 9146 setter visualViewport
9154 PASS successfullyParsed is true 9147 PASS successfullyParsed is true
9155 9148
9156 TEST COMPLETE 9149 TEST COMPLETE
9157 9150
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698