summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ui/ppapi_uitest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 264f317..f88910d 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -118,6 +118,10 @@ TEST_F(PPAPITest, URLLoader) {
RunTestViaHTTP("URLLoader");
}
+TEST_F(PPAPITest, PaintAgggregator) {
+ RunTestViaHTTP("PaintAggregator");
+}
+
// http://crbug.com/48544
TEST_F(PPAPITest, FAILS_Scrollbar) {
RunTest("Scrollbar");