0
Files
src/third_party/blink/web_tests/inspector-protocol/debugger/debugger-scope-skip-variables-with-empty-name-expected.txt
Weizhong Xia f2d84e666d Move all generic baselines to the test folder
Notice to sheriffs: This is a huge CL. Test could fail if another CL
creating baselines at old place landed at the same time. Please
consider revert that CL. Please ping me if there are still issues.

This change undoes the change made in crrev/c/3603221. Devs expressed
the desire to have the generic baselines sit side to side to the tests.

Moved generic baselines back to test folder, and update blink tools
accordingly.

Also fixed some Webview side references to the generic baselines.

Bug: 1299834
Change-Id: Idfab11ce90cc05c4cbf7fd7b523f3e3302c09faa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3855797
Reviewed-by: Scott Violet <sky@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Michael Bai <michaelbai@chromium.org>
Owners-Override: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1039971}
2022-08-26 21:02:58 +00:00

19 lines
374 B
Plaintext

Tests that we do not report scope variables with empty names.
{
result : [
[0] : {
configurable : true
enumerable : true
isOwn : true
name : a
value : {
description : 2
type : number
value : 2
}
writable : true
}
]
}