Skip to content

Commit

Permalink
Import wpt@246a32576020cb9c4241b7cfbc296f92d944ff6b
Browse files Browse the repository at this point in the history
Using wpt-import in Chromium 6c13545.

Note to sheriffs: This CL imports external tests and adds
expectations for those tests; if this CL is large and causes
a few new failures, please fix the failures by adding new
lines to TestExpectations rather than reverting. See:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md

NOAUTOREVERT=true
R=rubber-stamper@appspot.gserviceaccount.com

No-Export: true
Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel
Change-Id: Ibc876b91c4d4b81be71df6ec4f557028c9627082
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2960030
Auto-Submit: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#891985}
  • Loading branch information
Chromium WPT Sync authored and Chromium LUCI CQ committed Jun 14, 2021
1 parent beac819 commit 0ad4e78
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ crbug.com/1050754 external/wpt/external/wpt/fetch/api/basic/stream-safe-creation
crbug.com/1050754 external/wpt/external/wpt/fetch/api/request/request-bad-port.any.html [ Timeout ]
crbug.com/1050754 external/wpt/external/wpt/fetch/api/request/request-bad-port.any.sharedworker.html [ Failure ]
crbug.com/1050754 external/wpt/external/wpt/fetch/api/request/request-bad-port.any.worker.html [ Timeout ]
crbug.com/1050754 external/wpt/external/wpt/inert/inert-retargeting-iframe.tentative.html [ Failure ]
crbug.com/1050754 external/wpt/external/wpt/infrastructure/server/context.any.serviceworker-module.html [ Failure ]
crbug.com/1050754 external/wpt/external/wpt/infrastructure/server/context.any.sharedworker-module.html [ Failure ]
crbug.com/1050754 external/wpt/external/wpt/infrastructure/server/context.any.sharedworker.html [ Failure ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426867,7 +426867,7 @@
]
],
"inert-retargeting-iframe.tentative.html": [
"ddcb3ccb0d2c851fe3f1d07169de839465d12354",
"d363adc20bc9411945f50c82e29df038453f0193",
[
null,
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
}

#ancestorContainer {
position: relative;
position: absolute;
top: 200px;
left: 10px;
width: 300px;
height: 300px;
background-color: blue;
Expand Down Expand Up @@ -72,14 +74,6 @@
border: 1px solid black;
margin-left: 5px;
}

button.clicked::after {
content: " (clicked)";
}

