Commit 66570952 authored by Alexey Kozyatinskiy's avatar Alexey Kozyatinskiy Committed by Commit Bot

[DevTools] rebaselined sources/debugger/debug-inlined-scripts.js

TBR=dgozman@chromium.org

Bug: chromium:697334
Change-Id: Ic3007ca377343820beff72631480f3e49c7ffe0f
Reviewed-on: https://chromium-review.googlesource.com/824943Reviewed-by: default avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523817}
parent 2f8227fb
......@@ -1865,8 +1865,6 @@ crbug.com/763830 http/tests/security/cors-rfc1918/ [ Skip ]
# were matched on pass/fail but not exact error messages.
crbug.com/626703 external/wpt/resource-timing/resource_TAO_space.htm [ Pass Failure ]
crbug.com/698077 http/tests/devtools/sources/debugger/debug-inlined-scripts.js [ NeedsManualRebaseline ]
# Working on getting the CSP tests going:
crbug.com/694525 external/wpt/content-security-policy/object-src [ Skip ]
crbug.com/694525 external/wpt/content-security-policy/reporting [ Skip ]
......
......@@ -2,8 +2,7 @@ Tests that all inlined scripts from the same document are shown in the same sour
Script source was shown.
Script execution paused.
Call stack:
0) f1 (inlined-scripts.html:3)
1) (inlined-scripts.html:3)
0) (debug-inline-scripts.html:3)
Call stack status: Paused on breakpoint
==Source frame contents start==
<html>
......@@ -24,8 +23,8 @@ f4();
==Source frame contents end==
Script execution paused.
Call stack:
0) f4 (inlined-scripts.html:10)
1) (inlined-scripts.html:12)
0) f4 (debug-inline-scripts.html:10)
1) (debug-inline-scripts.html:12)
==Source frame contents start==
<html>
<head>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment