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
certs
ci
gitignore
html5lib
lint
manifest
pywebsocket
runner
scripts
serve
six
sslutils
third_party
webdriver
wpt
wptrunner
wptserve
.coveragerc -rw-r--r-- 333 bytes
.gitattributes -rw-r--r-- 26 bytes
.gitignore -rw-r--r-- 120 bytes
.gitmodules -rw-r--r-- 371 bytes
OWNERS -rw-r--r-- 20 bytes
__init__.py -rw-r--r-- 40 bytes
appveyor.yml -rw-r--r-- 770 bytes
conftest.py -rw-r--r-- 841 bytes
localpaths.py -rw-r--r-- 802 bytes
pytest.ini -rw-r--r-- 110 bytes
tox.ini -rw-r--r-- 1.9 KB

back to top