зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1369954 - Part 3: Test. r=emilio
MozReview-Commit-ID: J9TonApa0MS --HG-- extra : rebase_source : 27204753d7e2ccb1941a54bd30a2d2b98bdf8dfa
This commit is contained in:
Родитель
2b2b1ce4d9
Коммит
2c3f68e4b2
|
@ -0,0 +1,17 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<style>
|
||||
span { color: green; }
|
||||
b { color: purple }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<span>This should be green</span>
|
||||
<p>
|
||||
<span>This should also be green</span><br/>
|
||||
<b>This should be purple</b>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,26 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<bindings xmlns="http://www.mozilla.org/xbl"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<binding id="a">
|
||||
<content>
|
||||
<span>This should be green</span>
|
||||
<xhtml:p>
|
||||
<children></children>
|
||||
</xhtml:p>
|
||||
</content>
|
||||
</binding>
|
||||
</bindings>
|
||||
<style>
|
||||
div > span { color: green; }
|
||||
p > span { color: red !important; }
|
||||
p { color: purple }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="-moz-binding: url(#a)">
|
||||
<span>This should also be green</span><br/>
|
||||
<b>This should be purple</b>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -2010,3 +2010,4 @@ fails-if(!stylo||styloVsGecko) == 1365162-1.html 1365162-1-ref.html
|
|||
== 1367592-1.html 1367592-1-ref.html
|
||||
== 1369584-1a.html 1369584-1-ref.html
|
||||
== 1369584-1b.html 1369584-1-ref.html
|
||||
== 1369954-1.xhtml 1369954-1-ref.xhtml
|
||||
|
|
|
@ -15,7 +15,7 @@ load 409807-1.xul
|
|||
load 414170-1.xul
|
||||
load 430394-1.xul
|
||||
load 454186-1.xul
|
||||
load 479931-1.xhtml
|
||||
asserts-if(stylo,3) load 479931-1.xhtml # bug 1324698
|
||||
load 509602-1.xul
|
||||
load 585815.html
|
||||
load 601427.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче