Bug 538716 - fix reftest, making it pass. r=bz

This commit is contained in:
Jesse Ruderman 2010-01-08 19:55:40 -08:00
Родитель 0fc8ba572d
Коммит e17ebdfd00
2 изменённых файлов: 2 добавлений и 3 удалений

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

@ -2,8 +2,7 @@
<html> <html>
<head> <head>
<style> <style>
option {color: red} option {color: green}
option[selected] {color:green}
option[selected]:disabled ~ option:not([disabled]):not(:disabled) {color: red} option[selected]:disabled ~ option:not([disabled]):not(:disabled) {color: red}
</style> </style>
</head> </head>

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

@ -318,7 +318,7 @@ fails == 311366-unknown-block-3.html 311366-unknown-block-3-ref.html
== 315920-3d.html 315920-3-ref.html == 315920-3d.html 315920-3-ref.html
!= 315920-3e.html 315920-3-ref.html != 315920-3e.html 315920-3-ref.html
== 315920-4.html 315920-4-ref.html == 315920-4.html 315920-4-ref.html
fails == 315920-5.html 315920-5-ref.html # bug 229915 ??? == 315920-5.html 315920-5-ref.html
== 315920-6.html 315920-6-ref.html == 315920-6.html 315920-6-ref.html
== 315920-7a.html 315920-7-ref.html == 315920-7a.html 315920-7-ref.html
== 315920-7b.html 315920-7-ref.html == 315920-7b.html 315920-7-ref.html