Skip to content

Commit

Permalink
Revert "Headless: don't use the copy of the protocol test harness, re…
Browse files Browse the repository at this point in the history
…ference the original."

This reverts commit fec1b5f.

Reason for revert: headless bots failing

Original change's description:
> Headless: don't use the copy of the protocol test harness, reference the original.
> 
> Change-Id: If7796d2a698243b89a9ee7ff9603cf3e04338be3
> TBR: eseckler
> Reviewed-on: https://chromium-review.googlesource.com/1066683
> Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#560103}

TBR=dgozman@chromium.org,pfeldman@chromium.org,johannes@chromium.org

Change-Id: I962809483fd18c2635cb4f963b215b69b47c5efe
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/1066746
Reviewed-by: Pavel Feldman <pfeldman@chromium.org>
Commit-Queue: Pavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560154}
  • Loading branch information
pavelfeldman authored and Commit Bot committed May 19, 2018
1 parent 7ffe84b commit 244e754
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 14 deletions.
1 change: 0 additions & 1 deletion headless/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ test("headless_browsertests") {
"lib/dom_tree_extraction_expected_styles.txt",
"$root_out_dir/headless_lib.pak",
"//net/tools/testserver/",
"//third_party/WebKit/LayoutTests/http/tests/inspector-protocol/",
"//third_party/pyftpdlib/",
"//third_party/pywebsocket/",
"//third_party/tlslite/",
Expand Down
2 changes: 1 addition & 1 deletion headless/test/data/protocol/inspector-protocol-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
console.debug(object.params[0]);
}
</script>
<script src="../../resources/inspector-protocol-test.js"></script>
<script src="inspector-protocol-test.js"></script>
<script>
DevToolsAPI._log = (text) => output.push(text);
function onmessage(json) { DevToolsAPI.dispatchMessage(json); }
Expand Down
Loading

0 comments on commit 244e754

Please sign in to comment.