| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-enforce-blocked.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-enforce-blocked.php b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-enforce-blocked.php
|
| index e385910943436aa54bd54eaab7c8d70345f496a4..dcc4a4d72b9ac496dad04b90abf6dc515d3ddff0 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-enforce-blocked.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-enforce-blocked.php
|
| @@ -11,7 +11,7 @@
|
| .wait_for('securitypolicyviolation')
|
| .then(t.step_func(e => {
|
| assert_equals(e.blockedURI, "inline");
|
| - assert_equals(e.lineNumber, 24);
|
| + assert_equals(e.lineNumber, 20);
|
| return watcher.wait_for('securitypolicyviolation');
|
| }))
|
| .then(t.step_func_done(e => {
|
|
|