summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-17 21:48:09 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-17 21:48:09 +0000
commit203da53b8920515683d047b17872eadadd61b4cd (patch)
tree861831df55eccb481c178c3335739b0a187b4669 /content
parentdbafff2f37e3328af79d08112c10d49fb27c382f (diff)
downloadchromium_src-203da53b8920515683d047b17872eadadd61b4cd.zip
chromium_src-203da53b8920515683d047b17872eadadd61b4cd.tar.gz
chromium_src-203da53b8920515683d047b17872eadadd61b4cd.tar.bz2
UILayoutTest: Use DOMAutomation to retrieve document.body.innerText
Also enable some tests that can run now. We currently store innerText in a cookie and then read the cookie. So we can only run tests whose output is < 4096 bytes. This change removes that limitation. BUG=33472 TEST= Review URL: http://codereview.chromium.org/9127021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/browser/in_process_webkit/dom_storage_uitest.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/browser/in_process_webkit/dom_storage_uitest.cc b/content/browser/in_process_webkit/dom_storage_uitest.cc
index 886941f..1c6d4b0 100644
--- a/content/browser/in_process_webkit/dom_storage_uitest.cc
+++ b/content/browser/in_process_webkit/dom_storage_uitest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -22,9 +22,9 @@ static const char* kRootFiles[] = {
};
static const char* kEventsFiles[] = {
-// "basic-body-attribute.html", // crbug.com/33472
-// "basic.html", // crbug.com/33472
-// "basic-setattribute.html", // crbug.com/33472
+ "basic-body-attribute.html",
+ "basic.html",
+ "basic-setattribute.html",
"case-sensitive.html",
"documentURI.html",
NULL