| Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-buttons.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-buttons.html b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-buttons.html
|
| deleted file mode 100644
|
| index f121c1822df0dba95c125d07b749e55519329838..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-buttons.html
|
| +++ /dev/null
|
| @@ -1,70 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script type="text/javascript" src="../resources/dom-protocol-test.js"></script>
|
| -<script type="text/javascript" src="../../http/tests/inspector-protocol/resources/inspector-protocol-test.js"></script>
|
| -<script type="text/javascript" src="./../resources/accessibility-dumpAccessibilityNodes.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| - InspectorTest.sendCommand("DOM.getDocument", {}, (msg) => {
|
| - InspectorTest.dumpAccessibilityNodesBySelectorAndCompleteTest("input", false, msg);
|
| - });
|
| -}
|
| -function done() {
|
| - document.body.classList.add("done");
|
| -}
|
| -
|
| -</script>
|
| -<style>
|
| -body.done .tests {
|
| - display: none;
|
| -}
|
| -</style>
|
| -</head>
|
| -<!-- Compare with accessibility/name-calc-native-markup-input-buttons.html -->
|
| -<body onLoad="runTest();">
|
| - <div class="tests">
|
| - <input id="button1" type="button">
|
| -
|
| - <input id="button2" type="button" value="button-value2">
|
| -
|
| - <input id="button3" type="button" value="button-value3" title="button-title3">
|
| -
|
| - <input id="button4" type="button" title="button-title4">
|
| -
|
| - <input id="button5" type="button">
|
| - <label for="button5">button-label-5</label>
|
| -
|
| - <label>button-label-6<input id="button6" type="button"></label>
|
| -
|
| - <input id="button7" type="button" value="button-value7">
|
| - <label for="button7">button-label-7</label>
|
| -
|
| - <input id="button8" type="button" value="button-value8" aria-label="button-aria-label-8">
|
| - <label for="button8">button-label-8</label>
|
| -
|
| - <input id="button9" type="button" value="button-value9" aria-label="button-aria-label-9" aria-labelledby="label-for-button9">
|
| - <label for="button9">button-label-9</label>
|
| - <span id="label-for-button9">button9-aria-labelledby</span>
|
| -
|
| - <input id="submit1" type="submit">
|
| -
|
| - <input id="submit2" type="submit" value="submit-value2">
|
| -
|
| - <input id="submit3" type="submit" title="submit-title">
|
| -
|
| - <input id="reset1" type="reset">
|
| -
|
| - <input id="image-input1" type="image" src="resources/cake.png">
|
| -
|
| - <input id="image-input2" type="image" src="resources/cake.png" value="image-input-value2">
|
| -
|
| - <input id="image-input3" type="image" src="resources/cake.png" alt="image-input-alt3">
|
| -
|
| - <input id="image-input4" type="image" src="resources/cake.png" alt="image-input-alt4" value="image-input-value4">
|
| -
|
| - <input id="image-input5" type="image" src="resources/cake.png" title="image-input-title5">
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|