Commit 22d90f70 authored by Andrey Lushnikov's avatar Andrey Lushnikov Committed by Commit Bot

DevTools: rebaseline automapping-sourcemap* tests

This patch rebaselines test expectations for automapping-sourcemap
and automapping-sourcemap-nameclash tests.

BUG=659456
TBR=dgozman

Change-Id: Icd635ad1e5da1369b168a91c752374675ca8d4f5
Reviewed-on: https://chromium-review.googlesource.com/828263Reviewed-by: default avatarAndrey Lushnikov <lushnikov@chromium.org>
Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524330}
parent 428cfddd
......@@ -1120,8 +1120,6 @@ crbug.com/552494 scrollbars/overflow-scrollbar-combinations.html [ Pass Failure
crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
crbug.com/552494 virtual/rootlayerscrolls/scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
crbug.com/659456 http/tests/devtools/persistence/automapping-sourcemap.js [ Pass Failure ]
crbug.com/652964 [ Linux Win ] fast/text/hyphens/hyphen-min-preferred-width-mock.html [ Skip ]
crbug.com/652964 [ Linux Win ] fast/text/hyphens/hyphens-align.html [ Skip ]
crbug.com/652964 [ Linux Win ] fast/text/hyphens/hyphens-auto.html [ Skip ]
......@@ -3167,7 +3165,6 @@ crbug.com/746128 [ Win7 Debug ] virtual/new-remote-playback-pipeline/media/contr
# For Skia roll
crbug.com/630695 fast/css/transformed-mask.html [ NeedsManualRebaseline ]
crbug.com/v8/4958 http/tests/devtools/persistence/automapping-sourcemap-nameclash.js [ NeedsManualRebaseline ]
crbug.com/v8/4958 inspector-protocol/debugger/domdebugger-getEventListeners.js [ NeedsManualRebaseline ]
crbug.com/v8/4958 http/tests/devtools/console/console-eval-scoped.js [ NeedsManualRebaseline ]
crbug.com/v8/4958 http/tests/devtools/console/console-functions.js [ NeedsManualRebaseline ]
......
Verify that sourcemap sources are mapped with non-exact match.
Binding created: {
network: http://127.0.0.1:8000/inspector/persistence/resources/s.css
network: http://127.0.0.1:8000/devtools/persistence/resources/s.css
fileSystem: file:///var/www/dist/s.css
exactMatch: true
}
Binding created: {
network: http://127.0.0.1:8000/inspector/persistence/resources/s.scss
network: http://127.0.0.1:8000/devtools/persistence/resources/s.scss
fileSystem: file:///var/www/src/s.scss
exactMatch: false
}
......
CONSOLE MESSAGE: line 1: 1
CONSOLE MESSAGE: line 1: function(){}
Verify that sourcemap sources are mapped event when sourcemap compiled url matches with one of the source urls.
Binding created: {
......
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