Skip to content

Commit

Permalink
added test for selecting images
Browse files Browse the repository at this point in the history
  • Loading branch information
pboysen authored May 1, 2020
1 parent fcdc2c2 commit 6b193e0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions springbuck/widgets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Widgets</title>
<style>
background-color: white;
display: grid;
grid-template-rows: 1.25em;
</style>
<body>
<div>
<a href="textfield.png?type=textfield;size=20"><img src="textfield.png"/></a>
</div>
<div>
<a href="textarea.png?type=textarea"><img src="textarea.png"/></a>
</div>
<div>
<a href="select.png?type=select;"><img src="select.png"/></a>
</div>
</body>
</html>
Binary file added springbuck/widgets/select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added springbuck/widgets/textarea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added springbuck/widgets/textfield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b193e0

Please sign in to comment.