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

Side by Side Diff: chrome/test/data/webui/a11y_audit_browsertest.h

Issue 11363170: Add an accessibility audit test for WebUI pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working test for a11y audit Created 8 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Use of this source code is governed by a BSD-style license that can be
2 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
4
5 #ifndef CHROME_TEST_DATA_WEBUI_A11Y_AUDIT_BROWSERTEST_H_
6 #define CHROME_TEST_DATA_WEBUI_A11Y_AUDIT_BROWSERTEST_H_
7
8 #include "chrome/browser/ui/webui/web_ui_browsertest.h"
9
10 class WebUIA11yAuditTest : public WebUIBrowserTest {
dmazzoni 2012/12/14 18:45:41 I'm thinking we should probably not use A11y in fi
aboxhall 2012/12/14 23:26:44 I'm happy to change the file name, but changing it
11 public:
12 WebUIA11yAuditTest();
13 virtual ~WebUIA11yAuditTest();
14
15 };
16
17 #endif // CHROME_TEST_DATA_WEBUI_A11Y_AUDIT_BROWSERTEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698