12010-07-12 Adam Barth <abarth@webkit.org>
2
3 Reviewed by NOBODY (OOPS!).
4
5 REGRESSION (HTML5 parser?): Impossible to get past the CAPTCHA on postcode.royalmail.com
6 https://bugs.webkit.org/show_bug.cgi?id=41797
7
8 This test is a bit subtle, but it captures a reduction of what I think
9 is going on with the site.
10
11 Essentially, the real parser doesn't see the <img> tag, but the preload
12 scanner does. Prior to this patch, we were preload scanning this
13 region of the document even though we weren't supposed to.
14
15 * http/tests/loading/preload-slow-loading-expected.txt: Added.
16 * http/tests/loading/preload-slow-loading.php: Added.
17