forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load legacy modules in DevTools layout tests 1/n
R=aerotwist@chromium.org Bug: 1131500 Change-Id: I57e9b3a8694916092236bf4863c8569d1e6e6974 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2749216 Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by: Paul Lewis <aerotwist@chromium.org> Cr-Commit-Position: refs/heads/master@{#861970}
- Loading branch information
1 parent
8addf93
commit ed6e264
Showing
20 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...http/tests/devtools/sources/debugger/async-callstack-network-initiator-image-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Tests asynchronous network initiator for image loaded from JS. | ||
|
||
async-callstack-network-initiator-image.js:14 | ||
async-callstack-network-initiator-image.js:15 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...y/blink/web_tests/http/tests/devtools/tracing/timeline-js/timeline-script-id-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Test that checks location resolving mechanics for TimerInstall TimerRemove and FunctionCall events with scriptId. | ||
It expects two FunctionCall for InjectedScript, two TimerInstall events, two FunctionCall events and one TimerRemove event to be logged with performActions.js script name and some line number. | ||
|
||
detailsTextContent for TimerInstall event: 'performActions.js:32' | ||
details.textContent for TimerInstall event: 'performActions.js:32' | ||
detailsTextContent for TimerInstall event: 'performActions.js:33' | ||
details.textContent for TimerInstall event: 'performActions.js:33' | ||
detailsTextContent for FunctionCall event: 'performActions.js:37' | ||
details.textContent for FunctionCall event: 'intervalTimerWork @ performActions.js:37' | ||
detailsTextContent for FunctionCall event: 'performActions.js:37' | ||
details.textContent for FunctionCall event: 'intervalTimerWork @ performActions.js:37' | ||
detailsTextContent for TimerRemove event: 'performActions.js:40' | ||
details.textContent for TimerRemove event: 'performActions.js:40' | ||
detailsTextContent for TimerInstall event: 'performActions.js:34' | ||
details.textContent for TimerInstall event: 'performActions.js:34' | ||
detailsTextContent for FunctionCall event: 'performActions.js:38' | ||
details.textContent for FunctionCall event: 'intervalTimerWork @ performActions.js:38' | ||
detailsTextContent for FunctionCall event: 'performActions.js:38' | ||
details.textContent for FunctionCall event: 'intervalTimerWork @ performActions.js:38' | ||
detailsTextContent for TimerRemove event: 'performActions.js:41' | ||
details.textContent for TimerRemove event: 'performActions.js:41' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters