Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
19
node_modules/selenium-webdriver/lib/test/data/booleanAttributes.html
generated
vendored
Normal file
19
node_modules/selenium-webdriver/lib/test/data/booleanAttributes.html
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Elements with boolean attributes</title>
|
||||
</head>
|
||||
<body>
|
||||
<form method="get" action="resultPage.html" name="required">
|
||||
<input type="text" id="working"/>
|
||||
<input type="email" id="emailRequired" required/>
|
||||
<input type="text" id="inputRequired" value="Example text" required=""/>
|
||||
<textarea id="textAreaRequired" rows="5" cols="5" required="false">Example text</textarea>
|
||||
<textarea id="emptyTextAreaRequired" rows="5" cols="5" required="required"></textarea>
|
||||
</form>
|
||||
|
||||
<!-- Empty div to test GetAttribute -->
|
||||
<div id="wallace" class="gromit"></div>
|
||||
<!-- Div to test boolean attributes -->
|
||||
<div id="unwrappable" nowrap>Unwrappable text</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue