Minor change to test file

Switch from placekitten.com to lorempixel.com for placeholder images.
This commit is contained in:
Nicolas Gallagher 2012-08-19 19:16:33 +01:00
parent 701c73be55
commit 138536c843

View File

@ -76,7 +76,7 @@
The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples<br> The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples<br>
The <em>em element</em> example<br> The <em>em element</em> example<br>
The <i>i element</i> example<br> The <i>i element</i> example<br>
The img element <img src="http://placekitten.com/16/16" alt=""> example<br> The img element <img src="http://lorempixel.com/16/16" alt=""> example<br>
The <ins>ins element</ins> example<br> The <ins>ins element</ins> example<br>
The <kbd>kbd element</kbd> example<br> The <kbd>kbd element</kbd> example<br>
The <mark>mark element</mark> example<br> The <mark>mark element</mark> example<br>
@ -88,8 +88,8 @@
The <strong>strong element</strong> example<br> The <strong>strong element</strong> example<br>
The <sub>sub element</sub> example<br> The <sub>sub element</sub> example<br>
The <sup>sup element</sup> example<br> The <sup>sup element</sup> example<br>
The <var>var element</var> example<br> The <u>u element</u> example<br>
The <u>u element</u> example The <var>var element</var> example
</p> </p>
<h1>Embedded content</h1> <h1>Embedded content</h1>
@ -101,8 +101,8 @@
<h3>img</h3> <h3>img</h3>
<img src="http://placekitten.com/100/100" alt=""> <img src="http://lorempixel.com/100/100" alt="">
<a href="#"><img src="http://placekitten.com/100/100" alt=""></a> <a href="#"><img src="http://lorempixel.com/100/100" alt=""></a>
<h3>svg</h3> <h3>svg</h3>
@ -209,7 +209,7 @@
<h3>figure</h3> <h3>figure</h3>
<figure> <figure>
<img src="http://placekitten.com/400/200" alt=""> <img src="http://lorempixel.com/400/200" alt="">
<figcaption>Figcaption content</figcaption> <figcaption>Figcaption content</figcaption>
</figure> </figure>
@ -299,7 +299,7 @@
<fieldset> <fieldset>
<legend>Clickable inputs and buttons</legend> <legend>Clickable inputs and buttons</legend>
<p><input type="image" src="http://placekitten.com/90/24" alt="Image (input)"></p> <p><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></p>
<p><input type="reset" value="Reset (input)"></p> <p><input type="reset" value="Reset (input)"></p>
<p><input type="button" value="Button (input)"></p> <p><input type="button" value="Button (input)"></p>
<p><input type="submit" value="Submit (input)"></p> <p><input type="submit" value="Submit (input)"></p>
@ -335,7 +335,7 @@
<div><select><option>Option 01</option><option>Option 02</option></select></div> <div><select><option>Option 01</option><option>Option 02</option></select></div>
<div><textarea cols="30" rows="5">Textarea text</textarea></div> <div><textarea cols="30" rows="5">Textarea text</textarea></div>
<div><input type="image" src="http://placekitten.com/90/24" alt="Image (input)"></div> <div><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></div>
<div><input type="reset" value="Reset (input)"></div> <div><input type="reset" value="Reset (input)"></div>
<div><input type="button" value="Button (input)"></div> <div><input type="button" value="Button (input)"></div>
<div><input type="submit" value="Submit (input)"></div> <div><input type="submit" value="Submit (input)"></div>