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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt

Issue 2705643002: Cleanup virtual test suites for origin trials (Closed)
Patch Set: Add instructions for layout tests 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
(Empty)
1 CONSOLE MESSAGE: line 31: Interfaces before adding trial token
2 interface Navigator
3 CONSOLE MESSAGE: line 53: Interfaces after adding trial token
4 interface Navigator
5 getter usb
6 interface USBAlternateInterface
7 getter alternateSetting
8 getter endpoints
9 getter interfaceClass
10 getter interfaceName
11 getter interfaceProtocol
12 getter interfaceSubclass
13 method constructor
14 interface USBConfiguration
15 getter configurationName
16 getter configurationValue
17 getter interfaces
18 method constructor
19 interface USBConnectionEvent
20 getter device
21 method constructor
22 interface USBDevice
23 getter configuration
24 getter configurations
25 getter deviceClass
26 getter deviceProtocol
27 getter deviceSubclass
28 getter deviceVersionMajor
29 getter deviceVersionMinor
30 getter deviceVersionSubminor
31 getter manufacturerName
32 getter opened
33 getter productId
34 getter productName
35 getter serialNumber
36 getter usbVersionMajor
37 getter usbVersionMinor
38 getter usbVersionSubminor
39 getter vendorId
40 method claimInterface
41 method clearHalt
42 method close
43 method constructor
44 method controlTransferIn
45 method controlTransferOut
46 method isochronousTransferIn
47 method isochronousTransferOut
48 method open
49 method releaseInterface
50 method reset
51 method selectAlternateInterface
52 method selectConfiguration
53 method transferIn
54 method transferOut
55 interface USBEndpoint
56 getter direction
57 getter endpointNumber
58 getter packetSize
59 getter type
60 method constructor
61 interface USBInTransferResult
62 getter data
63 getter status
64 method constructor
65 interface USBInterface
66 getter alternate
67 getter alternates
68 getter claimed
69 getter interfaceNumber
70 method constructor
71 interface USBIsochronousInTransferPacket
72 getter data
73 getter status
74 method constructor
75 interface USBIsochronousInTransferResult
76 getter data
77 getter packets
78 method constructor
79 interface USBIsochronousOutTransferPacket
80 getter bytesWritten
81 getter status
82 method constructor
83 interface USBIsochronousOutTransferResult
84 getter packets
85 method constructor
86 interface USBOutTransferResult
87 getter bytesWritten
88 getter status
89 method constructor
90 This is a testharness.js-based test.
91 PASS WebUSB related interfaces before adding trial token via script.
92 PASS WebUSB related interfaces after adding trial token via script.
93 Harness: the test ran to completion.
94
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698