MozReview-Commit-ID: 9YzRLX5CxyJ

--HG--
extra : rebase_source : b294b77b64e8dda6c0aabb9ea0994e4d33c70e91
This commit is contained in:
Boris Zbarsky 2017-06-08 14:17:52 -04:00
Родитель 6203a7b696
Коммит 8ad4ba015d
3 изменённых файлов: 13 добавлений и 1 удалений

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

@ -0,0 +1,3 @@
<!DOCTYPE html>
<div></div>
<div>This text should appear</div>

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

@ -0,0 +1,8 @@
<!DOCTYPE html>
<style>
[foo]:before {
content: "This text should appear";
}
</style>
<div></div>
<div foo></div>

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

@ -1,4 +1,4 @@
# All tests in this file have fuzz on OS X 10.10 due to bug 1220052.
# Almost all tests in this file have fuzz on OS X 10.10 due to bug 1220052.
fuzzy-if(OSX==1010,1,10) == display-types-01.html display-types-01-ref.html
fuzzy-if(OSX==1010,1,10) == dynamic-attr-01.html dynamic-attr-01-ref.html
@ -16,3 +16,4 @@ fuzzy-if(OSX==1010,1,10) == positioned-01.html positioned-01-ref.html
fuzzy-if(OSX==1010,1,10) == quotes-001.xml quotes-001-ref.xml
fuzzy-if(OSX==1010,1,10) == table-ignoring-whitespace-01.html table-ignoring-whitespace-01-ref.html
fuzzy-if(OSX==1010,1,10) == table-parts-01.html table-parts-01-ref.html
== before-style-sharing.html before-style-sharing-ref.html