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

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 2737373005: [GeometryInterface] enable Exposed keyword at DOMQuad.idl (Closed)
Patch Set: [GeometryInterface] enable Exposed keyword at DOMQuad.idl Created 3 years, 9 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 DOMQuad
240 static method fromQuad
241 static method fromRect
242 getter p1
243 getter p2
244 getter p3
245 getter p4
246 method constructor
247 method getBounds
248 method toJSON
239 interface DOMRect : DOMRectReadOnly 249 interface DOMRect : DOMRectReadOnly
240 getter height 250 getter height
241 getter width 251 getter width
242 getter x 252 getter x
243 getter y 253 getter y
244 method constructor 254 method constructor
245 setter height 255 setter height
246 setter width 256 setter width
247 setter x 257 setter x
248 setter y 258 setter y
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2261 setter onnotificationclick 2271 setter onnotificationclick
2262 setter onnotificationclose 2272 setter onnotificationclose
2263 setter onpaymentrequest 2273 setter onpaymentrequest
2264 setter onpush 2274 setter onpush
2265 setter onsync 2275 setter onsync
2266 PASS Verify the interface of ServiceWorkerGlobalScope 2276 PASS Verify the interface of ServiceWorkerGlobalScope
2267 PASS successfullyParsed is true 2277 PASS successfullyParsed is true
2268 2278
2269 TEST COMPLETE 2279 TEST COMPLETE
2270 2280
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698