X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fhttp%2Ftests%2Fcache%2Fpost-with-cached-subresources.php;h=a9cc043e42df1d1495c426f6330c5f90cb665503;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=5940163c0cc9154d45c6edcd7f592aacd798ecc2;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/http/tests/cache/post-with-cached-subresources.php b/src/third_party/WebKit/LayoutTests/http/tests/cache/post-with-cached-subresources.php index 5940163..a9cc043 100644 --- a/src/third_party/WebKit/LayoutTests/http/tests/cache/post-with-cached-subresources.php +++ b/src/third_party/WebKit/LayoutTests/http/tests/cache/post-with-cached-subresources.php @@ -42,6 +42,12 @@ if ($_POST["submit"] == "finish") { echo "xhr.send(null);"; echo ""; } + // Evict resources in memory cache before re-posting. Otherwise, it will + // always PASS. + echo ""; echo ""; } else { echo "
";