OLD | NEW |
---|---|
(Empty) | |
1 <!-- This page is used to test that links are rewritten correctly by the | |
2 PageSerializer when a base tag are used. | |
3 --> | |
4 <html> | |
5 <head> | |
6 <base href="http://www.test.com/images/here/" target="_blank"> | |
7 </head> | |
8 <body> | |
9 <img src="image.png"/> | |
10 <img src="or/in/here/image.png"/> | |
11 <img src="http://www.test.com/or/absolute.png"/> | |
12 </body> | |
13 </html> | |
OLD | NEW |