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

Issue 2364393002: assert_*d_matrix_equals fuction can accept array as expected parameter. (Closed)

Created:
4 years, 2 months ago by Hwanseung Lee
Modified:
4 years, 2 months ago
Reviewers:
zino
CC:
chromium-reviews, blink-reviews, Hwanseung Lee(hs1217.lee)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

assert_*d_matrix_equals fuction can accept array as expected parameter. when use it, it makes more simple test code. BUG=None Committed: https://crrev.com/c7a688377217a7a7fa65a4ace691a471e16c0231 Cr-Commit-Position: refs/heads/master@{#420857}

Patch Set 1 #

Total comments: 2

Patch Set 2 : assert_*d_matrix_equals fuction can accept array as expected parameter. #

Total comments: 4

Patch Set 3 : isIdentity should be false. #

Patch Set 4 : assert_*d_matrix_equals fuction can accept array as expected parameter. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -66 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix.html View 1 2 3 5 chunks +8 lines, -56 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js View 1 2 1 chunk +35 lines, -10 lines 0 comments Download

Messages

Total messages: 33 (19 generated)
Hwanseung Lee
@zino PTAL, thank you.
4 years, 2 months ago (2016-09-25 04:03:54 UTC) #3
zino
https://codereview.chromium.org/2364393002/diff/1/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js File third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js (right): https://codereview.chromium.org/2364393002/diff/1/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js#newcode22 third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js:22: var isArrayExected = Array.isArray(expected); Let's simplify as follows. (It's ...
4 years, 2 months ago (2016-09-25 08:30:55 UTC) #4
Hwanseung Lee
@zino could you review again? https://codereview.chromium.org/2364393002/diff/1/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js File third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js (right): https://codereview.chromium.org/2364393002/diff/1/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js#newcode22 third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js:22: var isArrayExected = Array.isArray(expected); ...
4 years, 2 months ago (2016-09-25 08:56:05 UTC) #5
zino
https://codereview.chromium.org/2364393002/diff/20001/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js File third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js (right): https://codereview.chromium.org/2364393002/diff/20001/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js#newcode38 third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js:38: is2D: true, isIdentity: expected.isIdentity I think isIdentity should always ...
4 years, 2 months ago (2016-09-25 09:02:47 UTC) #6
Hwanseung Lee
@zino. could you review again? thank you. https://codereview.chromium.org/2364393002/diff/20001/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js File third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js (right): https://codereview.chromium.org/2364393002/diff/20001/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js#newcode38 third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js:38: is2D: true, ...
4 years, 2 months ago (2016-09-25 09:08:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2364393002/60001
4 years, 2 months ago (2016-09-25 10:49:58 UTC) #15
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 2 months ago (2016-09-25 10:50:00 UTC) #17
zino
lgtm
4 years, 2 months ago (2016-09-25 11:52:41 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2364393002/60001
4 years, 2 months ago (2016-09-25 11:57:29 UTC) #20
zino
On 2016/09/25 11:57:29, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 2 months ago (2016-09-25 12:03:32 UTC) #22
Hwanseung Lee
On 2016/09/25 12:03:32, zino wrote: > On 2016/09/25 11:57:29, commit-bot: I haz the power wrote: ...
4 years, 2 months ago (2016-09-25 12:09:12 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2364393002/60001
4 years, 2 months ago (2016-09-25 12:10:23 UTC) #29
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-09-25 12:16:16 UTC) #31
commit-bot: I haz the power
4 years, 2 months ago (2016-09-25 12:18:51 UTC) #33
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c7a688377217a7a7fa65a4ace691a471e16c0231
Cr-Commit-Position: refs/heads/master@{#420857}

Powered by Google App Engine
This is Rietveld 408576698