зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1366144: Test. r=heycam
MozReview-Commit-ID: Dx1rFw0BZHm --HG-- extra : rebase_source : 2a07111ebe30c8c9f456b97de2bbed0d9ada7e63
This commit is contained in:
Родитель
9e1699e113
Коммит
fa786ffb93
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div::after { color: green; content: "Bar"; }
|
||||
</style>
|
||||
<div></div>
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div::after { color: green }
|
||||
div.foo::after { content: "Bar" }
|
||||
</style>
|
||||
<div></div>
|
||||
<script>
|
||||
onload = function() {
|
||||
document.querySelector('div').classList.add('foo');
|
||||
}
|
||||
</script>
|
|
@ -2004,3 +2004,4 @@ fails-if(stylo) == 1348481-3.html 1348481-ref.html
|
|||
== 1364280-2b.html 1364280-2-ref.html
|
||||
== 1364280-2c.html 1364280-2-ref.html
|
||||
== 1364335.html 1364335-ref.html
|
||||
== 1366144.html 1366144-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче