From 762ce24da4308be5039b8cc28c1c711cf2f1dc9c Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 18 Jan 2013 20:04:16 +0000 Subject: [PATCH] Show time value on load in cefclient dialogs.html. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1031 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tests/cefclient/res/dialogs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cefclient/res/dialogs.html b/tests/cefclient/res/dialogs.html index 35421dcd3..c31dff165 100644 --- a/tests/cefclient/res/dialogs.html +++ b/tests/cefclient/res/dialogs.html @@ -27,6 +27,7 @@ function update_time() { } function setup() { + update_time(); setInterval(update_time, 1000); }