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

Issue 2020893002: Convert controls-css*, controls-drag* and controls-overlay* tests to testharness.js (Closed)

Created:
4 years, 6 months ago by Srirama
Modified:
4 years, 6 months ago
Reviewers:
fs, foolip
CC:
blink-reviews, chromium-reviews, dcheng, eric.carlson_apple.com, feature-media-reviews_chromium.org, mlamouri+watch-blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert controls-css*, controls-drag* and controls-overlay* tests to testharness.js Cleaning up controls-css*, controls-drag* and controls-overlay* tests in media/ to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Committed: https://crrev.com/f2dfca4180ffdf50c2c9d926d8113d61d5886efc Cr-Commit-Position: refs/heads/master@{#396738}

Patch Set 1 #

Total comments: 11

Patch Set 2 : address comments #

Total comments: 5

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -201 lines) Patch
M third_party/WebKit/LayoutTests/media/controls-css-overload.html View 1 1 chunk +21 lines, -26 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/controls-css-overload-expected.txt View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/controls-drag-timebar.html View 1 2 1 chunk +64 lines, -95 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/controls-drag-timebar-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/controls-overlay-cast-button.html View 1 chunk +43 lines, -61 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
Srirama
PTAL
4 years, 6 months ago (2016-05-29 12:56:05 UTC) #4
fs
https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-css-overload.html File third_party/WebKit/LayoutTests/media/controls-css-overload.html (right): https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-css-overload.html#newcode14 third_party/WebKit/LayoutTests/media/controls-css-overload.html:14: <video class="nocontrols notimeline" width=300 height=200 controls></video> Should probably keep ...
4 years, 6 months ago (2016-05-29 14:28:17 UTC) #5
Srirama
https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-css-overload.html File third_party/WebKit/LayoutTests/media/controls-css-overload.html (right): https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-css-overload.html#newcode14 third_party/WebKit/LayoutTests/media/controls-css-overload.html:14: <video class="nocontrols notimeline" width=300 height=200 controls></video> On 2016/05/29 14:28:17, ...
4 years, 6 months ago (2016-05-30 13:19:19 UTC) #6
foolip
https://codereview.chromium.org/2020893002/diff/20001/third_party/WebKit/LayoutTests/media/controls-drag-timebar.html File third_party/WebKit/LayoutTests/media/controls-drag-timebar.html (right): https://codereview.chromium.org/2020893002/diff/20001/third_party/WebKit/LayoutTests/media/controls-drag-timebar.html#newcode10 third_party/WebKit/LayoutTests/media/controls-drag-timebar.html:10: var currentMousePosition = { Any reason to group these ...
4 years, 6 months ago (2016-05-30 13:33:28 UTC) #7
foolip
https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-drag-timebar.html File third_party/WebKit/LayoutTests/media/controls-drag-timebar.html (right): https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-drag-timebar.html#newcode10 third_party/WebKit/LayoutTests/media/controls-drag-timebar.html:10: var x; On 2016/05/30 13:19:19, Srirama wrote: > On ...
4 years, 6 months ago (2016-05-30 13:34:15 UTC) #8
fs
https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-css-overload.html File third_party/WebKit/LayoutTests/media/controls-css-overload.html (right): https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-css-overload.html#newcode16 third_party/WebKit/LayoutTests/media/controls-css-overload.html:16: async_test(function(t) { On 2016/05/30 at 13:19:19, Srirama wrote: > ...
4 years, 6 months ago (2016-05-30 13:37:22 UTC) #9
Srirama
https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-css-overload.html File third_party/WebKit/LayoutTests/media/controls-css-overload.html (right): https://codereview.chromium.org/2020893002/diff/1/third_party/WebKit/LayoutTests/media/controls-css-overload.html#newcode16 third_party/WebKit/LayoutTests/media/controls-css-overload.html:16: async_test(function(t) { On 2016/05/30 13:37:22, fs wrote: > On ...
4 years, 6 months ago (2016-05-30 13:59:22 UTC) #10
fs
lgtm
4 years, 6 months ago (2016-05-30 14:35:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2020893002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2020893002/40001
4 years, 6 months ago (2016-05-30 15:56:43 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-05-30 17:05:27 UTC) #15
commit-bot: I haz the power
4 years, 6 months ago (2016-05-30 17:07:04 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f2dfca4180ffdf50c2c9d926d8113d61d5886efc
Cr-Commit-Position: refs/heads/master@{#396738}

Powered by Google App Engine
This is Rietveld 408576698