author | Matt Woodrow <mwoodrow@mozilla.com> |
Wed, 28 Nov 2012 17:09:11 +1300 | |
changeset 114330 | 8708a2a2276722a66801a0a046827ab0258de622 |
parent 114329 | 8fda5071806a9229a1f56934a1857ec35e3c6875 |
child 114331 | 6f0c997ba776240b89b5b2aa7bd0f98092f30ffc |
push id | 23913 |
push user | emorley@mozilla.com |
push date | Wed, 28 Nov 2012 17:11:31 +0000 |
treeherder | mozilla-central@17c267a881cf [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | npotb |
bugs | 796847 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/layout/reftests/bugs/796847-1.svg +++ b/layout/reftests/bugs/796847-1.svg @@ -1,14 +1,14 @@ <!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="reftest-wait"> - <title>Test that the area that's covered by a filtered elemnt is invalidated when content inside it changes</title> + <title>Test that the area that's covered by a filtered element is invalidated when content inside it changes</title> <filter id="f" x="0" y="0" width="100%" height="100"> <feGaussianBlur in="SourceGraphic" stdDeviation="0.1"/> </filter> <script type="text/javascript">//<![CDATA[ function doTest() { var e = document.getElementsByTagName("rect")[0];