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

Unified Diff: third_party/webdriver/test_data/tables.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/tables.html
diff --git a/third_party/webdriver/test_data/tables.html b/third_party/webdriver/test_data/tables.html
deleted file mode 100644
index a2bc957b8884a4f245a3a1c538c9e15580cf53be..0000000000000000000000000000000000000000
--- a/third_party/webdriver/test_data/tables.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <title>Here be tables</title>
-</head>
-<body>
-
-<table id="base">
- <tr>
- <td>Hello</td>
- <td>World</td>
- <td>(Cheese!)</td>
- </tr>
-</table>
-
-<table>
- <tr id="hidden_text">
- <td>some text
- <div style="display: none;">some more text</div>
- </td>
- </tr>
-</table>
-
-<table>
- <tr>
- <th colspan="3" id="th1">Heading</th>
- </tr>
- <tr>
- <td id="td1">Data 1</td>
- <td colspan="2" id="td2">Data 2</td>
- </tr>
-</table>
-
-</body>
-</html>
« no previous file with comments | « third_party/webdriver/test_data/svgPiechart.xhtml ('k') | third_party/webdriver/test_data/transformable.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698