| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-sc
ale=0.5" /> | 3 <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-sc
ale=0.5" /> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 <img src="test_image.png" id="testImage" /> | 6 <img src="test_image.png" id="testImage" /> |
| 7 <br /> | 7 <br /> |
| 8 <img src="search_by_image.png" id="searchByImage" /> | 8 <img src="search_by_image.png" id="searchByImage" /> |
| 9 <br /> | 9 <br /> |
| 10 <a href="test_link.html" id="testLink">Test Link</a> | 10 <a href="test_link.html" id="testLink">Test Link</a> |
| 11 <br /> | 11 <br /> |
| 12 <a href="test_link.html" id="testImageLink"><img src="test_image.png"/></a> | 12 <a href="test_link.html" id="testImageLink"><img src="test_image.png"/></a> |
| 13 <br /> | 13 <br /> |
| 14 <a href="mailto:someone@example.com" id="testEmail">EmailTest</a> |
| 15 <br /> |
| 14 <a href="test_link.html"> | 16 <a href="test_link.html"> |
| 15 <script type="text/javascript"> | 17 <script type="text/javascript"> |
| 16 function myFunction() | 18 function myFunction() |
| 17 { | 19 { |
| 18 return ("Hello world!"); | 20 return ("Hello world!"); |
| 19 } | 21 } |
| 20 </script> | 22 </script> |
| 21 This <b id="copyLinkTextComplex">is pretty</b> | 23 This <b id="copyLinkTextComplex">is pretty</b> |
| 22 <img src="test_image.png"/> | 24 <img src="test_image.png"/> |
| 23 extreme <br/> (newline). | 25 extreme <br/> (newline). |
| 24 </a> | 26 </a> |
| 25 <br /> | 27 <br /> |
| 26 </body> | 28 </body> |
| 27 </html> | 29 </html> |
| OLD | NEW |