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

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

Issue 2811623002: Fetch API: Add Request#cache attribute (Closed)
Patch Set: address 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 5154 matching lines...) Expand 10 before | Expand all | Expand 10 after
5165 method cancelWatchAvailability 5165 method cancelWatchAvailability
5166 method constructor 5166 method constructor
5167 method prompt 5167 method prompt
5168 method watchAvailability 5168 method watchAvailability
5169 setter onconnect 5169 setter onconnect
5170 setter onconnecting 5170 setter onconnecting
5171 setter ondisconnect 5171 setter ondisconnect
5172 interface Request 5172 interface Request
5173 attribute @@toStringTag 5173 attribute @@toStringTag
5174 getter bodyUsed 5174 getter bodyUsed
5175 getter cache
5175 getter credentials 5176 getter credentials
5176 getter headers 5177 getter headers
5177 getter integrity 5178 getter integrity
5178 getter method 5179 getter method
5179 getter mode 5180 getter mode
5180 getter redirect 5181 getter redirect
5181 getter referrer 5182 getter referrer
5182 getter referrerPolicy 5183 getter referrerPolicy
5183 getter url 5184 getter url
5184 method arrayBuffer 5185 method arrayBuffer
(...skipping 3969 matching lines...) Expand 10 before | Expand all | Expand 10 after
9154 setter scrollY 9155 setter scrollY
9155 setter scrollbars 9156 setter scrollbars
9156 setter status 9157 setter status
9157 setter statusbar 9158 setter statusbar
9158 setter toolbar 9159 setter toolbar
9159 setter visualViewport 9160 setter visualViewport
9160 PASS successfullyParsed is true 9161 PASS successfullyParsed is true
9161 9162
9162 TEST COMPLETE 9163 TEST COMPLETE
9163 9164
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698