Commit 49c66f63 authored by Chromium WPT Sync's avatar Chromium WPT Sync Committed by Commit Bot

Import wpt@4d8efcb6b6f4b784989c23cf83f46255388871a3

Using wpt-import in Chromium 2181b01c.
With Chromium commits locally applied on WPT:
9f32e9c0 "S13nServiceWorker: Add tests for network fallback for navigations with request bodies"
b72e8903 "service worker: Deflake fetch-event.https.html."


Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/11319

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/+/master/docs/testing/web_platform_tests.md

TBR=lukebjerring

No-Export: true
Change-Id: I73d2d96a24804ebab1f029486f50aaf2eb4b2713
Reviewed-on: https://chromium-review.googlesource.com/893279
Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org>
Reviewed-by: default avatarBlink WPT Bot <blink-w3c-test-autoroller@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532922}
parent e89886f0
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<body> <body>
<p>This test examines the ARIA properties for graphics-document on HTML element.</p> <p>This test examines the ARIA properties for graphics-document on HTML element.</p>
<div id="test" role="graphics-document" aria-label="house"> <div id="test" role="graphics-document" aria-label="house">
<div role="graphics-object" aria-label="door"> <div role="graphics-object" aria-label="door"></div>
</div> </div>
<div id="manualMode"></div> <div id="manualMode"></div>
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<body> <body>
<p>This test examines the ARIA properties for graphics-object on HTML element.</p> <p>This test examines the ARIA properties for graphics-object on HTML element.</p>
<div role="graphics-document" aria-label="house"> <div role="graphics-document" aria-label="house">
<div id="test" role="graphics-object" aria-label="door"> <div id="test" role="graphics-object" aria-label="door"></div>
</div> </div>
<div id="manualMode"></div> <div id="manualMode"></div>
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
</head> </head>
<body> <body>
<p>This test examines the ARIA properties for graphics-symbol on HTML element.</p> <p>This test examines the ARIA properties for graphics-symbol on HTML element.</p>
<div>Spinach Salad with Strawberry & Almonds <div>Spinach Salad with Strawberry &amp; Almonds
<span id="test" aria-label="vegetarian" role="graphics-symbol">🌿</span> <span id="test" aria-label="vegetarian" role="graphics-symbol">🌿</span>
<span aria-label="contains nuts" role="graphics-symbol">🌰</span> <span aria-label="contains nuts" role="graphics-symbol">🌰</span>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment