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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2702003002: [GeometryInterface] enable Exposed keyword at DOMRect*.idl. (Closed)
Patch Set: [GeometryInterface] enable Exposed keyword at DOMRect*.idl. Created 3 years, 10 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 interface BarcodeDetector 1 interface BarcodeDetector
2 method constructor 2 method constructor
3 method detect 3 method detect
4 interface Blob 4 interface Blob
5 getter isClosed 5 getter isClosed
6 getter size 6 getter size
7 getter type 7 getter type
8 method close 8 method close
9 method constructor 9 method constructor
10 method slice 10 method slice
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 setter z 229 setter z
230 interface DOMPointReadOnly 230 interface DOMPointReadOnly
231 static method fromPoint 231 static method fromPoint
232 getter w 232 getter w
233 getter x 233 getter x
234 getter y 234 getter y
235 getter z 235 getter z
236 method constructor 236 method constructor
237 method matrixTransform 237 method matrixTransform
238 method toJSON 238 method toJSON
239 interface DOMRect : DOMRectReadOnly
240 getter height
241 getter width
242 getter x
243 getter y
244 method constructor
245 setter height
246 setter width
247 setter x
248 setter y
249 interface DOMRectReadOnly
250 static method fromRect
251 getter bottom
252 getter height
253 getter left
254 getter right
255 getter top
256 getter width
257 getter x
258 getter y
259 method constructor
260 method toJSON
239 interface DOMStringList 261 interface DOMStringList
240 getter length 262 getter length
241 method constructor 263 method constructor
242 method contains 264 method contains
243 method item 265 method item
244 interface DataView 266 interface DataView
245 getter buffer 267 getter buffer
246 getter byteLength 268 getter byteLength
247 getter byteOffset 269 getter byteOffset
248 method constructor 270 method constructor
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after
2229 setter onnotificationclick 2251 setter onnotificationclick
2230 setter onnotificationclose 2252 setter onnotificationclose
2231 setter onpaymentrequest 2253 setter onpaymentrequest
2232 setter onpush 2254 setter onpush
2233 setter onsync 2255 setter onsync
2234 PASS Verify the interface of ServiceWorkerGlobalScope 2256 PASS Verify the interface of ServiceWorkerGlobalScope
2235 PASS successfullyParsed is true 2257 PASS successfullyParsed is true
2236 2258
2237 TEST COMPLETE 2259 TEST COMPLETE
2238 2260
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698