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

Unified Diff: third_party/webdriver/test_data/xhtmlTest.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
« no previous file with comments | « third_party/webdriver/test_data/xhtmlFormPage.xhtml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/webdriver/test_data/xhtmlTest.html
diff --git a/third_party/webdriver/test_data/xhtmlTest.html b/third_party/webdriver/test_data/xhtmlTest.html
deleted file mode 100644
index d2f3a5da84be531f04b015be923b136fa465e15b..0000000000000000000000000000000000000000
--- a/third_party/webdriver/test_data/xhtmlTest.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0"?>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <title>XHTML Test Page</title>
-</head>
-<body>
-<div class="navigation">
- <p><a href="resultPage.html" target="result" name="windowOne">Open new window</a></p>
- <p><a href="iframes.html" target="_blank" name="windowTwo">Create a new anonymous window</a></p>
- <p><a href="iframes.html" name="sameWindow">Open page with iframes in same window</a></p>
- <p><a href="javascriptPage.html" target="result" name="windowThree">Open a window with a close button</a></p>
-</div>
-
-<a name="notext"><b></b></a>
-
-<div class="content">
- <h1 class="header">XHTML Might Be The Future</h1>
-
- <p>If you'd like to go elsewhere then <a href="resultPage.html">click me</a>.</p>
-
- <p>Alternatively, <a href="resultPage.html" id="linkId">this goes to the same place</a>.</p>
-
- <form name="someForm">
- <input id="username" type="text" value="change"/>
- </form>
-
- This link has the same text as another link: <a href="resultPage.html">click me</a>.
-</div>
-
-<div class="extraDiv">Another div starts here.<p/>
- <h2 class="nameA nameBnoise nameC">An H2 title</h2>
- <p class="nameC">Some more text</p>
-</div>
-
-<div>
- <a id="id1" href="#">Foo</a>
- <ul id="id2" />
- <span id="id3"/>
-</div>
-
-<div>
- <table id="table" ></table>
-</div>
-
-<span id="amazing">
-<div>
- <div>
- <div>
- <span/>
- <a>I have width</a>
- </div>
- </div>
-</div>
-</span>
-
-<a name="text" />
-<p id="spaces"> </p>
-<p id="empty"></p>
-<a href="foo" id="linkWithEqualsSign">Link=equalssign</a>
-
-<p class=" spaceAround ">Spaced out</p>
-
-<span id="my_span">
- <div>first_div</div>
- <div>second_div</div>
- <span>first_span</span>
- <span>second_span</span>
-</span>
-
-<div id="parent">I'm a parent
- <div id="child">I'm a child</div>
-</div>
-
-<div id="only-exists-on-xhtmltest">Woo woo</div>
-</body>
-</html>
« no previous file with comments | « third_party/webdriver/test_data/xhtmlFormPage.xhtml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698