| Index: content/test/data/accessibility/a-onclick.html
|
| diff --git a/content/test/data/accessibility/a-onclick.html b/content/test/data/accessibility/a-onclick.html
|
| deleted file mode 100644
|
| index b4ae70f14379b87dff2a696381153c94ccab0282..0000000000000000000000000000000000000000
|
| --- a/content/test/data/accessibility/a-onclick.html
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -<html>
|
| -<style>a { text-decoration: underline; display: block; }</style>
|
| -<body>
|
| - <a onclick="javascript:alert('1');">link with no href but onclick</a>
|
| - <a id="add-click-handler-to-me">link with no href and click handler added via script</a>
|
| - <script>
|
| - document.getElementById('add-click-handler-to-me').
|
| - addEventListener('click', function() { alert('2'); }, false);
|
| - </script>
|
| -</body>
|
| -</html>
|
|
|