Revision 1a57aefa6587cf01691408a6d74cfd2ccecc915f authored by Charlie Harrison on 09 April 2018, 22:16:22 UTC, committed by Philip Jägenstedt on 10 April 2018, 14:00:49 UTC
See blink-dev thread:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/kPli8ZCUeok

A browser test is moved to be a tentative WPT due to this change.

Bug: 772515
Change-Id: Icf99c8c303c5055dcbcdace6ae94e3fcd1a01921
Reviewed-on: https://chromium-review.googlesource.com/980599
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Reviewed-by: Jonathon Kereliuk <kereliuk@chromium.org>
Commit-Queue: Charlie Harrison <csharrison@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549293}
1 parent d577e28
Raw File
description_test_case_557-manual.html
<!doctype html>
<html>
  <head>
    <title>Description test case 557</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",
                  "description",
                  "is",
                  "t"
               ]
            ],
            "AXAPI" : [
               [
                  "property",
                  "AXHelp",
                  "is",
                  "t"
               ]
            ],
            "IAccessible2" : [
               [
                  "property",
                  "accDescription",
                  "is",
                  "t"
               ]
            ],
            "UIA" : [
               [
                  "property",
                  "Description",
                  "is",
                  "t"
               ]
            ]
         },
         "title" : "step 1",
         "type" : "test"
      }
   ],
   "title" : "Description test case 557"
}

    ) ;
    </script>
  </head>
  <body>
  <p>This test examines the ARIA properties for Description test case 557.</p>
    <img id="test" src="foo.jpg" aria-label="1" alt="a" title="t"/>

  <div id="manualMode"></div>
  <div id="log"></div>
  <div id="ATTAmessages"></div>
  </body>
</html>
back to top