| Index: Tools/Scripts/webkitpy/layout_tests/port/chromium.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium.py
|
| index 05d34527080c1770d32e50d3cf965ce8cd115965..bf16058a633f96456e839642d8c0be78a42ffd14 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/chromium.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium.py
|
| @@ -353,6 +353,14 @@ class ChromiumPort(Port):
|
| VirtualTestSuite('virtual/stable/webexposed',
|
| 'webexposed',
|
| ['--stable-release-mode']),
|
| + VirtualTestSuite('virtual/android/fullscreen',
|
| + 'fullscreen',
|
| + ['--force-compositing-mode', '--allow-webui-compositing', '--enable-threaded-compositing',
|
| + '--enable-fixed-position-compositing', '--enable-accelerated-overflow-scroll', '--enable-accelerated-scrollable-frames',
|
| + '--enable-composited-scrolling-for-frames', '--enable-gesture-tap-highlight', '--enable-pinch',
|
| + '--enable-overlay-fullscreen-video', '--enable-overlay-scrollbars', '--enable-overscroll-notifications',
|
| + '--enable-fixed-layout', '--enable-viewport', '--disable-canvas-aa',
|
| + '--disable-composited-antialiasing']),
|
| ]
|
|
|
| #
|
|
|