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

Issue 2278723005: Convert LayoutTests/fast/canvas/2d tests to testharness (Closed)

Created:
4 years, 3 months ago by sivag
Modified:
4 years, 3 months ago
Reviewers:
Srirama, fs, Justin Novosad
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert LayoutTests/fast/canvas/2d tests to testharness This patch uses testharness.js asserts to test 2d.composite.globalAlpha.fillPath.html, 2d.fillText.gradient.html. Remove the expectation files as they are not needed any more. BUG=639732 Committed: https://crrev.com/ed0a7ec9b9a1b54d12cbc0e50b9f87599e62e629 Cr-Commit-Position: refs/heads/master@{#414508}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Changed test as per the comments. #

Total comments: 8

Patch Set 3 : Changed as per the comments #

Total comments: 8

Patch Set 4 : Changed test description. #

Patch Set 5 : Test changed as per the comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -96 lines) Patch
M third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html View 1 2 3 4 1 chunk +22 lines, -31 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html View 1 2 3 4 1 chunk +28 lines, -52 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient-expected.txt View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
sivag
ptal..
4 years, 3 months ago (2016-08-25 09:23:46 UTC) #3
fs
https://codereview.chromium.org/2278723005/diff/1/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html File third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html (right): https://codereview.chromium.org/2278723005/diff/1/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html#newcode3 third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html:3: http://http://philip.html5.org/tests/canvas/suite/tests/index.2d.composite.globalAlpha.html Nit: Maybe drop the initial http:// here (since ...
4 years, 3 months ago (2016-08-25 10:50:37 UTC) #4
sivag
ptal.. https://codereview.chromium.org/2278723005/diff/1/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html File third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html (right): https://codereview.chromium.org/2278723005/diff/1/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html#newcode3 third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html:3: http://http://philip.html5.org/tests/canvas/suite/tests/index.2d.composite.globalAlpha.html On 2016/08/25 10:50:37, fs wrote: > Nit: ...
4 years, 3 months ago (2016-08-25 11:04:03 UTC) #5
fs
https://codereview.chromium.org/2278723005/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html File third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html (right): https://codereview.chromium.org/2278723005/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html#newcode5 third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html:5: <title>The test to ensure correct sync behaviour with globalAlpha ...
4 years, 3 months ago (2016-08-25 11:16:48 UTC) #6
sivag
ptal.. https://codereview.chromium.org/2278723005/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html File third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html (right): https://codereview.chromium.org/2278723005/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html#newcode5 third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html:5: <title>The test to ensure correct sync behaviour with ...
4 years, 3 months ago (2016-08-25 13:29:27 UTC) #7
fs
LGTM w/ nit https://codereview.chromium.org/2278723005/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html File third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html (right): https://codereview.chromium.org/2278723005/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html#newcode2 third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html:2: <title>Test the color gradient is applied ...
4 years, 3 months ago (2016-08-25 13:57:36 UTC) #8
sivag
https://codereview.chromium.org/2278723005/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html File third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html (right): https://codereview.chromium.org/2278723005/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html#newcode2 third_party/WebKit/LayoutTests/fast/canvas/2d.fillText.gradient.html:2: <title>Test the color gradient is applied properly for the ...
4 years, 3 months ago (2016-08-25 14:00:09 UTC) #9
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/2278723005/60001
4 years, 3 months ago (2016-08-25 14:02:36 UTC) #12
Justin Novosad
https://codereview.chromium.org/2278723005/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html File third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html (right): https://codereview.chromium.org/2278723005/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html#newcode5 third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html:5: <title>Correct sync behaviour with globalAlpha and fillPath() in accelerated-2d-canvas ...
4 years, 3 months ago (2016-08-25 14:05:31 UTC) #13
sivag
@junov, ptal.. https://codereview.chromium.org/2278723005/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html File third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html (right): https://codereview.chromium.org/2278723005/diff/40001/third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html#newcode5 third_party/WebKit/LayoutTests/fast/canvas/2d.composite.globalAlpha.fillPath.html:5: <title>Correct sync behaviour with globalAlpha and fillPath() ...
4 years, 3 months ago (2016-08-25 14:28:52 UTC) #15
Justin Novosad
lgtm
4 years, 3 months ago (2016-08-25 16:30:09 UTC) #16
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/2278723005/80001
4 years, 3 months ago (2016-08-25 18:14:16 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-08-25 19:33:55 UTC) #21
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 19:35:14 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ed0a7ec9b9a1b54d12cbc0e50b9f87599e62e629
Cr-Commit-Position: refs/heads/master@{#414508}

Powered by Google App Engine
This is Rietveld 408576698