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

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

Issue 8621002: Reduce minimum size of Panels to allow 1-text-line tight autosize. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hopefully final 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/extensions/api_test/window_update/show_state/test.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/panels/update-preferred-size.html
diff --git a/chrome/test/data/panels/update-preferred-size.html b/chrome/test/data/panels/update-preferred-size.html
index 76e3f3f41744b752dfab5a9fc0330e3669cec5e1..5edc3515a7ce993c7bef3d0b5fcaf864c63b8a7e 100644
--- a/chrome/test/data/panels/update-preferred-size.html
+++ b/chrome/test/data/panels/update-preferred-size.html
@@ -1,3 +1,5 @@
+<!-- the Doctype PI turns off 'quirks mode' in HTML layout and makes auto-sizing work right. -->
+<!doctype html>
<html>
<head>
« no previous file with comments | « chrome/test/data/extensions/api_test/window_update/show_state/test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698