Revision 2d56cd126920b614514b2c094b15cc783acc03c2 authored by Darren Shen on 19 March 2018, 05:47:13 UTC, committed by Chromium WPT Sync on 19 March 2018, 05:47:13 UTC
This patch adds support for motion path properties. We had to modify
the computed style computation for <position> values. Previously, we
parse a <position> value as a CSSValuePair, but compute them to a
CSSValueList containing two items. This is very strange, so we just
compute to a CSSValuePair. Since both serialize to the same string,
this has no behavioural changes on CSSOM.

Bug: 820299
Change-Id: I2131055dad0785eb47ea2d2d89f00229f4376bae
Reviewed-on: https://chromium-review.googlesource.com/967915
Reviewed-by: nainar <nainar@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543975}
1 parent 10c525d
Raw File
README.md
## The Acid Tests

This directory contains copies of Acid2 and Acid3, based on the
copies hosted at [acidtests.org](http://www.acidtests.org) after they
had ceased being maintained (per the note on that page).

Note these are not maintained here for the sake of providing any
useful guide of interoperability or standards compliance, but rather
for browser vendors' convenience. It would be inappropriate,
therefore, to use them as part of a certification process.

Acid1 can be found at `css/CSS2/css1/c5526c-display-000.xht`, as it
always formed part of the CSS1 testsuite.

The tests themselves (i.e., those at `/` of their respective
subdomains at `acidtests.org`) are in files named test.html in their
respective directories.
back to top