| Index: chrome/test/data/android/tabstest/text_page.html
|
| diff --git a/chrome/test/data/android/tabstest/text_page.html b/chrome/test/data/android/tabstest/text_page.html
|
| index ea6b681184743e9b75ac2acbfcddab865bb79a13..f90b311fd2637156bb53cd95f503355b2b2464ad 100644
|
| --- a/chrome/test/data/android/tabstest/text_page.html
|
| +++ b/chrome/test/data/android/tabstest/text_page.html
|
| @@ -1,22 +1,3 @@
|
| -<script src="scroll.js"></script>
|
| -<script src="scroll_helper.js"></script>
|
| -<script>
|
| -onload = function() {
|
| - console.log('loaded: 1')
|
| - if (__get_param('scroll_delta')) {
|
| - setTimeout(__start_test_scroll, 2000);
|
| - }
|
| - if (__get_param('target_offset')) {
|
| - var target_offset = parseInt(__get_param('target_offset'));
|
| - __start_monitoring_scroll_position(target_offset);
|
| - }
|
| -};
|
| -
|
| -if (__get_param('fixed')) {
|
| - document.write("<div style='width:100%;height:50px;top:200px;left:0;position:fixed;background:red;'></div>");
|
| -}
|
| -</script>
|
| -
|
| <title>Text page</title>
|
|
|
| <p>
|
|
|