mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 7c15d5b4e87b3a20ca2bc523b33303131510bc01
This commit is contained in:
parent
4ded3038c0
commit
e864d8823c
69 changed files with 561 additions and 403 deletions
|
@ -26,7 +26,7 @@ tText.step(function() {
|
|||
tText.done()
|
||||
})
|
||||
elt.appendChild(
|
||||
document.createTextNode('@import "../../../../common/css-red.txt";'));
|
||||
document.createTextNode('@import "support/css-red.txt";'));
|
||||
document.getElementsByTagName("head")[0].appendChild(elt);
|
||||
})
|
||||
</script>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
html { color: red; }
|
Loading…
Add table
Add a link
Reference in a new issue