| <!DOCTYPE html> |
| <!-- |
| Copyright 2019 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| <html> |
| <head> |
| <script src="empty_parameters.js"></script> |
| <title>Empty Parameters Test</title> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5"> |
| <link rel="stylesheet" type="text/css" href="style.css"> |
| </head> |
| <body> |
| <p>Regression test for <a href="https://crbug.com/1022810">Issue 1022810</a>.</p> |
| <div><button onclick="runTest()" id="runTest">Run Test</button></div> |
| </body> |
| </html> |