Skip to content
Snippets Groups Projects
Commit 7922dcbe authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] web: increase unit test speed

The method removeSrcAttribute is critical, because each changes trigger
this one. this method must be optimized to the maximum to be the fastest.

Before this fix, removeSrcAttribute method search the image and iframe for
all body nodes instead of search only in the inserted nodes, and the method
are very slow.
parent b9a763ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment