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

Issue 2886703002: CSS Motion Path: Web Platform tests for longhand parsing (Closed)

Created:
3 years, 7 months ago by Eric Willigers
Modified:
3 years, 7 months ago
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, pdr.
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

CSS Motion Path: Web Platform tests for longhand parsing We introduce web platform tests for parsing of - offset-position - offset-path - offset-distance - offset-rotate - offset-anchor The unshipped properties offset-position and offset-anchor currently fail a test because we have not yet updated position parsing for a recent CSS Values spec change (see http://crbug.com/717833). offset-rotate currently fails a test because we parse 0 as an angle. This was correct (but leads to shorthand parsing ambiguities) until https://github.com/w3c/csswg-drafts/issues/1162 offset-path fails some tests because we don't yet support url or basic-shape || geometry-box shapes. BUG=722757 Review-Url: https://codereview.chromium.org/2886703002 Cr-Commit-Position: refs/heads/master@{#474881} Committed: https://chromium.googlesource.com/chromium/src/+/ffcd1042f667a55469747ab51345c699424ef1a3

Patch Set 1 #

Total comments: 9

Patch Set 2 : review feedback #

Patch Set 3 : serializedValue #

Total comments: 10

Patch Set 4 : test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+324 lines, -7 lines) Patch
M third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-ray-ref.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-string.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-path-string-ref.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-rotate-001.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-rotate-002.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-rotate-ref.html View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-anchor-parsing-invalid.html View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-anchor-parsing-valid.html View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-distance-parsing-invalid.html View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-distance-parsing-valid.html View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-path-parsing-invalid.html View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-path-parsing-valid.html View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-path-parsing-valid-expected.txt View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-position-parsing-invalid.html View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-position-parsing-valid.html View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-rotate-parsing-invalid.html View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-rotate-parsing-invalid-expected.txt View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/offset-rotate-parsing-valid.html View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/external/wpt/css/motion-1/parsing/resources/parsing-testcommon.js View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
Eric Willigers
3 years, 7 months ago (2017-05-16 09:13:56 UTC) #3
suzyh_UTC10 (ex-contributor)
https://codereview.chromium.org/2886703002/diff/1/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt File third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt (right): https://codereview.chromium.org/2886703002/diff/1/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt#newcode1 third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt:1: This is a testharness.js-based test. I think this is ...
3 years, 7 months ago (2017-05-22 01:46:20 UTC) #8
suzyh_UTC10 (ex-contributor)
lgtm I have not stepped through to double-check that the grammars tested are as described ...
3 years, 7 months ago (2017-05-25 01:55:39 UTC) #9
suzyh_UTC10 (ex-contributor)
I've now cross-checked the spec, the described grammar, and the set of tests. I've got ...
3 years, 7 months ago (2017-05-25 03:52:58 UTC) #10
Eric Willigers
https://codereview.chromium.org/2886703002/diff/1/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt File third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt (right): https://codereview.chromium.org/2886703002/diff/1/third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt#newcode1 third_party/WebKit/LayoutTests/external/wpt/css/motion-1/offset-anchor-parsing-invalid-expected.txt:1: This is a testharness.js-based test. On 2017/05/22 01:46:19, suzyh_UTC10 ...
3 years, 7 months ago (2017-05-25 11:43:12 UTC) #11
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/2886703002/80001
3 years, 7 months ago (2017-05-26 00:51:21 UTC) #19
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 02:21:16 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/ffcd1042f667a55469747ab51345...

Powered by Google App Engine
This is Rietveld 408576698