Update web-platform-tests to revision 66dc9c93f2c8ebd7c8fdc28fae20d92713c97806

This commit is contained in:
WPT Sync Bot 2019-06-26 10:22:48 +00:00
parent e488ea750b
commit 12f4ae132e
1651 changed files with 8123 additions and 14152 deletions

View file

@ -647,7 +647,7 @@ test(t => {
{ offset: 0, computedOffset: 0, easing: "ease", composite: "auto",
backgroundSize: "auto" },
{ offset: 1, computedOffset: 1, easing: "ease", composite: "auto",
backgroundSize: "50% auto, 6px auto, contain" },
backgroundSize: "50%, 6px, contain" },
];
for (let i = 0; i < frames.length; i++) {
@ -657,7 +657,7 @@ test(t => {
// Test inheriting a background-size value
expected[0].backgroundSize = div.style.backgroundSize =
"30px auto, 40% auto, auto";
"30px, 40%, auto";
frames = getKeyframes(div);
for (let i = 0; i < frames.length; i++) {