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

Issue 2340733002: Convert LayoutTests/svg/dom/SVGLengthList*.html js-tests.js to testharness.js based tests (Closed)

Created:
4 years, 3 months ago by Shanmuga Pandi
Modified:
4 years, 3 months ago
Reviewers:
Srirama, fs
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert LayoutTests/svg/dom/SVGLengthList*.html js-tests.js to testharness.js based tests BUG=636710 Committed: https://crrev.com/59d11b3db24afc3593b1a925beb75b7a6b88dffc Cr-Commit-Position: refs/heads/master@{#418809}

Patch Set 1 #

Patch Set 2 : nits #

Total comments: 25

Patch Set 3 : Align with review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -728 lines) Patch
D third_party/WebKit/LayoutTests/platform/android/svg/dom/SVGLengthList-appendItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/svg/dom/SVGLengthList-appendItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/svg/dom/SVGLengthList-getItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/svg/dom/SVGLengthList-appendItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.10/svg/dom/SVGLengthList-getItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/dom/SVGLengthList-appendItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/svg/dom/SVGLengthList-appendItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/svg/dom/SVGLengthList-getItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/svg/dom/SVGLengthList-appendItem-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/svg/dom/SVGLengthList-getItem-expected.png View Binary file 0 comments Download
A third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html View 1 2 1 chunk +118 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.xhtml View 1 chunk +0 lines, -140 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem-expected.txt View 1 chunk +0 lines, -112 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList.html View 1 2 1 chunk +22 lines, -28 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-basics.html View 1 2 1 chunk +182 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-basics.xhtml View 1 chunk +0 lines, -208 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt View 1 chunk +0 lines, -164 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem.html View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem.xhtml View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt View 1 chunk +0 lines, -21 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
Shanmuga Pandi
PTAL!!
4 years, 3 months ago (2016-09-14 10:57:09 UTC) #2
Srirama
https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html File third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html (right): https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html#newcode38 third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html:38: assert_equals(text1.x.baseVal.appendItem(text1.x.baseVal.getItem(3)).value, text1.x.baseVal.getItem(5).value); try using assert_object_equals instead of checking value. ...
4 years, 3 months ago (2016-09-14 12:50:21 UTC) #3
Shanmuga Pandi
https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html File third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html (right): https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html#newcode38 third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html:38: assert_equals(text1.x.baseVal.appendItem(text1.x.baseVal.getItem(3)).value, text1.x.baseVal.getItem(5).value); On 2016/09/14 12:50:21, Srirama wrote: > try ...
4 years, 3 months ago (2016-09-14 13:28:17 UTC) #4
Srirama
+fs https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html File third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html (right): https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html#newcode38 third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html:38: assert_equals(text1.x.baseVal.appendItem(text1.x.baseVal.getItem(3)).value, text1.x.baseVal.getItem(5).value); On 2016/09/14 13:28:17, Shanmuga Pandi wrote: ...
4 years, 3 months ago (2016-09-14 14:05:34 UTC) #6
fs
https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html File third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html (right): https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html#newcode2 third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html:2: <title>SVGLengthList Interface - appendItem()</title> Could make this "SVGLengthList.appendItem()" or ...
4 years, 3 months ago (2016-09-14 15:14:36 UTC) #7
Shanmuga Pandi
PTAL! https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html File third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html (right): https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html#newcode2 third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html:2: <title>SVGLengthList Interface - appendItem()</title> On 2016/09/14 15:14:35, fs ...
4 years, 3 months ago (2016-09-15 06:18:19 UTC) #10
Shanmuga Pandi
https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html File third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html (right): https://codereview.chromium.org/2340733002/diff/20001/third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html#newcode6 third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItem.html:6: <text id="text1" x="500 50 100 900 1000" y="50">ABC</text> On ...
4 years, 3 months ago (2016-09-15 07:27:16 UTC) #13
fs
lgtm
4 years, 3 months ago (2016-09-15 08:34:03 UTC) #14
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/2340733002/40001
4 years, 3 months ago (2016-09-15 08:35:12 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-15 08:40:02 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-09-15 08:42:31 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/59d11b3db24afc3593b1a925beb75b7a6b88dffc
Cr-Commit-Position: refs/heads/master@{#418809}

Powered by Google App Engine
This is Rietveld 408576698