.clicked > legend::after {
content: " (clicked)";
}
</style>
</head>
<body>
Expand All @@ -89,7 +83,7 @@
<li>The yellow, semi-transparent square ("Non-inert, displaced container") should not turn red.</li>
<li>"Non-inert button" should not turn red.</li>
</ul>
<p>(The full test suite checks a range of events.)</p>
<p style="margin-bottom:250px">(The full test suite checks a range of events.)</p>
<fieldset id="ancestorContainer">
<legend>Non-inert ancestor container</legend>
<iframe id="background" src="frame/button.html"></iframe>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
This is a testharness.js-based test.
Found 75 tests; 70 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS getStats succeeds
PASS Validating stats
PASS RTCRtpStreamStats's ssrc
PASS RTCRtpStreamStats's kind
PASS RTCRtpStreamStats's transportId
PASS RTCRtpStreamStats's codecId
PASS RTCReceivedRtpStreamStats's packetsReceived
PASS RTCReceivedRtpStreamStats's packetsLost
PASS RTCReceivedRtpStreamStats's jitter
FAIL RTCReceivedRtpStreamStats's packetsDiscarded assert_true: Is packetsDiscarded present expected true got false
PASS RTCReceivedRtpStreamStats's framesDropped
FAIL RTCInboundRtpStreamStats's receiverId assert_true: Is receiverId present expected true got false
PASS RTCInboundRtpStreamStats's remoteId
PASS RTCInboundRtpStreamStats's framesDecoded
PASS RTCInboundRtpStreamStats's nackCount
PASS RTCInboundRtpStreamStats's framesReceived
PASS RTCInboundRtpStreamStats's bytesReceived
PASS RTCInboundRtpStreamStats's totalAudioEnergy
PASS RTCInboundRtpStreamStats's totalSamplesDuration
PASS RTCRemoteInboundRtpStreamStats's localId
PASS RTCRemoteInboundRtpStreamStats's roundTripTime
PASS RTCSentRtpStreamStats's packetsSent
PASS RTCSentRtpStreamStats's bytesSent
FAIL RTCOutboundRtpStreamStats's senderId assert_true: Is senderId present expected true got false
PASS RTCOutboundRtpStreamStats's remoteId
PASS RTCOutboundRtpStreamStats's framesEncoded
PASS RTCOutboundRtpStreamStats's nackCount
PASS RTCOutboundRtpStreamStats's framesSent
PASS RTCRemoteOutboundRtpStreamStats's localId
PASS RTCRemoteOutboundRtpStreamStats's remoteTimestamp
PASS RTCPeerConnectionStats's dataChannelsOpened
PASS RTCPeerConnectionStats's dataChannelsClosed
PASS RTCDataChannelStats's label
PASS RTCDataChannelStats's protocol
PASS RTCDataChannelStats's dataChannelIdentifier
PASS RTCDataChannelStats's state
PASS RTCDataChannelStats's messagesSent
PASS RTCDataChannelStats's bytesSent
PASS RTCDataChannelStats's messagesReceived
PASS RTCDataChannelStats's bytesReceived
PASS RTCMediaSourceStats's trackIdentifier
PASS RTCMediaSourceStats's kind
PASS RTCAudioSourceStats's totalAudioEnergy
PASS RTCAudioSourceStats's totalSamplesDuration
PASS RTCVideoSourceStats's width
PASS RTCVideoSourceStats's height
PASS RTCVideoSourceStats's framesPerSecond
FAIL RTCMediaHandlerStats's trackIdentifier assert_true: Is trackIdentifier present expected true got false
PASS RTCCodecStats's payloadType
PASS RTCCodecStats's mimeType
PASS RTCCodecStats's clockRate
PASS RTCCodecStats's channels
PASS RTCCodecStats's sdpFmtpLine
PASS RTCTransportStats's bytesSent
PASS RTCTransportStats's bytesReceived
PASS RTCTransportStats's selectedCandidatePairId
PASS RTCTransportStats's localCertificateId
PASS RTCTransportStats's remoteCertificateId
PASS RTCIceCandidatePairStats's transportId
PASS RTCIceCandidatePairStats's localCandidateId
PASS RTCIceCandidatePairStats's remoteCandidateId
PASS RTCIceCandidatePairStats's state
PASS RTCIceCandidatePairStats's nominated
PASS RTCIceCandidatePairStats's bytesSent
PASS RTCIceCandidatePairStats's bytesReceived
PASS RTCIceCandidatePairStats's totalRoundTripTime
PASS RTCIceCandidatePairStats's currentRoundTripTime
PASS RTCIceCandidateStats's address
PASS RTCIceCandidateStats's port
PASS RTCIceCandidateStats's protocol
PASS RTCIceCandidateStats's candidateType
FAIL RTCIceCandidateStats's url assert_true: Is url present expected true got false
PASS RTCCertificateStats's fingerprint
PASS RTCCertificateStats's fingerprintAlgorithm
PASS RTCCertificateStats's base64Certificate
Harness: the test ran to completion.

Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
This is a testharness.js-based test.
Found 75 tests; 49 PASS, 26 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS getStats succeeds
PASS Validating stats
PASS RTCRtpStreamStats's ssrc
PASS RTCRtpStreamStats's kind
PASS RTCRtpStreamStats's transportId
PASS RTCRtpStreamStats's codecId
PASS RTCReceivedRtpStreamStats's packetsReceived
PASS RTCReceivedRtpStreamStats's packetsLost
PASS RTCReceivedRtpStreamStats's jitter
FAIL RTCReceivedRtpStreamStats's packetsDiscarded assert_true: Is packetsDiscarded present expected true got false
PASS RTCReceivedRtpStreamStats's framesDropped
FAIL RTCInboundRtpStreamStats's receiverId assert_true: Is receiverId present expected true got false
FAIL RTCInboundRtpStreamStats's remoteId assert_true: Is remoteId present expected true got false
PASS RTCInboundRtpStreamStats's framesDecoded
PASS RTCInboundRtpStreamStats's nackCount
PASS RTCInboundRtpStreamStats's framesReceived
PASS RTCInboundRtpStreamStats's bytesReceived
PASS RTCInboundRtpStreamStats's totalAudioEnergy
PASS RTCInboundRtpStreamStats's totalSamplesDuration
FAIL RTCRemoteInboundRtpStreamStats's localId assert_true: Is localId present expected true got false
FAIL RTCRemoteInboundRtpStreamStats's roundTripTime assert_true: Is roundTripTime present expected true got false
PASS RTCSentRtpStreamStats's packetsSent
PASS RTCSentRtpStreamStats's bytesSent
FAIL RTCOutboundRtpStreamStats's senderId assert_true: Is senderId present expected true got false
FAIL RTCOutboundRtpStreamStats's remoteId assert_true: Is remoteId present expected true got false
PASS RTCOutboundRtpStreamStats's framesEncoded
PASS RTCOutboundRtpStreamStats's nackCount
PASS RTCOutboundRtpStreamStats's framesSent
FAIL RTCRemoteOutboundRtpStreamStats's localId assert_true: Is localId present expected true got false
FAIL RTCRemoteOutboundRtpStreamStats's remoteTimestamp assert_true: Is remoteTimestamp present expected true got false
PASS RTCPeerConnectionStats's dataChannelsOpened
PASS RTCPeerConnectionStats's dataChannelsClosed
PASS RTCDataChannelStats's label
PASS RTCDataChannelStats's protocol
PASS RTCDataChannelStats's dataChannelIdentifier
PASS RTCDataChannelStats's state
PASS RTCDataChannelStats's messagesSent
PASS RTCDataChannelStats's bytesSent
PASS RTCDataChannelStats's messagesReceived
PASS RTCDataChannelStats's bytesReceived
PASS RTCMediaSourceStats's trackIdentifier
PASS RTCMediaSourceStats's kind
PASS RTCAudioSourceStats's totalAudioEnergy
PASS RTCAudioSourceStats's totalSamplesDuration
PASS RTCVideoSourceStats's width
PASS RTCVideoSourceStats's height
PASS RTCVideoSourceStats's framesPerSecond
FAIL RTCMediaHandlerStats's trackIdentifier assert_true: Is trackIdentifier present expected true got false
PASS RTCCodecStats's payloadType
PASS RTCCodecStats's mimeType
PASS RTCCodecStats's clockRate
PASS RTCCodecStats's channels
PASS RTCCodecStats's sdpFmtpLine
PASS RTCTransportStats's bytesSent
PASS RTCTransportStats's bytesReceived
FAIL RTCTransportStats's selectedCandidatePairId assert_true: Is selectedCandidatePairId present expected true got false
PASS RTCTransportStats's localCertificateId
FAIL RTCTransportStats's remoteCertificateId assert_true: Is remoteCertificateId present expected true got false
FAIL RTCIceCandidatePairStats's transportId assert_true: Is transportId present expected true got false
FAIL RTCIceCandidatePairStats's localCandidateId assert_true: Is localCandidateId present expected true got false
FAIL RTCIceCandidatePairStats's remoteCandidateId assert_true: Is remoteCandidateId present expected true got false
FAIL RTCIceCandidatePairStats's state assert_true: Is state present expected true got false
FAIL RTCIceCandidatePairStats's nominated assert_true: Is nominated present expected true got false
FAIL RTCIceCandidatePairStats's bytesSent assert_true: Is bytesSent present expected true got false
FAIL RTCIceCandidatePairStats's bytesReceived assert_true: Is bytesReceived present expected true got false
FAIL RTCIceCandidatePairStats's totalRoundTripTime assert_true: Is totalRoundTripTime present expected true got false
FAIL RTCIceCandidatePairStats's currentRoundTripTime assert_true: Is currentRoundTripTime present expected true got false
FAIL RTCIceCandidateStats's address assert_true: Is address present expected true got false
FAIL RTCIceCandidateStats's port assert_true: Is port present expected true got false
FAIL RTCIceCandidateStats's protocol assert_true: Is protocol present expected true got false
FAIL RTCIceCandidateStats's candidateType assert_true: Is candidateType present expected true got false
FAIL RTCIceCandidateStats's url assert_true: Is url present expected true got false
PASS RTCCertificateStats's fingerprint
PASS RTCCertificateStats's fingerprintAlgorithm
PASS RTCCertificateStats's base64Certificate
Harness: the test ran to completion.

0 comments on commit 0ad4e78

Please sign in to comment.