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

Issue 2370623003: [GeometryInterface] Clean-up layout tests for geometry interfaces. (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

[GeometryInterface] Clean-up layout tests for geometry interfaces. Make the assert functions take array instead of dictionary as expected argument. Also, fix wrong indentation in test codes. BUG=None Committed: https://crrev.com/33bb8aa1a9372768853a61717747e7551d9dbc54 Cr-Commit-Position: refs/heads/master@{#421272}

Patch Set 1 #

Patch Set 2 : clean up all test file. #

Patch Set 3 : clean up. #

Patch Set 4 : clean up. #

Patch Set 5 : clean up. #

Total comments: 1

Patch Set 6 : remove description #

Patch Set 7 : clean up. #

Patch Set 8 : fix a typo. #

Total comments: 14

Patch Set 9 : [GeometryInterface] Fix a indentation and clean up. #

Total comments: 2

Patch Set 10 : [GeometryInterface] Fix a indentation and clean up. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -999 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix.html View 1 2 3 4 5 6 4 chunks +20 lines, -111 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-invert.html View 1 2 3 1 chunk +16 lines, -66 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-multiply.html View 1 2 3 5 chunks +7 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly.html View 1 2 3 4 5 6 2 chunks +71 lines, -172 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-flip.html View 1 2 3 1 chunk +13 lines, -63 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-inverse.html View 1 2 3 1 chunk +16 lines, -65 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-readonly-skew.html View 1 2 3 4 1 chunk +25 lines, -119 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-scale.html View 1 2 3 1 chunk +34 lines, -108 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-skew.html View 1 2 3 1 chunk +25 lines, -120 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-translate.html View 1 2 3 1 chunk +22 lines, -71 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js View 1 2 3 4 5 6 7 8 9 1 chunk +45 lines, -77 lines 0 comments Download

Messages

Total messages: 36 (19 generated)
Hwanseung Lee
@zino PTAL. thank you.
4 years, 2 months ago (2016-09-25 13:02:28 UTC) #4
zino
On 2016/09/25 13:02:28, Hwanseung Lee wrote: > @zino > PTAL. thank you. Looks good. BTW, ...
4 years, 2 months ago (2016-09-25 15:01:40 UTC) #5
Hwanseung Lee
On 2016/09/25 15:01:40, zino wrote: > On 2016/09/25 13:02:28, Hwanseung Lee wrote: > > @zino ...
4 years, 2 months ago (2016-09-25 15:14:17 UTC) #6
Hwanseung Lee
On 2016/09/25 15:14:17, Hwanseung Lee wrote: > On 2016/09/25 15:01:40, zino wrote: > > On ...
4 years, 2 months ago (2016-09-25 15:18:47 UTC) #7
zino
On 2016/09/25 15:14:17, Hwanseung Lee wrote: > On 2016/09/25 15:01:40, zino wrote: > > On ...
4 years, 2 months ago (2016-09-25 15:58:37 UTC) #8
zino
On 2016/09/25 15:58:37, zino wrote: > On 2016/09/25 15:14:17, Hwanseung Lee wrote: > > On ...
4 years, 2 months ago (2016-09-25 16:13:38 UTC) #9
Hwanseung Lee
On 2016/09/25 16:13:38, zino wrote: > On 2016/09/25 15:58:37, zino wrote: > > On 2016/09/25 ...
4 years, 2 months ago (2016-09-25 23:10:50 UTC) #10
Hwanseung Lee
On 2016/09/25 23:10:50, Hwanseung Lee wrote: > On 2016/09/25 16:13:38, zino wrote: > > On ...
4 years, 2 months ago (2016-09-25 23:17:20 UTC) #11
Hwanseung Lee
@zino PTAL. first all, i did fix all layout test using assert_*d_matrix_equals function. thank you.
4 years, 2 months ago (2016-09-26 13:27:28 UTC) #12
zino
https://codereview.chromium.org/2370623003/diff/80001/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 (left): https://codereview.chromium.org/2370623003/diff/80001/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js#oldcode62 third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js:62: function assert_matrix_equals(actual, expected, description) { Do we still need ...
4 years, 2 months ago (2016-09-27 16:31:19 UTC) #15
Hwanseung Lee
@zino. PTAL. i did fix a some code following your guide. thank you. https://codereview.chromium.org/2370623003/diff/140001/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js File ...
4 years, 2 months ago (2016-09-27 16:44:31 UTC) #20
zino
https://codereview.chromium.org/2370623003/diff/150012/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/2370623003/diff/150012/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js#newcode23 third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js:23: if (array[i] === -0) nit: indentation
4 years, 2 months ago (2016-09-27 16:47:49 UTC) #21
Hwanseung Lee
@zino i did fix a indentation. PTAL. thank you. https://codereview.chromium.org/2370623003/diff/150012/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/2370623003/diff/150012/third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js#newcode23 third_party/WebKit/LayoutTests/fast/dom/resources/geometry-interfaces-test-helpers.js:23: ...
4 years, 2 months ago (2016-09-27 16:53:36 UTC) #22
zino
lgtm
4 years, 2 months ago (2016-09-27 17:25:12 UTC) #30
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/2370623003/170001
4 years, 2 months ago (2016-09-27 17:27:31 UTC) #32
commit-bot: I haz the power
Committed patchset #10 (id:170001)
4 years, 2 months ago (2016-09-27 18:20:46 UTC) #34
commit-bot: I haz the power
4 years, 2 months ago (2016-09-27 18:22:59 UTC) #36
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/33bb8aa1a9372768853a61717747e7551d9dbc54
Cr-Commit-Position: refs/heads/master@{#421272}

Powered by Google App Engine
This is Rietveld 408576698