diff options
author | loyso <loyso@chromium.org> | 2015-10-05 22:03:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-06 05:04:16 +0000 |
commit | fabe15e0f2bb2ae79e93b69828733018f5c41402 (patch) | |
tree | b1dbf27d0cacf450fb200011ad6c862a5a76a4dc /third_party/WebKit/LayoutTests/VirtualTestSuites | |
parent | c91e8eccb4f6b6fb0af98c735b1ec2b67ba306d8 (diff) | |
download | chromium_src-fabe15e0f2bb2ae79e93b69828733018f5c41402.zip chromium_src-fabe15e0f2bb2ae79e93b69828733018f5c41402.tar.gz chromium_src-fabe15e0f2bb2ae79e93b69828733018f5c41402.tar.bz2 |
Composited Animations: Introduce pixel-ref layout tests.
We get the animation to effectively start paused at the time fraction we care about.
In order to test a number of time fractions with a single pixel result, we're creating a new
element for each sample so we can check them simultaneously.
Migrated from this blink CL: https://codereview.chromium.org/1270303002/
BUG=509482
Review URL: https://codereview.chromium.org/1360233004
Cr-Commit-Position: refs/heads/master@{#352539}
Diffstat (limited to 'third_party/WebKit/LayoutTests/VirtualTestSuites')
-rw-r--r-- | third_party/WebKit/LayoutTests/VirtualTestSuites | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites index 420773f..3047692 100644 --- a/third_party/WebKit/LayoutTests/VirtualTestSuites +++ b/third_party/WebKit/LayoutTests/VirtualTestSuites @@ -33,7 +33,8 @@ { "prefix": "threaded", "base": "animations", - "args": ["--enable-threaded-compositing"] + "args": ["--enable-threaded-compositing", + "--disable-composited-antialiasing"] }, { "prefix": "threaded", |