diff options
| author | luc <luc@debianluc> | 2015-10-14 10:13:37 +0200 |
|---|---|---|
| committer | luc <luc@debianluc> | 2015-10-14 10:13:37 +0200 |
| commit | b3f044072eff6dddbe915194f7f72dcbd59da895 (patch) | |
| tree | 10b59eeb57573bb0279dcbb2918f02f551692bd1 /test/viewImageTest/ViewImageTest.html | |
| parent | ff963cbe23a2a44fc187ff18e25cff78237bc156 (diff) | |
Updated table headers and SVG file url for case sensitive OS.
Diffstat (limited to 'test/viewImageTest/ViewImageTest.html')
| -rw-r--r-- | test/viewImageTest/ViewImageTest.html | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/test/viewImageTest/ViewImageTest.html b/test/viewImageTest/ViewImageTest.html index 40cb25371..965b67e80 100644 --- a/test/viewImageTest/ViewImageTest.html +++ b/test/viewImageTest/ViewImageTest.html @@ -30,19 +30,24 @@ td { Test page to check ViewImage rendering with different image formats listed in <a href="http://www.iana.org/assignments/media-types/media-types.xhtml#image" - title="IANA Media Types">IANA Media Types page</a>. + title="IANA Media Types">IANA Media Types page</a>, plus BMP format. </h2> - <p> - Prerequisites : - <ul> - <li>copy /yacy/test/viewImageTest/test folder in - /yacy/htroot/env/grafics</li> - <li>run a YaCy instance on localhost and 8090 port</li> - </ul> - </p> + <h3>Prerequisites</h3> + <ul> + <li>copy /yacy/test/viewImageTest/test folder in + /yacy/htroot/env/grafics</li> + <li>run a YaCy instance on localhost and 8090 port</li> + </ul> <table> <thead> <tr> + <th></th> + <th></th> + <th></th> + <th></th> + <th colspan="2">Render method</th> + </tr> + <tr> <th>Image format</th> <th>Mime type</th> <th>File name extensions</th> @@ -175,26 +180,25 @@ td { <td> <div class="thumbcontainer"> <a - href="http://localhost:8090/ViewImage.svg?url=http://localhost:8090/env/grafics/test/SVG_logo.svg" + href="http://localhost:8090/ViewImage.svg?url=http://localhost:8090/env/grafics/test/SVG_Logo.svg" title="Render SVG sample in full size"> <img - src="http://localhost:8090/ViewImage.svg?maxwidth=128&maxheight=128&quadratic&url=http://localhost:8090/env/grafics/test/SVG_logo.svg" + src="http://localhost:8090/ViewImage.svg?maxwidth=128&maxheight=128&quadratic&url=http://localhost:8090/env/grafics/test/SVG_Logo.svg" width="128" height="128" alt="SVG render failed" /> </a> </div> </td> <td> <div class="browserthumb"> - <a href="http://localhost:8090/env/grafics/test/SVG_logo.svg" + <a href="http://localhost:8090/env/grafics/test/SVG_Logo.svg" title="Render SVG sample in full size"> <img - src="http://localhost:8090/env/grafics/test/SVG_logo.svg" + src="http://localhost:8090/env/grafics/test/SVG_Logo.svg" width="128" height="128" alt="SVG render failed" /> </a> </div> </td> </tr> <tr> - <td>ICO : <a - href="https://en.wikipedia.org/favicon.ico" + <td>ICO : <a href="https://en.wikipedia.org/favicon.ico" title="sample source url">sample source</a></td> <td>image/vnd.microsoft.icon, image/x-icon (not registered at IANA)</td> @@ -224,7 +228,8 @@ td { <td>BMP : <a href="http://homepages.cae.wisc.edu/~ece533/images/sails.bmp" title="sample source url">sample source</a></td> - <td>image/bmp (not registered at IANA), image/x-bmp (not registered at IANA)</td> + <td>image/bmp (not registered at IANA), image/x-bmp (not + registered at IANA)</td> <td>.bmp, .dib</td> <td>Windows Bitmap</td> <td> |
