mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Add a copy of a test that uses a style attribute instead of a stylesheet.
`tests/wpt/css-tests/css-variables-1_dev/html/test_variable_legal_values.htm` relies on setting `.data` on a text node inside a `<style>` element to update a stylesheet, but this doesn’t work on Servo yet. Add a copy of this file that uses a style attribute instead.
This commit is contained in:
parent
389d537451
commit
b8fd51e940
2 changed files with 125 additions and 0 deletions
|
@ -281,6 +281,12 @@
|
|||
]
|
||||
},
|
||||
"testharness": {
|
||||
"css/test_variable_legal_values.html": [
|
||||
{
|
||||
"path": "css/test_variable_legal_values.html",
|
||||
"url": "/_mozilla/css/test_variable_legal_values.html"
|
||||
}
|
||||
],
|
||||
"mozilla/DOMParser.html": [
|
||||
{
|
||||
"path": "mozilla/DOMParser.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue