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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 1189083002: Enable slimming paint for virtual/pointerevent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsManualRebaseline Created 5 years, 6 months 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 | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/VirtualTestSuites
diff --git a/LayoutTests/VirtualTestSuites b/LayoutTests/VirtualTestSuites
index 9258f598421c6f78ea2ceae174c1f6ed7c19d5a3..f8f80692b1af6be2da571ab225807970b396e52e 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -218,11 +218,13 @@
{
"prefix": "pointerevent",
"base": "fast/events",
- "args": ["--enable-blink-features=PointerEvent"]
+ "args": ["--enable-blink-features=PointerEvent",
+ "--enable-slimming-paint"]
},
{
"prefix": "pointerevent",
"base": "imported/web-platform-tests/pointerevents",
- "args": ["--enable-blink-features=PointerEvent"]
+ "args": ["--enable-blink-features=PointerEvent",
+ "--enable-slimming-paint"]
}
]
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698