Index: chrome/test/data/chromedriver/multiline.html |
diff --git a/chrome/test/data/chromedriver/multiline.html b/chrome/test/data/chromedriver/multiline.html |
index c7bf5ffab1f27e9bdb9afe4a2ab386486ceea814..5de2bfd2e574e479e9d02323b3f9087650249e51 100644 |
--- a/chrome/test/data/chromedriver/multiline.html |
+++ b/chrome/test/data/chromedriver/multiline.html |
@@ -5,8 +5,11 @@ |
<title>A multi-line link</title> |
</head> |
<body> |
- <p style="max-width: 11em"> |
- This test page contains <a href="#top">a link</a> that spans two lines. |
+ <p style="max-width: 15em"> |
+ mmmmmmmmmm <a href="#top">mmmmm mmmmm</a> mmmmmmmmmm |
+ </p> |
+ <p> |
+ This test page contains a link that spans two lines. |
The center of the bounding box of the link is not inside the link element. |
</p> |
</body> |