diff options
author | sigbjornf <sigbjornf@opera.com> | 2015-10-03 22:01:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-04 05:03:08 +0000 |
commit | 8c2c59c239e9d02eb14d88fa7596d0e15caba70d (patch) | |
tree | 23b90230bc5143a8b15e811fafd2f441fca7be58 /third_party/WebKit/PerformanceTests | |
parent | 253e64f8e0999a165b0b1c6377b15e0bf9c40fbf (diff) | |
download | chromium_src-8c2c59c239e9d02eb14d88fa7596d0e15caba70d.zip chromium_src-8c2c59c239e9d02eb14d88fa7596d0e15caba70d.tar.gz chromium_src-8c2c59c239e9d02eb14d88fa7596d0e15caba70d.tar.bz2 |
Skip DOM/click_webkit_user_select_none.html performance test.
Running it is only supported by --browser=content-shell performance runs;
skip it always for the time being.
R=haraken
BUG=532903
Review URL: https://codereview.chromium.org/1388623002
Cr-Commit-Position: refs/heads/master@{#352270}
Diffstat (limited to 'third_party/WebKit/PerformanceTests')
-rw-r--r-- | third_party/WebKit/PerformanceTests/Skipped | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/WebKit/PerformanceTests/Skipped b/third_party/WebKit/PerformanceTests/Skipped index 0c1709c..a28fcb2 100644 --- a/third_party/WebKit/PerformanceTests/Skipped +++ b/third_party/WebKit/PerformanceTests/Skipped @@ -51,3 +51,6 @@ Bindings/named-property-enumerator.html # Times out on Android. crbug.com/384857 Animation/overlay-background-color-transitions.html + +# Assumes window.eventSender is always supported; it only is for "content-shell" performance runs. +DOM/click_webkit_user_select_none.html |