mirror of
https://github.com/flutter/flutter.git
synced 2026-02-10 21:07:38 +08:00
Running applications with `-d web-server --web-experimental-hot-reload` was fixed in https://github.com/flutter/flutter/commit/b757dab. These tests can now run with the hot reload support enabled.
14 lines
374 B
HTML
14 lines
374 B
HTML
<!DOCTYPE HTML>
|
|
<!-- Copyright 2014 The Flutter Authors. All rights reserved.
|
|
Use of this source code is governed by a BSD-style license that can be
|
|
found in the LICENSE file. -->
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Web Integration Tests</title>
|
|
</head>
|
|
<body>
|
|
<script src="flutter_bootstrap.js" async></script>
|
|
</body>
|
|
</html>
|