Skip to content

Commit

Permalink
Add examples for test new img loading attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusga committed Nov 24, 2020
1 parent e76952d commit 8d75a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/html/example2.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ <h1>Example Domain</h1>
<p>This domain is established to be used for illustrative examples in documents. You may use this
domain in examples without prior coordination or asking for permission.</p>
<p><a href="http://www.iana.org/domains/example">More information...</a></p>
<p><img src="noimage.jpg" loading="lazy" alt=""></p>
<p><img src="noimage.jpg" loadin="lazy" alt=""></p>
<ul>
<div><span>Item 1</span></div>
<li><p>Item 2</p></li>
Expand Down

0 comments on commit 8d75a2e

Please sign in to comment.