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

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

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: tests outside the [0, 1] range Created 4 years, 2 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 Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 method getUint32 115 method getUint32
116 method getUint8 116 method getUint8
117 method setFloat32 117 method setFloat32
118 method setFloat64 118 method setFloat64
119 method setInt16 119 method setInt16
120 method setInt32 120 method setInt32
121 method setInt8 121 method setInt8
122 method setUint16 122 method setUint16
123 method setUint32 123 method setUint32
124 method setUint8 124 method setUint8
125 interface DetectedObject
126 getter boundingBox
127 method constructor
128 interface Detector
129 method constructor
130 method detect
131 interface Event 125 interface Event
132 attribute AT_TARGET 126 attribute AT_TARGET
133 attribute BLUR 127 attribute BLUR
134 attribute BUBBLING_PHASE 128 attribute BUBBLING_PHASE
135 attribute CAPTURING_PHASE 129 attribute CAPTURING_PHASE
136 attribute CHANGE 130 attribute CHANGE
137 attribute CLICK 131 attribute CLICK
138 attribute DBLCLICK 132 attribute DBLCLICK
139 attribute DRAGDROP 133 attribute DRAGDROP
140 attribute FOCUS 134 attribute FOCUS
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 setter onmessage 1384 setter onmessage
1391 setter onnotificationclick 1385 setter onnotificationclick
1392 setter onnotificationclose 1386 setter onnotificationclose
1393 setter onpush 1387 setter onpush
1394 setter onsync 1388 setter onsync
1395 PASS Verify the interface of ServiceWorkerGlobalScope 1389 PASS Verify the interface of ServiceWorkerGlobalScope
1396 PASS successfullyParsed is true 1390 PASS successfullyParsed is true
1397 1391
1398 TEST COMPLETE 1392 TEST COMPLETE
1399 1393
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698