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
CSSTest
adobe-fonts
ahem-extra
math
noto
AD.woff -rw-r--r-- 15.0 KB
Ahem.ttf -rw-r--r-- 21.3 KB
CanvasTest.ttf -rw-r--r-- 2.5 KB
CanvasTest.ttf.sub.headers -rw-r--r-- 28 bytes
GentiumPlus-R.woff -rw-r--r-- 608.1 KB
OWNERS -rw-r--r-- 31 bytes
README.md -rw-r--r-- 141 bytes
Revalia.woff -rw-r--r-- 15.2 KB
mplus-1p-regular.woff -rw-r--r-- 784.5 KB
sileot-webfont.woff -rw-r--r-- 57.7 KB
tcu-font.woff -rw-r--r-- 83.2 KB

README.md

back to top