| Index: chrome/test/data/extensions/api_test/webnavigation/userAction/a.html
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/userAction/a.html b/chrome/test/data/extensions/api_test/webnavigation/userAction/a.html
|
| index c1962f5429b7e4eef23ab24460ecf6c2d2fbb6b6..4b90eda8b769baed369959c391efd7226e651f33 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/userAction/a.html
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/userAction/a.html
|
| @@ -1 +1,9 @@
|
| -<html><body><a href="b.html">link</a></body></html>
|
| +<html>
|
| +<body>
|
| +<a href="b.html">link</a>
|
| +<br>
|
| +<iframe id='subframe'></iframe>
|
| +
|
| +<script src="a.js"></script>
|
| +</body>
|
| +</html>
|
|
|