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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/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 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after
2237 setter onnotificationclick 2259 setter onnotificationclick
2238 setter onnotificationclose 2260 setter onnotificationclose
2239 setter onpaymentrequest 2261 setter onpaymentrequest
2240 setter onpush 2262 setter onpush
2241 setter onsync 2263 setter onsync
2242 PASS Verify the interface of ServiceWorkerGlobalScope 2264 PASS Verify the interface of ServiceWorkerGlobalScope
2243 PASS successfullyParsed is true 2265 PASS successfullyParsed is true
2244 2266
2245 TEST COMPLETE 2267 TEST COMPLETE
2246 2268
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698