Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <body> | |
| 3 | |
| 4 <p>Contains several embedded resources, each of which require | |
| 5 authentication</p> | |
| 6 | |
| 7 <!-- The images will probably be in an invalid format, but we aren't | |
| 8 interested in the images here. --> | |
| 9 <img src='/auth-basic/a.gif?password=barpassword&realm=bar'> | |
| 10 <img src='/auth-basic/b.gif?password=foopassword&realm=foo'> | |
| 11 <img src='/auth-basic/c.gif?password=foopassword&realm=foo'> | |
| 12 <img src='/auth-basic/d.gif?password=foopassword&realm=foo'> | |
| 13 | |
| 14 </body> | |
| 15 </html> | |
| OLD | NEW |