mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 920877 - Test - blob url with -moz-resolution fragment identifier. r=khuey
This commit is contained in:
parent
3465d23851
commit
d22d4561f8
BIN
content/base/test/reftest/mixed-bmp-png.ico
Normal file
BIN
content/base/test/reftest/mixed-bmp-png.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
1
content/base/test/reftest/reftest.list
Normal file
1
content/base/test/reftest/reftest.list
Normal file
@ -0,0 +1 @@
|
||||
== test_bug920877.html test_bug920877-ref.html
|
20
content/base/test/reftest/test_bug920877-ref.html
Normal file
20
content/base/test/reftest/test_bug920877-ref.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
var img = document.createElement("img");
|
||||
img.id = "img-ori";
|
||||
img.src = "mixed-bmp-png.ico";
|
||||
document.body.appendChild(img);
|
||||
|
||||
img = document.createElement("img");
|
||||
img.id = "img-res32";
|
||||
img.src = "mixed-bmp-png.ico#-moz-resolution=32,32";
|
||||
document.body.appendChild(img);
|
||||
|
||||
img = document.createElement("img");
|
||||
img.id = "img-res48";
|
||||
img.src = "mixed-bmp-png.ico#-moz-resolution=48,48";
|
||||
document.body.appendChild(img);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
38
content/base/test/reftest/test_bug920877.html
Normal file
38
content/base/test/reftest/test_bug920877.html
Normal file
File diff suppressed because one or more lines are too long
@ -3,6 +3,8 @@
|
||||
# To: /content/canvas/test/reftest
|
||||
skip-if(xulFennec) include ../../canvas/test/reftest/reftest.list
|
||||
|
||||
include ../../base/test/reftest/reftest.list # bug 920877
|
||||
|
||||
== bug453105.html bug453105-ref.html
|
||||
== optiontext.html optiontext-ref.html
|
||||
== bug456008.xhtml bug456008-ref.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user