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

Issue 2762043004: [css-align] Import the CSS Box Alignment tests from the CSSWG Test Suite (Closed)

Created:
3 years, 9 months ago by jfernandez
Modified:
3 years, 9 months ago
Reviewers:
Manuel Rego
CC:
chromium-reviews, blink-reviews, blink-reviews-w3ctests_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[css-align] Import the CSS Box Alignment tests from the CSSWG Test Suite This patch imports the tests from the CSSWG Test Suite that verify the correct parsing and resolved values of the place-content, place-items and place-self shorthand properties. Currently the all fail; the ones verifying the place-content shorthand because of the new baseline-position syntax (issue #703584). The rest fail because we still have not implemented the support for the place-items and place-self shorthands (issue #668639) BUG=703592 Review-Url: https://codereview.chromium.org/2762043004 Cr-Commit-Position: refs/heads/master@{#458386} Committed: https://chromium.googlesource.com/chromium/src/+/7b60b0148294aa25648798b20bb527097c800baf

Patch Set 1 #

Total comments: 2

Patch Set 2 : Upload suggested changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+523 lines, -1 line) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 chunk +21 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/W3CImportExpectations View 1 1 chunk +2 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/content-distribution/place-content-shorthand-001.html View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/content-distribution/place-content-shorthand-002.html View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/content-distribution/place-content-shorthand-003.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/content-distribution/place-content-shorthand-004.html View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/content-distribution/place-content-shorthand-005.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/content-distribution/place-content-shorthand-006.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/default-alignment/place-items-shorthand-001.html View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/default-alignment/place-items-shorthand-002.html View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/default-alignment/place-items-shorthand-003.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/default-alignment/place-items-shorthand-004.html View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/default-alignment/place-items-shorthand-005.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/default-alignment/place-items-shorthand-006.html View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/resources/alignment-parsing-utils.js View 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/self-alignment/place-self-shorthand-001.html View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/self-alignment/place-self-shorthand-002.html View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/self-alignment/place-self-shorthand-003.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/self-alignment/place-self-shorthand-004.html View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/self-alignment/place-self-shorthand-005.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/csswg-test/css-align-3/self-alignment/place-self-shorthand-006.html View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
jfernandez
PTAL
3 years, 9 months ago (2017-03-21 11:37:34 UTC) #3
Manuel Rego
Thanks for doing this! You should import all the tests in css-align-3. If some of ...
3 years, 9 months ago (2017-03-21 11:47:24 UTC) #4
Manuel Rego
On 2017/03/21 11:47:24, Manuel Rego wrote: > You should import all the tests in css-align-3. ...
3 years, 9 months ago (2017-03-21 11:51:25 UTC) #5
Manuel Rego
https://codereview.chromium.org/2762043004/diff/1/third_party/WebKit/LayoutTests/W3CImportExpectations File third_party/WebKit/LayoutTests/W3CImportExpectations (right): https://codereview.chromium.org/2762043004/diff/1/third_party/WebKit/LayoutTests/W3CImportExpectations#newcode19 third_party/WebKit/LayoutTests/W3CImportExpectations:19: external/csswg-test/css-align-3 [ Pass ] Actually you should comment this ...
3 years, 9 months ago (2017-03-21 12:02:51 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/2762043004/20001
3 years, 9 months ago (2017-03-21 12:05:34 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-21 13:22:31 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/7b60b0148294aa25648798b20bb5...

Powered by Google App Engine
This is Rietveld 408576698