Skip to content

Commit

Permalink
Removing external link in IE test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 23, 2018
1 parent 8e7cc40 commit f5aafa3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/src/web/elementObscuredByInvisibleElement.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<title>Selenium Test</title>
</head>
<body>
<a id="gLink" href="https://www.google.com">Google</a>
<a id="gLink" href="simpleTest.html">Goes to a simple test page</a>
<div style="visibility: hidden; width: 400px; height:250px; border: 0px solid blue; position: absolute; left: 0; top: 0; z-index: 100001;">
<table style="width:400px;height:250px; border:1px solid black; margin:0; background-color:white">
<tbody><tr>
Expand Down

0 comments on commit f5aafa3

Please sign in to comment.