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

Issue 1913423002: Convert track tests from video-test.js to testharness.js based (Closed)

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

Description

Convert track tests from video-test.js to testharness.js based Cleaning up track-cue-rendering* tests in media/track 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/053272d957ba133ba95b295edfb95f411d51396b Cr-Commit-Position: refs/heads/master@{#390071}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : address nit #

Total comments: 10

Patch Set 3 : address comments #

Patch Set 4 : address comments #

Total comments: 4

Patch Set 5 : address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -741 lines) Patch
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering.html View 1 2 1 chunk +46 lines, -78 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/track/track-cue-rendering-expected.txt View 1 chunk +0 lines, -55 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html View 1 2 1 chunk +52 lines, -82 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl-expected.txt View 1 chunk +0 lines, -134 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html View 1 2 3 4 1 chunk +74 lines, -95 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt View 1 chunk +0 lines, -120 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html View 1 2 3 1 chunk +23 lines, -56 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly-expected.txt View 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-wider-than-controls.html View 2 chunks +23 lines, -29 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/track/track-cue-rendering-wider-than-controls-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-with-padding.html View 1 chunk +32 lines, -60 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/track/track-cue-rendering-with-padding-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 30 (14 generated)
Srirama
PTAL. https://codereview.chromium.org/1913423002/diff/20001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html (right): https://codereview.chromium.org/1913423002/diff/20001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html#newcode37 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html:37: var cueRenderingPosition = [ Right now these cue ...
4 years, 8 months ago (2016-04-25 11:13:23 UTC) #7
philipj_slow
This is my last week at Opera, so I can't take on any new reviews ...
4 years, 8 months ago (2016-04-25 11:55:27 UTC) #9
mlamouri (slow - plz ping)
You are missing the BUG= line. Though, I did not have enough time to look ...
4 years, 8 months ago (2016-04-25 15:53:26 UTC) #10
Srirama
https://codereview.chromium.org/1913423002/diff/20001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering.html (right): https://codereview.chromium.org/1913423002/diff/20001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering.html#newcode47 third_party/WebKit/LayoutTests/media/track/track-cue-rendering.html:47: document.body.offsetTop; On 2016/04/25 15:53:26, Mounir Lamouri wrote: > nit: ...
4 years, 8 months ago (2016-04-26 07:00:16 UTC) #12
mlamouri (slow - plz ping)
https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html (right): https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html#newcode41 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html:41: assert_true(2 * testCueDisplayBox.offsetLeft == video.videoWidth - testCueDisplayBox.offsetWidth); assert_equals? https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html ...
4 years, 8 months ago (2016-04-26 15:21:36 UTC) #13
Srirama
https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html (right): https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html#newcode41 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-rtl.html:41: assert_true(2 * testCueDisplayBox.offsetLeft == video.videoWidth - testCueDisplayBox.offsetWidth); On 2016/04/26 ...
4 years, 8 months ago (2016-04-27 05:39:22 UTC) #14
philipj_slow
https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html (right): https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html#newcode25 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html:25: t.done(); On 2016/04/27 05:39:22, Srirama wrote: > On 2016/04/26 ...
4 years, 8 months ago (2016-04-27 09:02:29 UTC) #16
Srirama
https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html (right): https://codereview.chromium.org/1913423002/diff/40001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html#newcode25 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html:25: t.done(); On 2016/04/27 09:02:29, philipj_slow wrote: > On 2016/04/27 ...
4 years, 7 months ago (2016-04-27 10:39:04 UTC) #17
mlamouri (slow - plz ping)
lgtm with the comment below addressed. https://codereview.chromium.org/1913423002/diff/80001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html (right): https://codereview.chromium.org/1913423002/diff/80001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html#newcode58 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html:58: t.done(); Should you ...
4 years, 7 months ago (2016-04-27 11:26:32 UTC) #18
mlamouri (slow - plz ping)
lgtm with the comment below addressed.
4 years, 7 months ago (2016-04-27 11:26:33 UTC) #19
Srirama
https://codereview.chromium.org/1913423002/diff/80001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html (right): https://codereview.chromium.org/1913423002/diff/80001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html#newcode58 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html:58: t.done(); On 2016/04/27 11:26:32, Mounir Lamouri wrote: > Should ...
4 years, 7 months ago (2016-04-27 11:32:00 UTC) #20
philipj_slow
https://codereview.chromium.org/1913423002/diff/80001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html (right): https://codereview.chromium.org/1913423002/diff/80001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html#newcode58 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html:58: t.done(); On 2016/04/27 11:32:00, Srirama wrote: > On 2016/04/27 ...
4 years, 7 months ago (2016-04-27 13:11:07 UTC) #21
Srirama
https://codereview.chromium.org/1913423002/diff/80001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html File third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html (right): https://codereview.chromium.org/1913423002/diff/80001/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html#newcode58 third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html:58: t.done(); On 2016/04/27 13:11:07, philipj_slow wrote: > On 2016/04/27 ...
4 years, 7 months ago (2016-04-27 13:21:31 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913423002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913423002/120001
4 years, 7 months ago (2016-04-27 13:22:20 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 7 months ago (2016-04-27 14:45:59 UTC) #28
commit-bot: I haz the power
4 years, 7 months ago (2016-04-27 14:48:11 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/053272d957ba133ba95b295edfb95f411d51396b
Cr-Commit-Position: refs/heads/master@{#390071}

Powered by Google App Engine
This is Rietveld 408576698