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
catalog
tests
XMLParser.py -rw-r--r-- 4.3 KB
__init__.py -rw-r--r-- 88 bytes
commands.json -rw-r--r-- 319 bytes
download.py -rw-r--r-- 3.7 KB
item.py -rw-r--r-- 6.9 KB
log.py -rw-r--r-- 329 bytes
manifest.py -rw-r--r-- 8.3 KB
sourcefile.py -rw-r--r-- 18.6 KB
update.py -rw-r--r-- 2.7 KB
utils.py -rw-r--r-- 1.3 KB
vcs.py -rw-r--r-- 3.2 KB

back to top