| 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 2e96ef98a9a2d30adfceeb2d2805c9b076c81e12..435ea273b19f62ab2e385945e4d4a7ccdafb1542 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
|
| @@ -12,12 +12,12 @@
|
| .wait_for('securitypolicyviolation')
|
| .then(t.step_func(e => {
|
| assert_equals(e.blockedURI, "inline");
|
| - assert_equals(e.lineNumber, 29);
|
| + assert_equals(e.lineNumber, 25);
|
| return watcher.wait_for('securitypolicyviolation');
|
| }))
|
| .then(t.step_func(e => {
|
| assert_equals(e.blockedURI, "inline");
|
| - assert_equals(e.lineNumber, 29);
|
| + assert_equals(e.lineNumber, 25);
|
| return watcher.wait_for('securitypolicyviolation');
|
| }))
|
| .then(t.step_func_done(e => {
|
|
|