| Index: chrome/test/data/android/popup_test.html
|
| diff --git a/chrome/test/data/android/popup_test.html b/chrome/test/data/android/popup_test.html
|
| index 544a162926164feef22d5ecefcd993e7e12614b9..626bcde11917eb8dbcd548c5f844dfe3a31ccdee 100644
|
| --- a/chrome/test/data/android/popup_test.html
|
| +++ b/chrome/test/data/android/popup_test.html
|
| @@ -3,9 +3,9 @@
|
| <title>Popup test page</title>
|
| <script type="text/javascript">
|
| function spawnWindows() {
|
| - window.open('data:text/html,<html><head><title>Popup #1</title></head><body /></html>');
|
| - window.open('data:text/html,<html><head><title>Popup #2</title></head><body /></html>');
|
| - window.open('data:text/html,<html><head><title>Popup #3</title></head><body /></html>');
|
| + window.open('navigate/one.html');
|
| + window.open('navigate/two.html');
|
| + window.open('navigate/three.html');
|
| }
|
| </script>
|
| </head>
|
|
|