| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-reportonly-allowed.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-reportonly-allowed.php b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-reportonly-allowed.php
|
| index f197cb8f90da8c53b262ae6bdacaa9c6b905ceeb..6e867fa7d77f5f63b46809d6725a2c81f010563a 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-reportonly-allowed.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/nonces/style-reportonly-allowed.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 => {
|
|
|