Skip to content

Commit

Permalink
Moved the paragraph up, added a title
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Mar 14, 2014
1 parent 3c89d41 commit 51e5b9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/picturefill_vs_picturePolyfill.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
</head>
<body>

<h1>Picturefill vs picturePolyfill performance test</h1>

<p>This test is published in jsPerf: <a href="http://jsperf.com/picturefill-vs-picturepolyfill-performance-test">picturefill vs picturePolyfill performance test</a></p>

<!-- Picturefill markup -->
<span data-picturefill data-alt="A giant stone face at The Bayon temple in Angkor Thom, Cambodia">
<span data-src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=320"></span>
Expand All @@ -28,8 +32,6 @@
<noscript><img src="http://demo.api.pixtulate.com/demo/large-2.jpg?w=960" alt="A beautiful responsive image"/></noscript>
</span>

<p>This test is published in jsPerf: <a href="http://jsperf.com/picturefill-vs-picturepolyfill-performance-test">picturefill vs picturePolyfill performance test</a></p>

<script src="js/picturefill.js"></script>
<script src="../picturePolyfill.js"></script>

Expand Down

0 comments on commit 51e5b9d

Please sign in to comment.