Commit 2a9190c6 authored by Songtao Xia's avatar Songtao Xia Committed by Commit Bot

[DevTools] Re-enable web_tests

Reland 2246182

https://chromium-review.googlesource.com/c/chromium/src/+/2220809
disabled web_tests for the frontend to be checked in.

Bug: crbug.com/1066595
Change-Id: I48284ea715d7a50a46ac301106171c4cbc57839a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2255878Reviewed-by: default avatarBrandon Goddard <brgoddar@microsoft.com>
Commit-Queue: Songtao Xia <soxia@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#781185}
parent 02af45fa
...@@ -6656,7 +6656,6 @@ crbug.com/1066716 http/tests/cache/zero-length-xhr.html [ Pass Timeout ] ...@@ -6656,7 +6656,6 @@ crbug.com/1066716 http/tests/cache/zero-length-xhr.html [ Pass Timeout ]
crbug.com/1067533 [ Mac10.10 ] external/wpt/shape-detection/idlharness.https.any.sharedworker.html [ Pass Failure ] crbug.com/1067533 [ Mac10.10 ] external/wpt/shape-detection/idlharness.https.any.sharedworker.html [ Pass Failure ]
# Temporarily disabled for landing changes to DevTools frontend # Temporarily disabled for landing changes to DevTools frontend
crbug.com/1066595 http/tests/devtools/tracing/timeline-network/timeline-network-resource.js [ Pass Failure ]
crbug.com/1066579 http/tests/devtools/har-importer.js [ Pass Failure ] crbug.com/1066579 http/tests/devtools/har-importer.js [ Pass Failure ]
# Flaky test, happens only on Mac 10.13. # Flaky test, happens only on Mac 10.13.
......
...@@ -26,6 +26,7 @@ ResourceReceiveResponse Properties: ...@@ -26,6 +26,7 @@ ResourceReceiveResponse Properties:
fromServiceWorker : false fromServiceWorker : false
mimeType : "text/html" mimeType : "text/html"
requestId : <string> requestId : <string>
responseTime : <number>
statusCode : 200 statusCode : 200
timing : <object> timing : <object>
} }
...@@ -78,6 +79,7 @@ ResourceReceiveResponse Properties: ...@@ -78,6 +79,7 @@ ResourceReceiveResponse Properties:
fromServiceWorker : false fromServiceWorker : false
mimeType : "application/x-javascript" mimeType : "application/x-javascript"
requestId : <string> requestId : <string>
responseTime : <number>
statusCode : 200 statusCode : 200
timing : <object> timing : <object>
} }
......
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