commit | 08fbce0a25be93e3ccef86182a5a7e8f08f4be2f | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung.kim@lge.com> | Mon Nov 27 23:52:18 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 27 23:52:18 2017 |
tree | c0e8f9c671f0e9968761166ff2730f40a052a9c0 | |
parent | a5a8c6ecf4f93a9b0ba4975416e431af2a4b8827 [diff] |
fixup! [Custom Scheme] Restore isProtocolHandlerRegistered in historical.window.js Issue 784653 removed isProtocolHandlerRegistered from a test that was ensuring it's not supported. So this CL restores it and removed expected result as well. Bug: 121825 Change-Id: I50609018d2349b584cccc4db1054ff4fe7447e43 Reviewed-on: https://chromium-review.googlesource.com/789712 Reviewed-by: Robert Ma <robertma@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com> Cr-Commit-Position: refs/heads/master@{#519459}
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/system-state-and-capabilities/the-navigator-object/historical.window.js b/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/system-state-and-capabilities/the-navigator-object/historical.window.js index 358ddff..c27845e6 100644 --- a/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/system-state-and-capabilities/the-navigator-object/historical.window.js +++ b/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/system-state-and-capabilities/the-navigator-object/historical.window.js
@@ -1,5 +1,6 @@ [ "registerContentHandler", + "isProtocolHandlerRegistered", "isContentHandlerRegistered", "unregisterContentHandler" ].forEach(method => {