crashtests.list 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Bug 668068 - Maximum (256) width and height icons that we currently interpret as 0-width and 0-height.
  2. load 256-height.ico
  3. load 256-width.ico
  4. load 83804-1.gif
  5. load 89341-1.gif
  6. load 463696.bmp
  7. load 570451.png
  8. skip-if(Android) load 694165-1.xhtml
  9. load 681190.html
  10. load 732319-1.html
  11. load 844403-1.html
  12. load 856616.gif
  13. load 944353.jpg
  14. load 1205923-1.html
  15. # Ensure we handle detecting that an image is animated, then failing to decode
  16. # it. (See bug 1210745.)
  17. load 1210745-1.gif
  18. load 1212954-1.svg
  19. load 1235605.gif
  20. load 1241728-1.html
  21. load 1241729-1.html
  22. load 1242093-1.html
  23. load 1242778-1.png
  24. load 1249576-1.png
  25. load 1253362-1.html
  26. load colormap-range.gif
  27. HTTP load delayedframe.sjs # A 3-frame animated GIF with an inordinate delay between the second and third frame
  28. # Animated gifs with a very large canvas, but tiny actual content.
  29. load delaytest.html?523528-1.gif
  30. load delaytest.html?523528-2.gif
  31. # Bug 1160801 - Ensure that we handle invalid disposal types.
  32. load invalid-disposal-method-1.gif
  33. load invalid-disposal-method-2.gif
  34. load invalid-disposal-method-3.gif
  35. load invalid-icc-profile.jpg # This would have exposed the leak discovered in bug 642902
  36. # Ensure we handle ICO directory entries which specify the wrong size for the contained resource.
  37. load invalid_ico_height.ico
  38. load invalid_ico_width.ico
  39. # Bug 525326 - Test image sizes of 65535x65535 which is larger than we allow)
  40. load invalid-size.gif
  41. load invalid-size-second-frame.gif
  42. load multiple-png-hassize.ico # Bug 863958 - This icon's size is such that it leads to multiple writes to the PNG decoder after we've gotten our size.
  43. asserts(0-2) load ownerdiscard.html # Bug 807211
  44. load truncated-second-frame.png # Bug 863975