Commit 96a0d407 authored by Tim van der Lippe's avatar Tim van der Lippe Committed by Chromium LUCI CQ

Re-enable test after DevTools roll

https://crrev.com/c/2578938 has rolled into Chromium

R=aerotwist@chromium.org

Bug: 1024752
Change-Id: Ia15c3b7b78ca8d7c02ed6aa5f562e712b589942d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584772
Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org>
Reviewed-by: default avatarPaul Lewis <aerotwist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836598}
parent e12e143c
...@@ -5897,9 +5897,6 @@ crbug.com/1156175 external/wpt/requestidlecallback/callback-iframe.html [ Pass T ...@@ -5897,9 +5897,6 @@ crbug.com/1156175 external/wpt/requestidlecallback/callback-iframe.html [ Pass T
# Sheriff 2020-12-08 # Sheriff 2020-12-08
crbug.com/1154178 external/wpt/webmessaging/broadcastchannel/basics.html [ Pass Failure ] crbug.com/1154178 external/wpt/webmessaging/broadcastchannel/basics.html [ Pass Failure ]
# DevTools roll
crbug.com/1024752 http/tests/devtools/sources/inline-styles-scripts-locations.js [ Skip ]
# Sheriff 2020-12-11 # Sheriff 2020-12-11
# Flaking on Linux Trusty # Flaking on Linux Trusty
crbug.com/1157849 [ Linux Release ] external/wpt/webrtc/RTCPeerConnection-iceConnectionState.https.html [ Pass Timeout ] crbug.com/1157849 [ Linux Release ] external/wpt/webrtc/RTCPeerConnection-iceConnectionState.https.html [ Pass Timeout ]
......
...@@ -46,7 +46,8 @@ Formatted Content: ...@@ -46,7 +46,8 @@ Formatted Content:
<body> <body>
<style> <style>
body { body {
--var-1: one; } --var-1: one;
}
</style> </style>
Hello World Hello World
<script> <script>
...@@ -54,7 +55,8 @@ Formatted Content: ...@@ -54,7 +55,8 @@ Formatted Content:
</script> </script>
<style> <style>
body { body {
--var-2: two;} --var-2: two;
}
</style> </style>
<script> <script>
function secondFunction() {} function secondFunction() {}
...@@ -62,16 +64,18 @@ Formatted Content: ...@@ -62,16 +64,18 @@ Formatted Content:
</body> </body>
</html> </html>
Scanning 25 lines for css locations. Note that location line/column numbers are zero-based. Scanning 27 lines for css locations. Note that location line/column numbers are zero-based.
uiLocation 8:0 resolves to: 8:0 (css) uiLocation 8:0 resolves to: 8:0 (css)
uiLocation 9:0 resolves to: 9:0 (css) uiLocation 9:0 resolves to: 9:0 (css)
uiLocation 10:0 resolves to: 11:0 (css) uiLocation 10:0 resolves to: 10:0 (css)
uiLocation 16:0 resolves to: 17:11 (css) uiLocation 11:0 resolves to: 11:0 (css)
uiLocation 17:0 resolves to: 17:17 (css) uiLocation 17:0 resolves to: 17:11 (css)
uiLocation 18:0 resolves to: 17:32 (css) uiLocation 18:0 resolves to: 17:17 (css)
Scanning 25 lines for script locations. Note that location line/column numbers are zero-based. uiLocation 19:0 resolves to: 17:30 (css)
uiLocation 13:0 resolves to: 14:0 (script) uiLocation 20:0 resolves to: 17:32 (css)
uiLocation 14:0 resolves to: 16:0 (script) Scanning 27 lines for script locations. Note that location line/column numbers are zero-based.
uiLocation 20:0 resolves to: 17:48 (script) uiLocation 14:0 resolves to: 14:0 (script)
uiLocation 21:0 resolves to: 17:77 (script) uiLocation 15:0 resolves to: 16:0 (script)
uiLocation 22:0 resolves to: 17:48 (script)
uiLocation 23:0 resolves to: 17:77 (script)
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