Remove svg from ignored rendertree tests list.

issue: 2469786
Change-Id: I9e7264a32fbc50d6810031b32ef0da411904cd83
This commit is contained in:
Shimeng (Simon) Wang
2010-05-04 13:45:16 -07:00
parent d3f9051c85
commit aba9160183

View File

@@ -172,8 +172,6 @@ public class FileFilter {
ignoreResultList.add("fast/replaced/image-map.html"); // requires eventSender.mouseDown(),mouseUp()
ignoreResultList.add("fast/text/plain-text-line-breaks.html"); // extra spacing because iFrames rendered next to each other on Apple
ignoreResultList.add("profiler"); // profiler is not supported
ignoreResultList.add("svg"); // svg is not supported
}
}