Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html b/third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html |
| index 2ccdb0e807fef5d933c64a476cfc09f2c942d47e..b254093cee0b312c8b07aaae8e31e50f9346d5ac 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/preload/multiple-meta-csp.html |
| @@ -17,8 +17,6 @@ window.addEventListener("load", t.step_func(function() { |
| assert_false(internals.isPreloaded('../resources/Ahem.ttf'), "fonts should not be preloaded"); |
| assert_false(internals.isPreloaded('../resources/dummy.css'), "css should not be preloaded"); |
| assert_false(internals.isPreloaded('../resources/square.png'), "imgs should not be preloaded"); |
| - assert_true(internals.isPreloaded('../resources/testharness.js')); |
| - assert_true(internals.isPreloaded('../resources/testharnessreport.js')); |
|
yhirano
2017/04/25 14:47:30
In this test, speculative preloads are made AFTER
|
| t.done(); |
| } |
| })); |