Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
40
node_modules/selenium-webdriver/lib/test/data/rectangles.html
generated
vendored
Normal file
40
node_modules/selenium-webdriver/lib/test/data/rectangles.html
generated
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>Rectangles</title>
|
||||
<style type="text/css">
|
||||
div {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#r1 {
|
||||
background-color: blue;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
width: 100px;
|
||||
height: 50px;
|
||||
}
|
||||
#r2 {
|
||||
background-color: red;
|
||||
left: 10.9px;
|
||||
top: 10.1px;
|
||||
width: 48.666666667px;
|
||||
height: 49.333333333px;
|
||||
}
|
||||
#r3 {
|
||||
background-color: yellow;
|
||||
left: 60px;
|
||||
top: 10px;
|
||||
width: 50px;
|
||||
height: 25px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="r1">r1</div>
|
||||
<div id="r2">r2</div>
|
||||
<div id="r3">r3</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue