Bug 1369954 - Part 3: Test. r=emilio

MozReview-Commit-ID: J9TonApa0MS

--HG--
extra : rebase_source : 27204753d7e2ccb1941a54bd30a2d2b98bdf8dfa
This commit is contained in:
Cameron McCormack 2017-06-09 12:11:44 +08:00
Родитель 2b2b1ce4d9
Коммит 2c3f68e4b2
4 изменённых файлов: 45 добавлений и 1 удалений

Просмотреть файл

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