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

Unified Diff: third_party/WebKit/LayoutTests/virtual/origin-trials-runtimeflags-disabled/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: Address more comments 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/virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt b/third_party/WebKit/LayoutTests/virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt
index e9942e0b9d7165bdbe36c3e3c9e3b75f0b6af4c8..072f70fc6b4d1039c97eeb0ebe2c3fb63408e085 100644
--- a/third_party/WebKit/LayoutTests/virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/webusb-origin-trial-interfaces-script-added-expected.txt
@@ -1,94 +1,7 @@
-CONSOLE MESSAGE: line 31: Interfaces before adding trial token
-interface Navigator
-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 properties on interfaces before adding trial token via script.
PASS WebUSB related interfaces before adding trial token via script.
+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