Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt
index 04dabe14ca196002cb8b8f893cbf482cd5c1df12..2ecbeba4c70673687f7999087354686b2db8cc88 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt
@@ -1,8 +1,8 @@
-CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo=bar'.
-CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo=bar?baz=foz'.
-CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foobar'.
-CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo=bar?'.
-CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo&bar?'.
+CONSOLE ERROR: line 41: Ignoring unrecogized 'integrity' attribute option 'foo=bar'.
+CONSOLE ERROR: line 41: Ignoring unrecogized 'integrity' attribute option 'foo=bar?baz=foz'.
+CONSOLE ERROR: line 41: Ignoring unrecogized 'integrity' attribute option 'foobar'.
+CONSOLE ERROR: line 41: Ignoring unrecogized 'integrity' attribute option 'foo=bar?'.
+CONSOLE ERROR: line 41: Ignoring unrecogized 'integrity' attribute option 'foo&bar?'.
This is a testharness.js-based test.
PASS SRI with options
PASS SRI with options 1

Powered by Google App Engine
This is Rietveld 408576698