diff options
-rw-r--r-- | test/page/img/800x150.png | bin | 0 -> 8159 bytes | |||
-rw-r--r-- | test/page/img/800x180.png | bin | 0 -> 8740 bytes | |||
-rw-r--r-- | test/page/img/800x200.png | bin | 0 -> 9770 bytes | |||
-rw-r--r-- | test/page/img/800x220.png | bin | 0 -> 10735 bytes | |||
-rw-r--r-- | test/page/test.html | 12 |
5 files changed, 6 insertions, 6 deletions
diff --git a/test/page/img/800x150.png b/test/page/img/800x150.png Binary files differnew file mode 100644 index 0000000..82a4a2c --- /dev/null +++ b/test/page/img/800x150.png diff --git a/test/page/img/800x180.png b/test/page/img/800x180.png Binary files differnew file mode 100644 index 0000000..a44e80b --- /dev/null +++ b/test/page/img/800x180.png diff --git a/test/page/img/800x200.png b/test/page/img/800x200.png Binary files differnew file mode 100644 index 0000000..78c17d3 --- /dev/null +++ b/test/page/img/800x200.png diff --git a/test/page/img/800x220.png b/test/page/img/800x220.png Binary files differnew file mode 100644 index 0000000..33a1979 --- /dev/null +++ b/test/page/img/800x220.png diff --git a/test/page/test.html b/test/page/test.html index 98f40f5..05de93a 100644 --- a/test/page/test.html +++ b/test/page/test.html @@ -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"> @@ -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> @@ -159,16 +159,16 @@ <div class="items-container image-items"> <div class="item item-0"> - <img src="http://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://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://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://placehold.it/800x220/fafafa/666" alt="a test image"> + <img src="./img/800x220.png" alt="a test image"> </div> </div> |