Skip to content

Commit

Permalink
Fixed missing test image for filter inline reftests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasanen committed Mar 23, 2016
1 parent ef8d36d commit ddeb33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/tests/css/filter_inline_a.html
Expand Up @@ -14,6 +14,6 @@
</style>
</head>
<body>
<img class="ex" src="rust.png">
<img class="ex" src="rust-0.png">
</body>
</html>
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/tests/css/filter_inline_ref.html
Expand Up @@ -13,6 +13,6 @@
</style>
</head>
<body>
<img class="ex" src="rust.png">
<img class="ex" src="rust-0.png">
</body>
</html>

0 comments on commit ddeb33b

Please sign in to comment.