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

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

Issue 2712843005: Use asserts in origin trials layout tests (Closed)
Patch Set: Remove other -expected.txt files 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt b/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt
index 6525f18941934479b441ad6a222bf60061e5335e..1f66fcc6db5056779ed8902c95571df1da08b7c5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt
@@ -1,179 +1,7 @@
-CONSOLE MESSAGE: line 31: Interfaces before adding trial token
-interface Navigator
- getter usb
-interface USBAlternateInterface
- getter alternateSetting
- getter endpoints
- getter interfaceClass
- getter interfaceName
- getter interfaceProtocol
- getter interfaceSubclass
- method constructor
-interface USBConfiguration
- getter configurationName
- getter configurationValue
- getter interfaces
- method constructor
-interface USBConnectionEvent
- getter device
- method constructor
-interface USBDevice
- getter configuration
- getter configurations
- getter deviceClass
- getter deviceProtocol
- getter deviceSubclass
- getter deviceVersionMajor
- getter deviceVersionMinor
- getter deviceVersionSubminor
- getter manufacturerName
- getter opened
- getter productId
- getter productName
- getter serialNumber
- getter usbVersionMajor
- getter usbVersionMinor
- getter usbVersionSubminor
- getter vendorId
- method claimInterface
- method clearHalt
- method close
- method constructor
- method controlTransferIn
- method controlTransferOut
- method isochronousTransferIn
- method isochronousTransferOut
- method open
- method releaseInterface
- method reset
- method selectAlternateInterface
- method selectConfiguration
- method transferIn
- method transferOut
-interface USBEndpoint
- getter direction
- getter endpointNumber
- getter packetSize
- getter type
- method constructor
-interface USBInTransferResult
- getter data
- getter status
- method constructor
-interface USBInterface
- getter alternate
- getter alternates
- getter claimed
- getter interfaceNumber
- method constructor
-interface USBIsochronousInTransferPacket
- getter data
- getter status
- method constructor
-interface USBIsochronousInTransferResult
- getter data
- getter packets
- method constructor
-interface USBIsochronousOutTransferPacket
- getter bytesWritten
- getter status
- method constructor
-interface USBIsochronousOutTransferResult
- getter packets
- method constructor
-interface USBOutTransferResult
- getter bytesWritten
- getter status
- method constructor
-CONSOLE MESSAGE: line 53: Interfaces after adding trial token
-interface Navigator
- getter usb
-interface USBAlternateInterface
- getter alternateSetting
- getter endpoints
- getter interfaceClass
- getter interfaceName
- getter interfaceProtocol
- getter interfaceSubclass
- method constructor
-interface USBConfiguration
- getter configurationName
- getter configurationValue
- getter interfaces
- method constructor
-interface USBConnectionEvent
- getter device
- method constructor
-interface USBDevice
- getter configuration
- getter configurations
- getter deviceClass
- getter deviceProtocol
- getter deviceSubclass
- getter deviceVersionMajor
- getter deviceVersionMinor
- getter deviceVersionSubminor
- getter manufacturerName
- getter opened
- getter productId
- getter productName
- getter serialNumber
- getter usbVersionMajor
- getter usbVersionMinor
- getter usbVersionSubminor
- getter vendorId
- method claimInterface
- method clearHalt
- method close
- method constructor
- method controlTransferIn
- method controlTransferOut
- method isochronousTransferIn
- method isochronousTransferOut
- method open
- method releaseInterface
- method reset
- method selectAlternateInterface
- method selectConfiguration
- method transferIn
- method transferOut
-interface USBEndpoint
- getter direction
- getter endpointNumber
- getter packetSize
- getter type
- method constructor
-interface USBInTransferResult
- getter data
- getter status
- method constructor
-interface USBInterface
- getter alternate
- getter alternates
- getter claimed
- getter interfaceNumber
- method constructor
-interface USBIsochronousInTransferPacket
- getter data
- getter status
- method constructor
-interface USBIsochronousInTransferResult
- getter data
- getter packets
- method constructor
-interface USBIsochronousOutTransferPacket
- getter bytesWritten
- getter status
- method constructor
-interface USBIsochronousOutTransferResult
- getter packets
- method constructor
-interface USBOutTransferResult
- getter bytesWritten
- getter status
- method constructor
This is a testharness.js-based test.
-PASS WebUSB related interfaces before adding trial token via script.
+FAIL WebUSB related properties on interfaces before adding trial token via script. assert_false: Property usb exists on Navigator expected false got true
+FAIL WebUSB related interfaces before adding trial token via script. assert_equals: Interface USBAlternateInterface exists on provided object expected false but got true
+PASS WebUSB related properties on interfaces after adding trial token via script.
PASS WebUSB related interfaces after adding trial token via script.
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698