Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: third_party/webdriver/test_data/nestedElements.html

Issue 424363004: Update third_party/webdriver/pylib to r18456 and delete test_data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "python" -> "pylib" Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/webdriver/test_data/nestedElements.html
diff --git a/third_party/webdriver/test_data/nestedElements.html b/third_party/webdriver/test_data/nestedElements.html
deleted file mode 100644
index cf00083cf3ab31f5977d0156b0aca47e1b1d7fec..0000000000000000000000000000000000000000
--- a/third_party/webdriver/test_data/nestedElements.html
+++ /dev/null
@@ -1,155 +0,0 @@
-<html>
- <body>
- <p id="test_id">outside</p>
- <p id="test_id_out">outside</p>
- <div id="test_id_div">
- <p id="test_id">inside</p>
- </div>
-<form method="get" action="resultPage.html" name="form1" style="display: block">
- Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
- <select name="selectomatic" id="1">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
-</form>
-
-<form method="get" action="resultPage.html" name="form2" style="display: block">
- Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
- <select name="selectomatic" id="2">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
- <select name="selectomatic" id="2">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
-</form>
-
-<a href="1.html">hello world</a>
-<div name="div1">
- <a href="2.html" name="link1">hello world</a>
- <a href="2.html" name="link2">hello world</a>
-</div>
-</body>
-</html>
-<html>
- <body>
-
-<form method="get" action="resultPage.html" name="form1" style="display: block">
- Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
- <select name="selectomatic" id="1">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
-</form>
-
-<form method="get" action="resultPage.html" name="form2" style="display: block">
- Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
- <select name="selectomatic" id="2">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
- <select name="selectomatic" id="2">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
-</form>
-
-<a href="1.html">hello world</a>
-<div name="div1">
- <a href="2.html">hello world</a>
- <a href="2.html">hello world</a>
-</div>
-</body>
-</html>
-<html>
- <body>
-
-<form method="get" action="resultPage.html" name="form1" style="display: block">
- Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
- <select name="selectomatic" id="1">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
-</form>
-
-<form method="get" action="resultPage.html" name="form2" style="display: block">
- Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
- <select name="selectomatic" id="2">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
- <select name="selectomatic" id="2">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
-</form>
-
-<a href="1.html">hello world</a>
-<div name="div1">
- <a href="2.html">hello world</a>
- <a href="2.html">hello world</a>
-</div>
-</body>
-</html>
-<html>
- <body>
-
-<form method="get" action="resultPage.html" name="form1" style="display: block">
- Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
- <select name="selectomatic" id="1">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
-</form>
-
-<form method="get" action="resultPage.html" name="form2" style="display: block">
- Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
- <select name="selectomatic" id="2">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
- <select name="selectomatic" id="2">
- <option selected="selected">One</option>
- <option>Two</option>
- <option>Four</option>
- <option>Still learning how to count, apparently</option>
- </select>
-</form>
-
-<a href="1.html">hello world</a>
-<div name="div1">
- <a href="2.html">hello world</a>
- <a href="2.html">hello world</a>
-</div>
-
-<span class="one">Span with class of one</span>
-<div name="classes">
- <span class="one">Find me</span>
- <span class="one">Also me</span>
- <span class="oneother">But not me</span>
-</div>
-</body>
-</html>
« no previous file with comments | « third_party/webdriver/test_data/mousePositionTracker.html ('k') | third_party/webdriver/test_data/pageWithOnLoad.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698