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
resources
bounding-box.html -rw-r--r-- 1.6 KB
client-rect.html -rw-r--r-- 1.3 KB
containing-block.html -rw-r--r-- 2.0 KB
cross-origin-iframe.html -rw-r--r-- 1.6 KB
disconnect.html -rw-r--r-- 1.3 KB
display-none.html -rw-r--r-- 1.6 KB
edge-inclusive-intersection.html -rw-r--r-- 1.9 KB
iframe-no-root.html -rw-r--r-- 2.1 KB
multiple-targets.html -rw-r--r-- 2.6 KB
multiple-thresholds.html -rw-r--r-- 3.1 KB
observer-attributes.html -rw-r--r-- 1.1 KB
observer-exceptions.html -rw-r--r-- 1.9 KB
observer-in-iframe.html -rw-r--r-- 209 bytes
observer-without-js-reference.html -rw-r--r-- 1.2 KB
remove-element.html -rw-r--r-- 2.2 KB
root-margin.html -rw-r--r-- 2.6 KB
same-document-no-root.html -rw-r--r-- 1.7 KB
same-document-root.html -rw-r--r-- 2.6 KB
same-document-zero-size-target.html -rw-r--r-- 1.6 KB
shadow-content.html -rw-r--r-- 1.3 KB
timestamp.html -rw-r--r-- 3.8 KB
unclipped-root.html -rw-r--r-- 1.5 KB
zero-area-element-hidden.html -rw-r--r-- 1.1 KB
zero-area-element-visible.html -rw-r--r-- 1.1 KB

back to top