Commit 72686309 authored by Meredith Lane's avatar Meredith Lane Committed by Commit Bot

Move aria-reflection to wpt

These tests should be moved to wpt as they test shared web platform
features of AOM.

aria reflection spec:https://wicg.github.io/aom/spec/aria-reflection.html

Bug: 746523
Change-Id: I8efff9039bcbc869c6a7e597c1e70326aaaa4be0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884396Reviewed-by: default avatarAlice Boxhall <aboxhall@chromium.org>
Commit-Queue: Meredith Lane <meredithl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710234}
parent 04adc0f7
<!DOCTYPE HTML> <!DOCTYPE HTML>
<script src="../resources/testharness.js"></script> <html>
<script src="../resources/testharnessreport.js"></script> <head>
<meta charset="utf-8" />
<title>Element Reflection for aria-activedescendant and aria-errormessage</title>
<link rel=help href="https://wicg.github.io/aom/spec/aria-reflection.html">
<link rel="author" title="Meredith Lane" href="meredithl@chromium.org">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<div id="role" role="button"></div> <div id="role" role="button"></div>
<script> <script>
...@@ -408,3 +414,4 @@ test(function(t) { ...@@ -408,3 +414,4 @@ test(function(t) {
assert_equals(element.getAttribute("aria-valuetext"), "51%"); assert_equals(element.getAttribute("aria-valuetext"), "51%");
}, "aria-valuetext attribute reflects."); }, "aria-valuetext attribute reflects.");
</script> </script>
</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