Bug 610945 - Make reftests/svg/filters/feSpecularLighting-1.svg pass on all platforms r=roc a=tests

This commit is contained in:
Cameron McCormack 2010-11-16 12:36:16 +13:00
parent c85d4936d7
commit f508df596d
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -17,4 +17,9 @@
</filter>
<rect width='100' height='100' fill='blue'/>
<path d='M0,0 h100 v100 h-100 z M20,20 v60 h60 v-60 z' filter='url(#f)'/>
<!-- Cover two spots in the test whose rendering differs in opt builds
vs. debug builds (see Bug 610945). -->
<rect x='78' y='18' width='4' height='4'/>
<rect x='18' y='78' width='4' height='4'/>
</svg>

Before

Width:  |  Height:  |  Size: 943 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -86,5 +86,5 @@ fails == filter-marked-line-01.svg pass.svg # bug 477704
== feDiffuseLighting-1.svg feDiffuseLighting-1-ref.svg
random-if(gtk2Widget) == feSpecularLighting-1.svg feSpecularLighting-1-ref.svg # bug 610945
== feSpecularLighting-1.svg feSpecularLighting-1-ref.svg