Commit 9e4f38e6 authored by Mathias Bynens's avatar Mathias Bynens Committed by Commit Bot

Restore DevTools test expectations

Now that the corresponding DevTools front-end CL [1] has landed, we can
re-enable the test with updated expectations. The CL that temporarily
disabled the test was [2].

[1]: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2082372
[2]: https://chromium-review.googlesource.com/c/chromium/src/+/2083147

Bug: chromium:1057042
Change-Id: I0fe4c97dd2640df23fae9a3c0db45a7c8118421f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083302Reviewed-by: default avatarPeter Marshall <petermarshall@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746286}
parent 19e2555c
...@@ -2400,10 +2400,6 @@ crbug.com/1032016 virtual/threaded/http/tests/devtools/tracing/timeline-js/timel ...@@ -2400,10 +2400,6 @@ crbug.com/1032016 virtual/threaded/http/tests/devtools/tracing/timeline-js/timel
crbug.com/1032016 http/tests/devtools/bindings/inline-styles-binding.js [ Pass Failure ] crbug.com/1032016 http/tests/devtools/bindings/inline-styles-binding.js [ Pass Failure ]
crbug.com/1032016 http/tests/devtools/bindings/livelocation-main-frame-navigated.js [ Pass Failure ] crbug.com/1032016 http/tests/devtools/bindings/livelocation-main-frame-navigated.js [ Pass Failure ]
# Temporarily disabled for
# https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/208237
crbug.com/1057042 http/tests/devtools/console/console-pins.js [ Pass Failure ]
# We only want to run one of the web-animations-api tests in stable mode. # We only want to run one of the web-animations-api tests in stable mode.
crbug.com/441553 virtual/stable/web-animations-api/* [ Skip ] crbug.com/441553 virtual/stable/web-animations-api/* [ Skip ]
# These tests *only* run in stable, to verify that these features are unsupported and throw exceptions. # These tests *only* run in stable, to verify that these features are unsupported and throw exceptions.
......
...@@ -17,7 +17,7 @@ Running: testNoSideEffectsWhileEditing ...@@ -17,7 +17,7 @@ Running: testNoSideEffectsWhileEditing
Focusing the first pin's editor. Focusing the first pin's editor.
Setting text to: "window.flag = true". Setting text to: "window.flag = true".
Name: window.flag = true Name: window.flag = true
Value: (...) Value: ()
window.flag is now: false window.flag is now: false
Running: testRemoveSinglePin Running: testRemoveSinglePin
......
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