Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-multiple-blocked.php |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-multiple-blocked.php b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-multiple-blocked.php |
index 1eed86b097ef4188d7c5cb46a619f63732e98fc1..2e96ef98a9a2d30adfceeb2d2805c9b076c81e12 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-multiple-blocked.php |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-multiple-blocked.php |
@@ -35,7 +35,8 @@ |
<script> |
async_test(t => { |
window.onload = t.step_func_done(_ => { |
- assert_equals(document.styleSheets.length, 0); |
+ assert_equals(document.styleSheets.length, 1); |
+ assert_equals(document.styleSheets[0].rules.length, 0); |
}); |
}, "Incorrectly nonced stylesheets do not load."); |
</script> |