diff options
Diffstat (limited to 'uriloader/exthandler/tests/mochitest/test_invalidCharFileExtension.xhtml')
-rw-r--r-- | uriloader/exthandler/tests/mochitest/test_invalidCharFileExtension.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uriloader/exthandler/tests/mochitest/test_invalidCharFileExtension.xhtml b/uriloader/exthandler/tests/mochitest/test_invalidCharFileExtension.xhtml index 177af3757f..d7c796589f 100644 --- a/uriloader/exthandler/tests/mochitest/test_invalidCharFileExtension.xhtml +++ b/uriloader/exthandler/tests/mochitest/test_invalidCharFileExtension.xhtml @@ -11,7 +11,7 @@ var tests = [ ["test.png:large", "test.png"], ["test.png/large", "test.png"], - [":test.png::large:", "test.png"], + [":test.png::large:", "_test.png"], ]; add_task(async function() { |