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