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
chromium
test
webidl2
.gitignore -rw-r--r-- 36 bytes
.htaccess -rw-r--r-- 107 bytes
LICENSE -rw-r--r-- 1.5 KB
OWNERS -rw-r--r-- 25 bytes
check-layout-th.js -rw-r--r-- 7.7 KB
idlharness.js -rw-r--r-- 104.2 KB
idlharness.js.headers -rw-r--r-- 73 bytes
readme.md -rw-r--r-- 845 bytes
sriharness.js -rw-r--r-- 3.4 KB
testdriver-vendor.js -rw-r--r-- 0 bytes
testdriver-vendor.js.headers -rw-r--r-- 73 bytes
testdriver.js -rw-r--r-- 3.5 KB
testdriver.js.headers -rw-r--r-- 73 bytes
testharness.css -rw-r--r-- 1.5 KB
testharness.css.headers -rw-r--r-- 65 bytes
testharness.js -rw-r--r-- 103.1 KB
testharness.js.headers -rw-r--r-- 73 bytes
testharnessreport.js -rw-r--r-- 2.2 KB
testharnessreport.js.headers -rw-r--r-- 73 bytes

readme.md

back to top