https://github.com/web-platform-tests/wpt
Revision 2bd47de8b72253306521b00b4a69eb7e71c1579c authored by Darren Shen on 06 April 2018, 06:51:15 UTC, committed by Chromium WPT Sync on 06 April 2018, 06:51:15 UTC
border-radius-* tests are failing because the computed value should
always be a pair of values, but Blink currently returns a CSSValuePair
with kDropIdenticalValue, so we sometimes compute to a single value.

Fixing this requires either changing computed border-radius-* to use
kKeepIdenticalValue, or overriding the computed value just for Typed OM
[1]

[1] https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.cpp?q=ComputedStylePropertyMap.cpp&dr&l=229

Bug: 820299
Change-Id: I4c67a7986a8e77d37e7936eabfa0b68b32de9df8
Reviewed-on: https://chromium-review.googlesource.com/994433
Commit-Queue: Darren Shen <shend@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548697}
1 parent d6a82fd
Raw File
Tip revision: 2bd47de8b72253306521b00b4a69eb7e71c1579c authored by Darren Shen on 06 April 2018, 06:51:15 UTC
[css-typed-om] Add support for border properties.
Tip revision: 2bd47de
update-built-tests.sh
#!/usr/bin/env sh
set -ex

2dcontext/tools/build.sh
infrastructure/assumptions/tools/build.sh
html/tools/build.sh
offscreen-canvas/tools/build.sh
python mimesniff/mime-types/resources/generated-mime-types.py
back to top