Commit e556d6fd authored by Changwan Ryu's avatar Changwan Ryu Committed by Commit Bot

WPT for WebView: fix title to show up correctly

The title text's bg color is black, so changing the font color to be
white such that the title text can show correctly.

Bug: 994939
Change-Id: Ib1728893d18c729fadd26b83efdf639bf41a4fa2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789478
Commit-Queue: Changwan Ryu <changwan@chromium.org>
Reviewed-by: default avatarAndrew Luo <aluo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694458}
parent 502f2d13
......@@ -37,6 +37,7 @@
android:ellipsize="end"
android:maxLines="1"
android:textStyle="bold"
android:textColor="@android:color/white"
/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
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