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

Unified Diff: chrome/test/data/update-preferred-size.html

Issue 8568034: Cleanup to move other Panels test data files to new panels test dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/test/data/panels/update-preferred-size.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/update-preferred-size.html
diff --git a/chrome/test/data/update-preferred-size.html b/chrome/test/data/update-preferred-size.html
deleted file mode 100644
index 76e3f3f41744b752dfab5a9fc0330e3669cec5e1..0000000000000000000000000000000000000000
--- a/chrome/test/data/update-preferred-size.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-
-<head>
-<script>
-function changeSize(delta) {
- var elem = document.getElementById("textInput");
- elem.size = elem.size + delta;
-}
-</script>
-</head>
-
-<body>
-
-Hello<br/>
-<input id="textInput" type="text" size="5"><br/>
-
-</body>
-</html>
« no previous file with comments | « chrome/test/data/panels/update-preferred-size.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698