The http/tests/cache/disk-cache-disable.html layout test is failing since it was added on r180148(https://trac.webkit.org/changeset/180148). Disk Cache seems not to be working. The diff is the following: --- /home/ch01/wk-tools/layout-test-results/http/tests/cache/disk-cache-disable-expected.txt +++ /home/ch01/wk-tools/layout-test-results/http/tests/cache/disk-cache-disable-actual.txt @@ -5,7 +5,7 @@ Default (cache enabled) response headers: {"Cache-control":"max-age=100"} -response source: Disk cache +response source: Network Disabling cache response headers: {"Cache-control":"max-age=100"} @@ -13,7 +13,7 @@ Re-enabling cache response headers: {"Cache-control":"max-age=100"} -response source: Disk cache +response source: Network PASS successfullyParsed is true
*** This bug has been marked as a duplicate of bug 141702 ***