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

Issue 2051233004: Convert track-webvtt-tc[024-026] tests to testharness.js (Closed)

Created:
4 years, 6 months ago by Srirama
Modified:
4 years, 6 months ago
Reviewers:
fs, foolip
CC:
fs, blink-reviews, chromium-reviews, eric.carlson_apple.com, feature-media-reviews_chromium.org, gasubic, mlamouri+watch-blink_chromium.org, 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-webvtt-tc[024-026] tests to testharness.js Cleaning up track-webvtt-tc[024-026] 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/34fe887b69a885a7fad103136ed7015f9c1a94ac Cr-Commit-Position: refs/heads/master@{#399394}

Patch Set 1 : #

Total comments: 7

Patch Set 2 : address comments #

Total comments: 2

Patch Set 3 : address comments #

Total comments: 10

Patch Set 4 : address nits #

Messages

Total messages: 20 (8 generated)
Srirama
PTAL https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js File third_party/WebKit/LayoutTests/media/track/track-helpers.js (right): https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js#newcode53 third_party/WebKit/LayoutTests/media/track/track-helpers.js:53: function assert_cue_fragment_with_style(cue, children, style) { Should we merge ...
4 years, 6 months ago (2016-06-10 11:53:51 UTC) #4
fs
https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js File third_party/WebKit/LayoutTests/media/track/track-helpers.js (right): https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js#newcode48 third_party/WebKit/LayoutTests/media/track/track-helpers.js:48: function assert_cue_fragment_text(cue, children) { Maybe '...as_text' or '...as_textcontent'? https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js#newcode53 ...
4 years, 6 months ago (2016-06-10 12:52:19 UTC) #5
Srirama
https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js File third_party/WebKit/LayoutTests/media/track/track-helpers.js (right): https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js#newcode53 third_party/WebKit/LayoutTests/media/track/track-helpers.js:53: function assert_cue_fragment_with_style(cue, children, style) { On 2016/06/10 12:52:18, fs ...
4 years, 6 months ago (2016-06-10 13:57:04 UTC) #6
fs
https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js File third_party/WebKit/LayoutTests/media/track/track-helpers.js (right): https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js#newcode53 third_party/WebKit/LayoutTests/media/track/track-helpers.js:53: function assert_cue_fragment_with_style(cue, children, style) { On 2016/06/10 at 13:57:04, ...
4 years, 6 months ago (2016-06-10 14:04:38 UTC) #7
Srirama
https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js File third_party/WebKit/LayoutTests/media/track/track-helpers.js (right): https://codereview.chromium.org/2051233004/diff/20001/third_party/WebKit/LayoutTests/media/track/track-helpers.js#newcode48 third_party/WebKit/LayoutTests/media/track/track-helpers.js:48: function assert_cue_fragment_text(cue, children) { On 2016/06/10 12:52:18, fs wrote: ...
4 years, 6 months ago (2016-06-10 15:19:09 UTC) #8
fs
Almost =) https://codereview.chromium.org/2051233004/diff/40001/third_party/WebKit/LayoutTests/media/track/track-helpers.js File third_party/WebKit/LayoutTests/media/track/track-helpers.js (right): https://codereview.chromium.org/2051233004/diff/40001/third_party/WebKit/LayoutTests/media/track/track-helpers.js#newcode64 third_party/WebKit/LayoutTests/media/track/track-helpers.js:64: } else if (child.type == "style") { ...
4 years, 6 months ago (2016-06-11 18:04:18 UTC) #9
Srirama
https://codereview.chromium.org/2051233004/diff/40001/third_party/WebKit/LayoutTests/media/track/track-helpers.js File third_party/WebKit/LayoutTests/media/track/track-helpers.js (right): https://codereview.chromium.org/2051233004/diff/40001/third_party/WebKit/LayoutTests/media/track/track-helpers.js#newcode64 third_party/WebKit/LayoutTests/media/track/track-helpers.js:64: } else if (child.type == "style") { On 2016/06/11 ...
4 years, 6 months ago (2016-06-12 06:06:17 UTC) #11
fs
LGTM w/ nits https://codereview.chromium.org/2051233004/diff/80001/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc024-timestamp.html File third_party/WebKit/LayoutTests/media/track/track-webvtt-tc024-timestamp.html (right): https://codereview.chromium.org/2051233004/diff/80001/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc024-timestamp.html#newcode10 third_party/WebKit/LayoutTests/media/track/track-webvtt-tc024-timestamp.html:10: // TODO(srirama.m): Timestamps are handled as ...
4 years, 6 months ago (2016-06-12 13:49:07 UTC) #12
Srirama
https://codereview.chromium.org/2051233004/diff/80001/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc024-timestamp.html File third_party/WebKit/LayoutTests/media/track/track-webvtt-tc024-timestamp.html (right): https://codereview.chromium.org/2051233004/diff/80001/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc024-timestamp.html#newcode10 third_party/WebKit/LayoutTests/media/track/track-webvtt-tc024-timestamp.html:10: // TODO(srirama.m): Timestamps are handled as ProcessingInstructions, On 2016/06/12 ...
4 years, 6 months ago (2016-06-12 15:19:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2051233004/100001
4 years, 6 months ago (2016-06-12 15:20:33 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 6 months ago (2016-06-12 17:43:59 UTC) #18
commit-bot: I haz the power
4 years, 6 months ago (2016-06-12 17:45:37 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/34fe887b69a885a7fad103136ed7015f9c1a94ac
Cr-Commit-Position: refs/heads/master@{#399394}

Powered by Google App Engine
This is Rietveld 408576698