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

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

Issue 7537030: Make panel adjust bounds per preferred size change notification on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
Index: chrome/test/data/update-preferred-size.html
===================================================================
--- chrome/test/data/update-preferred-size.html (revision 0)
+++ chrome/test/data/update-preferred-size.html (revision 0)
@@ -0,0 +1,18 @@
+<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>
Property changes on: chrome\test\data\update-preferred-size.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc ('k') | content/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698