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

Issue 2343793002: Convert fast/canvas Layouttests to testharness (Closed)

Created:
4 years, 3 months ago by Abhishek Kanike
Modified:
4 years, 3 months ago
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert fast/canvas Layouttests to testharness This patch uses testharness.js asserts to test canvas on tranlsate reset and transform-translateZ property BUG=639732 Committed: https://crrev.com/52d02d1939ccec2075a812b5095c80765c54c22b Cr-Commit-Position: refs/heads/master@{#419370}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Refactor #

Patch Set 3 : Removing the non js-test and adding new synchronous test #

Total comments: 6

Patch Set 4 : Refactor #

Patch Set 5 : Convert fast/canvas Layouttests to testharness #

Total comments: 6

Patch Set 6 : Refactor3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -91 lines) Patch
D third_party/WebKit/LayoutTests/fast/canvas/script-tests/text-globalAlpha.js View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js View 1 chunk +0 lines, -44 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html View 1 2 3 1 chunk +17 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha-expected.txt View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/translate-text.html View 1 2 3 4 5 1 chunk +42 lines, -9 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/translate-text-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
sivag
https://codereview.chromium.org/2343793002/diff/1/third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js File third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js (left): https://codereview.chromium.org/2343793002/diff/1/third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js#oldcode1 third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js:1: description("Test for chromium's canvas bug where fillText resets the ...
4 years, 3 months ago (2016-09-15 05:31:14 UTC) #3
Srirama
https://codereview.chromium.org/2343793002/diff/1/third_party/WebKit/LayoutTests/fast/canvas/transformed-canvas-reset.html File third_party/WebKit/LayoutTests/fast/canvas/transformed-canvas-reset.html (right): https://codereview.chromium.org/2343793002/diff/1/third_party/WebKit/LayoutTests/fast/canvas/transformed-canvas-reset.html#newcode3 third_party/WebKit/LayoutTests/fast/canvas/transformed-canvas-reset.html:3: <script src="../../resources/testharness.js"></script> i think we can leave this test ...
4 years, 3 months ago (2016-09-15 09:29:55 UTC) #4
Abhishek Kanike
https://codereview.chromium.org/2343793002/diff/1/third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js File third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js (left): https://codereview.chromium.org/2343793002/diff/1/third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js#oldcode1 third_party/WebKit/LayoutTests/fast/canvas/script-tests/translate-text.js:1: description("Test for chromium's canvas bug where fillText resets the ...
4 years, 3 months ago (2016-09-15 11:52:56 UTC) #5
Srirama
https://codereview.chromium.org/2343793002/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html File third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html (left): https://codereview.chromium.org/2343793002/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html#oldcode7 third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html:7: <script src="script-tests/text-globalAlpha.js"></script> I think it is not used anywhere ...
4 years, 3 months ago (2016-09-16 06:58:43 UTC) #9
Abhishek Kanike
https://codereview.chromium.org/2343793002/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html File third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html (left): https://codereview.chromium.org/2343793002/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html#oldcode7 third_party/WebKit/LayoutTests/fast/canvas/text-globalAlpha.html:7: <script src="script-tests/text-globalAlpha.js"></script> On 2016/09/16 06:58:43, Srirama wrote: > I ...
4 years, 3 months ago (2016-09-16 08:53:41 UTC) #10
Srirama
lgtm
4 years, 3 months ago (2016-09-16 08:54:28 UTC) #11
Srirama
lgtm
4 years, 3 months ago (2016-09-16 08:54:31 UTC) #12
fs
LGTM w/ nits https://codereview.chromium.org/2343793002/diff/80001/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html File third_party/WebKit/LayoutTests/fast/canvas/translate-text.html (right): https://codereview.chromium.org/2343793002/diff/80001/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html#newcode2 third_party/WebKit/LayoutTests/fast/canvas/translate-text.html:2: <title>Test for chromium's canvas bug where ...
4 years, 3 months ago (2016-09-16 14:30:31 UTC) #14
Abhishek Kanike
https://codereview.chromium.org/2343793002/diff/80001/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html File third_party/WebKit/LayoutTests/fast/canvas/translate-text.html (right): https://codereview.chromium.org/2343793002/diff/80001/third_party/WebKit/LayoutTests/fast/canvas/translate-text.html#newcode2 third_party/WebKit/LayoutTests/fast/canvas/translate-text.html:2: <title>Test for chromium's canvas bug where fillText resets the ...
4 years, 3 months ago (2016-09-17 02:28:10 UTC) #15
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/2343793002/100001
4 years, 3 months ago (2016-09-17 02:33:21 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-17 03:45:19 UTC) #22
commit-bot: I haz the power
4 years, 3 months ago (2016-09-17 03:49:00 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/52d02d1939ccec2075a812b5095c80765c54c22b
Cr-Commit-Position: refs/heads/master@{#419370}

Powered by Google App Engine
This is Rietveld 408576698