mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-29 03:44:37 +00:00
bug 481720 - Don't load remote images in mochitests, r=davidb
This commit is contained in:
parent
7bdeb2dd17
commit
43b91bbb86
@ -46,6 +46,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES =\
|
||||
letters.gif \
|
||||
moz.png \
|
||||
longdesc_src.html \
|
||||
attributes.js \
|
||||
@ -90,9 +91,9 @@ _TEST_FILES =\
|
||||
test_nsIAccessible_focus.html \
|
||||
test_nsIAccessibleDocument.html \
|
||||
test_nsIAccessibleEditableText.html \
|
||||
$(warning test_nsIAccessibleHyperLink.html temporarily disabled) \
|
||||
test_nsIAccessibleHyperLink.html \
|
||||
test_nsIAccessibleHyperLink.xul \
|
||||
$(warning test_nsIAccessibleHyperText.html temporarily disabled) \
|
||||
test_nsIAccessibleHyperText.html \
|
||||
test_nsIAccessibleImage.html \
|
||||
$(warning test_nsIAccessibleTable_listboxes.xul temporarily disabled) \
|
||||
test_nsIAccessNode_utils.html \
|
||||
|
BIN
accessible/tests/mochitest/letters.gif
Normal file
BIN
accessible/tests/mochitest/letters.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
@ -281,7 +281,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=418368
|
||||
<img width="447" id="imgmap"
|
||||
height="15"
|
||||
usemap="#atoz_map"
|
||||
src="http://www.bbc.co.uk/radio4/images/letters.gif"></img>
|
||||
src="letters.gif"></img>
|
||||
|
||||
<br>Empty link:<br>
|
||||
<a id="emptyLink" href=""><img src=""></img></a>
|
||||
|
@ -98,7 +98,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=428248
|
||||
<img width="447" id="imgmap"
|
||||
height="15"
|
||||
usemap="#atoz_map"
|
||||
src="http://www.bbc.co.uk/radio4/images/letters.gif"></img>
|
||||
src="letters.gif"></img>
|
||||
<br>Empty link:<br>
|
||||
<a id="emptyLink" href=""><img src=""></img></a>
|
||||
<br>Link with embedded span<br>
|
||||
|
Loading…
Reference in New Issue
Block a user