mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
10 lines
306 B
HTML
10 lines
306 B
HTML
<html>
|
|
<link rel="import" href="../resources/dump-as-text.html" />
|
|
<link rel="import" href="/mojo/public/html/core.html" as="core" />
|
|
<div id="result">FAIL</div>
|
|
<script>
|
|
document.getElementById("result").textContent =
|
|
core.readMessage ? "PASS" : "FAIL: core.readMessage is missing";
|
|
</script>
|
|
</html>
|