Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
36
node_modules/selenium-webdriver/lib/test/data/tables.html
generated
vendored
Normal file
36
node_modules/selenium-webdriver/lib/test/data/tables.html
generated
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue