Skip to content

Commit

Permalink
Split testing options
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Aug 11, 2020
1 parent 3e315f0 commit 1dfbec0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions tests/js.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>

<html>

<head>
<title>Pixel test</title>
</head>

<body>
<script src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/script.js"></script>
</body>

</html>
3 changes: 1 addition & 2 deletions tests/pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
</head>

<body>
<noscript><img src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/pixel.gif"></noscript>
<script src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/script.js"></script>
<img src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/pixel.gif">
</body>

</html>

0 comments on commit 1dfbec0

Please sign in to comment.