Skip to content

Commit

Permalink
use local test images
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Nov 8, 2015
1 parent a7d35dc commit 02398d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file added test/page/img/800x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added test/page/img/800x180.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added test/page/img/800x200.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added test/page/img/800x220.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions test/page/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- IE testing -->
<!-- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">-->
<!--<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">-->
<!-- <meta http-equiv="X-UA-Compatible" content="IE=9">-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
Expand All @@ -13,7 +13,7 @@
<link rel="stylesheet" href="./test.css">
<script type="text/javascript" src="./lib/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="../../jquery.matchHeight.js"></script>
<script type="text/javascript" src="../test/test.js"></script>
<script type="text/javascript" src="./test.js"></script>
<!-- jasmine tests -->
<link rel="stylesheet" type="text/css" href="./lib/jasmine-2.3.4/jasmine.css">
<script type="text/javascript" src="./lib/jasmine-2.3.4/jasmine.js"></script>
Expand Down Expand Up @@ -159,16 +159,16 @@ <h3>Lorem ipsum dolor</h3>

<div class="items-container image-items">
<div class="item item-0">
<img src="http:https://placehold.it/800x150/fafafa/666" alt="a test image">
<img src="./img/800x150.png" alt="a test image">
</div>
<div class="item item-1">
<img src="http:https://placehold.it/800x180/fafafa/666" alt="a test image">
<img src="./img/800x180.png" alt="a test image">
</div>
<div class="item item-2">
<img src="http:https://placehold.it/800x200/fafafa/666" alt="a test image">
<img src="./img/800x200.png" alt="a test image">
</div>
<div class="item item-3">
<img src="http:https://placehold.it/800x220/fafafa/666" alt="a test image">
<img src="./img/800x220.png" alt="a test image">
</div>
</div>

Expand Down

0 comments on commit 02398d9

Please sign in to comment.