Update web-platform-tests to revision 28ac8ff82f255bfb5c799b6d433d19d0a0eb0e34

This commit is contained in:
WPT Sync Bot 2021-01-09 08:20:14 +00:00
parent b2465a1f22
commit 9115c87050
166 changed files with 2072 additions and 749 deletions

View file

@ -1,4 +1,5 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-scroll-anchoring/">
@ -36,7 +37,7 @@ onload = () => {
requestAnimationFrame(() => {
requestAnimationFrame(() => {
outer.scrollTo(0, 70);
document.documentElement.removeAttribute("class");
takeScreenshot();
});
});
};