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

Unified Diff: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-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/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt
index 7beab63cb7084a57614cdf5274e846eada5ae1a4..7860d9fe98f796647bc3bbcaed861208bdce7894 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt
@@ -1,9 +1,9 @@
CONSOLE MESSAGE: line 1: PASS: Form feed is a delimiter.
-CONSOLE ERROR: Error while parsing the 'sandbox' attribute: 'allow-scripts allow-forms' is an invalid sandbox flag.
+CONSOLE ERROR: line 27: Error while parsing the 'sandbox' attribute: 'allow-scripts allow-forms' is an invalid sandbox flag.
CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>console.log('FAIL: Vertical tab is not a delimiter.');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
CONSOLE MESSAGE: line 1: PASS: Newline is a delimiter.
CONSOLE MESSAGE: line 1: PASS: Return is a delimiter.
-CONSOLE ERROR: Error while parsing the 'sandbox' attribute: 'allow-scriptsxallow-forms' is an invalid sandbox flag.
+CONSOLE ERROR: line 27: Error while parsing the 'sandbox' attribute: 'allow-scriptsxallow-forms' is an invalid sandbox flag.
CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>console.log('FAIL: x is not a delimiter.');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
CONSOLE MESSAGE: line 1: PASS: Tab is a delimiter.
CONSOLE MESSAGE: line 1: PASS: Space is a delimiter character.

Powered by Google App Engine
This is Rietveld 408576698