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:
Simon Sapin 2015-09-08 16:15:18 +02:00
parent 389d537451
commit b8fd51e940
2 changed files with 125 additions and 0 deletions

View file

@ -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",