Commit 7d6c2717 authored by David Dorwin's avatar David Dorwin Committed by Commit Bot

[fuchsia] Ensure web_engine_shell sample page is visible

Without a background color, the page is transparent, which can make it
hard to read or notice whether it worked when the background behind it
is black. Also, add a console log to allow testing of setting the
console log level and DevTools.

Change-Id: Ib8c4197615b425addc8d44ef9e8e9275a97d4810
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533862
Auto-Submit: David Dorwin <ddorwin@chromium.org>
Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826856}
parent 82f9d9f1
<html><body><h1>It works!</h1>
<html><body>
<script>
body.onload = function() { console.log("The test page has loaded."); }
</script>
<style>
body { background-color:fuchsia;}
</style>
<h1>It works!</h1>
<p>This is a test of content hosted at the URL
<a href="fuchsia-pkg://shell-data/index.html">
fuchsia-pkg://shell-data/index.html
......
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