Bug 797797. Reftest.

--HG--
extra : rebase_source : 028a2835dd34e37a7dcf965bd2d23b004dce0bb9
This commit is contained in:
Robert O'Callahan 2012-10-05 15:37:29 +13:00
parent 54750a7264
commit 3500fc067a
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<div style="font-size:40px; color:rgba(0,0,0,0.5)">bash</div>
</body>
</html>

View File

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<div style="font-size:40px; opacity:.5;">bash</div>
</body>
</html>

View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="color:rgba(0,0,0,0.5)">youtube</div>
<div style="color:rgba(0,0,0,0.5)">bash</div>
</body>
</html>

View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="opacity:0.5; color:black">youtube</div>
<div style="opacity:0.5; color:black">bash</div>
</body>
</html>

View File

@ -1720,3 +1720,5 @@ fuzzy-if(true,17,5859) == 759036-2.html 759036-2-ref.html
== 776265-2c.html 776265-2-ref.html
== 776265-2d.html 776265-2-ref.html
== 787947-1.html 787947-1-ref.html
fuzzy(40,800) == 797797-1.html 797797-1-ref.html # 'opacity:N' and rgba(,,,N) text don't match precisely
fuzzy(40,800) == 797797-2.html 797797-2-ref.html # 'opacity:N' and rgba(,,,N) text don't match precisely