mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
Update web-platform-tests to revision b'2d1ad05908ee5447fdfa70eed9757273aa5da367'
This commit is contained in:
parent
7809bb7cba
commit
84de92ecaf
83 changed files with 1324 additions and 779 deletions
|
@ -23,6 +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>
|
||||
|
||||
<script type="text/javascript">
|
||||
"use strict";
|
||||
|
@ -37,7 +38,8 @@
|
|||
{ element: "target7", expectedCssText: "background: var(--prop);" },
|
||||
{ element: "target8", expectedCssText: "color: var(--prop);" },
|
||||
{ element: "target9", expectedCssText: "margin-right: ; margin-bottom: ; margin-left: ; margin-top: 10px;" },
|
||||
{ element: "target10", expectedCssText: "" }
|
||||
{ element: "target10", expectedCssText: "" },
|
||||
{ element: "target11", expectedCssText: "color: /* comment that must be preserved */ var(--prop) var(--prop);" }
|
||||
];
|
||||
|
||||
testcases.forEach(function (testcase) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue