Revision e8c4654cef692388e68e8ded7a9316d6bd613570 authored by Darren Shen on 06 April 2018, 07:51:02 UTC, committed by Chromium WPT Sync on 06 April 2018, 07:51:02 UTC
We cannot support background-repeat and background-position yet because
they are both implemented as shorthands in Blink, but are not shorthands
in the spec.

We'd need to refactor the existing code to allow shorthands to reify
as proper Typed OM objects. There are also some tricky bits to support
styleMap.set with shorthands given a proper Typed OM object.

Bug: 820299
Change-Id: I064ce37a48bee3d73965b66b323e20abf5a9099f
Reviewed-on: https://chromium-review.googlesource.com/994593
Commit-Queue: Darren Shen <shend@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548705}
1 parent d6a82fd
History
File Mode Size
resources
304.htm -rw-r--r-- 3.3 KB
OWNERS -rw-r--r-- 40 bytes
README.md -rw-r--r-- 200 bytes
access-control-expose-headers-parsing.window.js -rw-r--r-- 512 bytes
allow-headers.htm -rw-r--r-- 3.1 KB
basic.htm -rw-r--r-- 2.2 KB
credentials-flag.htm -rw-r--r-- 4.1 KB
image-tainting-in-cross-origin-iframe.sub.html -rw-r--r-- 893 bytes
late-upload-events.htm -rw-r--r-- 1.4 KB
origin.htm -rw-r--r-- 4.4 KB
preflight-cache.htm -rw-r--r-- 4.4 KB
preflight-failure.htm -rw-r--r-- 1.8 KB
redirect-origin.htm -rw-r--r-- 6.8 KB
redirect-preflight-2.htm -rw-r--r-- 2.1 KB
redirect-preflight.htm -rw-r--r-- 1.5 KB
redirect-userinfo.htm -rw-r--r-- 3.3 KB
remote-origin.htm -rw-r--r-- 3.7 KB
request-headers.htm -rw-r--r-- 2.8 KB
response-headers.htm -rw-r--r-- 3.9 KB
simple-requests.htm -rw-r--r-- 3.1 KB
status-async.htm -rw-r--r-- 4.4 KB
status-preflight.htm -rw-r--r-- 2.0 KB
status.htm -rw-r--r-- 2.4 KB
support.js -rw-r--r-- 843 bytes

README.md

back to top