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
History
File Mode Size
pages
.gitignore -rw-r--r-- 0 bytes
3.3.1-collectionCreatedImplemented.json -rw-r--r-- 852 bytes
3.3.1-collectionCreatedValidated.json -rw-r--r-- 830 bytes
3.3.1-collectionCreatorImplemented.json -rw-r--r-- 815 bytes
3.3.1-collectionModifiedImplemented.json -rw-r--r-- 858 bytes
3.3.1-collectionModifiedValidated.json -rw-r--r-- 837 bytes
3.3.2-collectionCreatorAgentEmailImplemented.json -rw-r--r-- 1017 bytes
3.3.2-collectionCreatorAgentEmail_sha1Implemented.json -rw-r--r-- 1014 bytes
3.3.2-collectionCreatorAgentHomepageImplemented.json -rw-r--r-- 1.0 KB
3.3.2-collectionCreatorAgentIdImplemented.json -rw-r--r-- 985 bytes
3.3.2-collectionCreatorAgentNameImplemented.json -rw-r--r-- 974 bytes
3.3.2-collectionCreatorAgentNicknameImplemented.json -rw-r--r-- 1.0 KB
3.3.2-collectionCreatorAgentTypeImplemented.json -rw-r--r-- 1.0 KB
3.3.6-collectionRightsImplemented.json -rw-r--r-- 898 bytes
3.3.6-collectionRightsValidated.json -rw-r--r-- 826 bytes
5.1-collectionContextValidated.json -rw-r--r-- 952 bytes
5.1-collectionFirstImplemented.json -rw-r--r-- 476 bytes
5.1-collectionFirstValidated.json -rw-r--r-- 608 bytes
5.1-collectionIdValidated.json -rw-r--r-- 691 bytes
5.1-collectionLabelImplemented.json -rw-r--r-- 470 bytes
5.1-collectionLabelValidated.json -rw-r--r-- 571 bytes
5.1-collectionLastImplemented.json -rw-r--r-- 519 bytes
5.1-collectionLastValidated.json -rw-r--r-- 573 bytes
5.1-collectionTotalImplemented.json -rw-r--r-- 515 bytes
5.1-collectionTotalValidated.json -rw-r--r-- 579 bytes
5.1-collectionTypeValidated.json -rw-r--r-- 602 bytes
collectionMusts-manual.html -rw-r--r-- 1.7 KB
collectionMusts.test -rw-r--r-- 1.3 KB
collectionOptionals-manual.html -rw-r--r-- 1.7 KB
collectionOptionals.test -rw-r--r-- 1.7 KB

back to top