Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 475cfa74 authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove svg from ignored rendertree tests list."

parents 9e397775 aba91601
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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

    }

}