Commit 3ff965d2 authored by Chromium WPT Sync's avatar Chromium WPT Sync Committed by Commit Bot

Import wpt@e0d3be7783775262a99aa1c482c1a78c9405d4ba

Using wpt-import in Chromium 1443f409.
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/11286

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=leon.han@intel.com

No-Export: true
Change-Id: I4b5fd2f5e673384750197952922804f64607039f
Reviewed-on: https://chromium-review.googlesource.com/892638
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@{#532805}
parent f8036005
This is a testharness.js-based test.
FAIL graphics-document on HTML element Uncaught ReferenceError: ATTAcomm is not defined
Harness: the test ran to completion.
<!doctype html>
<html>
<head>
<title>graphics-document on HTML element</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/resources/testharness.css">
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
<script>
setup({explicit_timeout: true, explicit_done: true });
var theTest = new ATTAcomm(
{
"steps" : [
{
"element" : "test",
"test" : {
"ATK" : [
[
"property",
"role",
"is",
"ROLE_DOCUMENT_FRAME"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-document"
]
],
"AXAPI" : [
[
"property",
"AXRole",
"is",
"AXGroup"
],
[
"property",
"AXSubrole",
"is",
"AXDocument"
],
[
"property",
"AXRoleDescription",
"is",
"document"
]
],
"IAccessible2" : [
[
"property",
"role",
"is",
"ROLE_SYSTEM_DOCUMENT"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-document"
],
[
"property",
"states",
"contains",
"STATE_SYSTEM_READONLY"
]
],
"UIA" : [
[
"property",
"ControlType",
"is",
"Document"
]
]
},
"title" : "step 1",
"type" : "test"
}
],
"title" : "graphics-document on HTML element"
}
) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for graphics-document on HTML element.</p>
<div id="test" role="graphics-document" aria-label="house">
<div role="graphics-object" aria-label="door">
</div>
<div id="manualMode"></div>
<div id="log"></div>
<div id="ATTAmessages"></div>
</body>
</html>
This is a testharness.js-based test.
FAIL graphics-document on SVG element Uncaught ReferenceError: ATTAcomm is not defined
Harness: the test ran to completion.
<!doctype html>
<html>
<head>
<title>graphics-document on SVG element</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/resources/testharness.css">
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
<script>
setup({explicit_timeout: true, explicit_done: true });
var theTest = new ATTAcomm(
{
"steps" : [
{
"element" : "test",
"test" : {
"ATK" : [
[
"property",
"role",
"is",
"ROLE_DOCUMENT_FRAME"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-document"
]
],
"AXAPI" : [
[
"property",
"AXRole",
"is",
"AXGroup"
],
[
"property",
"AXSubrole",
"is",
"AXDocument"
],
[
"property",
"AXRoleDescription",
"is",
"document"
]
],
"IAccessible2" : [
[
"property",
"role",
"is",
"ROLE_SYSTEM_DOCUMENT"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-document"
],
[
"property",
"states",
"contains",
"STATE_SYSTEM_READONLY"
]
],
"UIA" : [
[
"property",
"ControlType",
"is",
"Document"
]
]
},
"title" : "step 1",
"type" : "test"
}
],
"title" : "graphics-document on SVG element"
}
) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for graphics-document on SVG element.</p>
<svg xmlns="http://www.w3.org/2000/svg" id="test" role="graphics-document">
<g role="graphics-object" aria-label="door">
<rect fill="darkKhaki" stroke="#632" width="50" height="90" />
<circle fill="gray" stroke="#444" stroke-width="0.7" cx="10" cy="50" r="4" />
</g>
</svg>
<div id="manualMode"></div>
<div id="log"></div>
<div id="ATTAmessages"></div>
</body>
</html>
This is a testharness.js-based test.
FAIL graphics-object on HTML element Uncaught ReferenceError: ATTAcomm is not defined
Harness: the test ran to completion.
<!doctype html>
<html>
<head>
<title>graphics-object on HTML element</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/resources/testharness.css">
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
<script>
setup({explicit_timeout: true, explicit_done: true });
var theTest = new ATTAcomm(
{
"steps" : [
{
"element" : "test",
"test" : {
"ATK" : [
[
"property",
"role",
"is",
"ROLE_PANEL"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-object"
]
],
"AXAPI" : [
[
"property",
"AXRole",
"is",
"AXGroup"
],
[
"property",
"AXSubrole",
"is",
"<nil>"
],
[
"property",
"AXRoleDescription",
"is",
"group"
]
],
"IAccessible2" : [
[
"property",
"role",
"is",
"ROLE_SYSTEM_GROUPING"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-object"
]
],
"UIA" : [
[
"property",
"ControlType",
"is",
"Group"
]
]
},
"title" : "step 1",
"type" : "test"
}
],
"title" : "graphics-object on HTML element"
}
) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for graphics-object on HTML element.</p>
<div role="graphics-document" aria-label="house">
<div id="test" role="graphics-object" aria-label="door">
</div>
<div id="manualMode"></div>
<div id="log"></div>
<div id="ATTAmessages"></div>
</body>
</html>
This is a testharness.js-based test.
FAIL graphics-object on SVG element Uncaught ReferenceError: ATTAcomm is not defined
Harness: the test ran to completion.
<!doctype html>
<html>
<head>
<title>graphics-object on SVG element</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/resources/testharness.css">
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
<script>
setup({explicit_timeout: true, explicit_done: true });
var theTest = new ATTAcomm(
{
"steps" : [
{
"element" : "test",
"test" : {
"ATK" : [
[
"property",
"role",
"is",
"ROLE_PANEL"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-object"
]
],
"AXAPI" : [
[
"property",
"AXRole",
"is",
"AXGroup"
],
[
"property",
"AXSubrole",
"is",
"<nil>"
],
[
"property",
"AXRoleDescription",
"is",
"group"
]
],
"IAccessible2" : [
[
"property",
"role",
"is",
"ROLE_SYSTEM_GROUPING"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-object"
]
],
"UIA" : [
[
"property",
"ControlType",
"is",
"Group"
]
]
},
"title" : "step 1",
"type" : "test"
}
],
"title" : "graphics-object on SVG element"
}
) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for graphics-object on SVG element.</p>
<svg xmlns="http://www.w3.org/2000/svg" role="graphics-document">
<g id="test" role="graphics-object" aria-label="door">
<rect fill="darkKhaki" stroke="#632" width="50" height="90" />
<circle fill="gray" stroke="#444" stroke-width="0.7" cx="10" cy="50" r="4" />
</g>
</svg>
<div id="manualMode"></div>
<div id="log"></div>
<div id="ATTAmessages"></div>
</body>
</html>
This is a testharness.js-based test.
FAIL graphics-symbol on HTML element Uncaught ReferenceError: ATTAcomm is not defined
Harness: the test ran to completion.
<!doctype html>
<html>
<head>
<title>graphics-symbol on HTML element</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/resources/testharness.css">
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
<script>
setup({explicit_timeout: true, explicit_done: true });
var theTest = new ATTAcomm(
{
"steps" : [
{
"element" : "test",
"test" : {
"ATK" : [
[
"property",
"role",
"is",
"ROLE_IMAGE"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-symbol"
]
],
"AXAPI" : [
[
"property",
"AXRole",
"is",
"AXImage"
],
[
"property",
"AXSubrole",
"is",
"<nil>"
],
[
"property",
"AXRoleDescription",
"is",
"image"
]
],
"IAccessible2" : [
[
"property",
"role",
"is",
"ROLE_SYSTEM_GRAPHIC"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-symbol"
]
],
"UIA" : [
[
"property",
"ControlType",
"is",
"Image"
]
]
},
"title" : "step 1",
"type" : "test"
}
],
"title" : "graphics-symbol on HTML element"
}
) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for graphics-symbol on HTML element.</p>
<div>Spinach Salad with Strawberry & Almonds
<span id="test" aria-label="vegetarian" role="graphics-symbol">🌿</span>
<span aria-label="contains nuts" role="graphics-symbol">🌰</span>
</div>
<div id="manualMode"></div>
<div id="log"></div>
<div id="ATTAmessages"></div>
</body>
</html>
This is a testharness.js-based test.
FAIL graphics-symbol on SVG element Uncaught ReferenceError: ATTAcomm is not defined
Harness: the test ran to completion.
<!doctype html>
<html>
<head>
<title>graphics-symbol on SVG element</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/resources/testharness.css">
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
<script>
setup({explicit_timeout: true, explicit_done: true });
var theTest = new ATTAcomm(
{
"steps" : [
{
"element" : "test",
"test" : {
"ATK" : [
[
"property",
"role",
"is",
"ROLE_IMAGE"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-symbol"
]
],
"AXAPI" : [
[
"property",
"AXRole",
"is",
"AXImage"
],
[
"property",
"AXSubrole",
"is",
"<nil>"
],
[
"property",
"AXRoleDescription",
"is",
"image"
]
],
"IAccessible2" : [
[
"property",
"role",
"is",
"ROLE_SYSTEM_GRAPHIC"
],
[
"property",
"objectAttributes",
"contains",
"xml-roles:graphics-symbol"
]
],
"UIA" : [
[
"property",
"ControlType",
"is",
"Image"
]
]
},
"title" : "step 1",
"type" : "test"
}
],
"title" : "graphics-symbol on SVG element"
}
) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for graphics-symbol on SVG element.</p>
<svg xmlns="http://www.w3.org/2000/svg">
<g id="test" role="graphics-symbol" aria-label="lightbulb">
<circle r="10" />
</g>
</svg>
<div id="manualMode"></div>
<div id="log"></div>
<div id="ATTAmessages"></div>
</body>
</html>
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