OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html lang="en"> | 2 <html lang="en"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title>A multi-line link</title> | 5 <title>A multi-line link</title> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <p style="max-width: 11em"> | 8 <p style="max-width: 15em"> |
9 This test page contains <a href="#top">a link</a> that spans two lines. | 9 mmmmmmmmmm <a href="#top">mmmmm mmmmm</a> mmmmmmmmmm |
10 </p> | |
11 <p> | |
12 This test page contains a link that spans two lines. | |
10 The center of the bounding box of the link is not inside the link element. | 13 The center of the bounding box of the link is not inside the link element. |
11 </p> | 14 </p> |
12 </body> | 15 </body> |
13 </html> | 16 </html> |
OLD | NEW |