Update web-platform-tests to revision b'afdce893ed51bc1a7a7ac03b16b5a575caad071a'

This commit is contained in:
WPT Sync Bot 2023-03-17 01:51:32 +00:00
parent a8da28e55d
commit 3b420af385
393 changed files with 17484 additions and 4185 deletions

View file

@ -23,7 +23,7 @@
<div id="target8" style="color: green; color: var(--prop);"></div>
<div id="target9" style="margin: var(--prop); margin-top: 10px"></div>
<div id="target10"style="expando: var(--prop);"></div>
<div id="target11"style="color: /* comment that must be preserved */ var(--prop) var(--prop);"></div>
<div id="target11"style="color: /* comment that must not be preserved */ var(--prop) /* kept comment */ var(--prop); /* another stripped comment */ /* indeed */ "></div>
<script type="text/javascript">
"use strict";
@ -39,7 +39,7 @@
{ element: "target8", expectedCssText: "color: var(--prop);" },
{ element: "target9", expectedCssText: "margin-right: ; margin-bottom: ; margin-left: ; margin-top: 10px;" },
{ element: "target10", expectedCssText: "" },
{ element: "target11", expectedCssText: "color: /* comment that must be preserved */ var(--prop) var(--prop);" }
{ element: "target11", expectedCssText: "color: var(--prop) /* kept comment */ var(--prop);" }
];
testcases.forEach(function (testcase) {