Move navigatorcontentutils directory to top of LayoutTests

Modules tests have been placed in top of LayoutTests. So, this cl moves navigatorcontentutils
to top of LayoutTests.

BUG=none

Review URL: https://codereview.chromium.org/335783003

git-svn-id: svn://svn.chromium.org/blink/trunk@176105 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent cc6316f9
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<script src="../../../resources/js-test.js"></script> <script src="../resources/js-test.js"></script>
</head> </head>
<body> <body>
<p>This test makes sure that navigator.isProtocolHandlerRegistered throws the proper exceptions and returns the default state of handler.</p> <p>This test makes sure that navigator.isProtocolHandlerRegistered throws the proper exceptions and returns the default state of handler.</p>
......
<html> <html>
<head> <head>
<script src="../../../resources/js-test.js"></script> <script src="../resources/js-test.js"></script>
</head> </head>
<body> <body>
<p>This test makes sure that navigator.registerProtocolHandler throws the proper exceptions and has no-op default implementation.</p> <p>This test makes sure that navigator.registerProtocolHandler throws the proper exceptions and has no-op default implementation.</p>
......
<html> <html>
<head> <head>
<script src="../../../resources/js-test.js"></script> <script src="../resources/js-test.js"></script>
</head> </head>
<body> <body>
<p>This test makes sure that navigator.unregisterProtocolHandler throws the proper exceptions and has no-op default implementation.</p> <p>This test makes sure that navigator.unregisterProtocolHandler throws the proper exceptions and has no-op default implementation.</p>
......
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