Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2644)

Unified Diff: chrome/test/data/android/tabstest/text_page.html

Issue 1389483003: Remove no-op code from text_page.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698