Chromium Code Reviews| 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); |
|
alexmos
2017/03/29 23:27:32
This doesn't seem related to this CL and is alread
arthursonzogni
2017/03/30 11:36:27
Yes, sorry for the confusion. I wanted to add
http
|
| return watcher.wait_for('securitypolicyviolation'); |
| })) |
| .then(t.step_func_done(e => { |