| Index: content/test/data/accessibility/a-name-calc.html
|
| diff --git a/content/test/data/accessibility/a-name-calc.html b/content/test/data/accessibility/a-name-calc.html
|
| deleted file mode 100644
|
| index 3161ae6f4cc65d8ecef2fabd29b75f6d3df05f49..0000000000000000000000000000000000000000
|
| --- a/content/test/data/accessibility/a-name-calc.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!--
|
| -@WIN-ALLOW:description*
|
| -@MAC-ALLOW:AXDescription*
|
| -@MAC-ALLOW:AXHelp*
|
| -@MAC-DENY:AXValue*
|
| --->
|
| -<html>
|
| -<body>
|
| - <a href="#">InnerText0</a>
|
| - <a href="#" title="Title1">InnerText1</a>
|
| - <a href="#" aria-label="Title2">InnerText2</a>
|
| - <a href="#" aria-labelledby="label3">InnerText3</a>
|
| -
|
| - <a href="#" title="Title4"></a>
|
| - <a href="#" aria-label="Label5"></a>
|
| - <a href="#" aria-labelledby="label6"></a>
|
| -
|
| - <p aria-label="@NO_DUMP">
|
| - <span id="label3">LabelledBy3</span>
|
| - <span id="label6">LabelledBy6</span>
|
| - </p>
|
| -</body>
|
| -</html>
|
|
|