Commit 0b6c7b4c authored by adithyas's avatar adithyas Committed by Commit bot

Modify and rebaseline popup menu web font loading test

The original image baseline has the dropdown options hovering above the selector. This moves the <select> above the description/console and makes the dropdown appear in the correct position (i.e. directly below the selector)

BUG=

Review-Url: https://codereview.chromium.org/2611593003
Cr-Commit-Position: refs/heads/master@{#441407}
parent e081a3c1
......@@ -18,6 +18,8 @@ option {
<option>foo</option>
<option>bar</option>
</select>
<p id="description"></p>
<div id="console"></div>
<script>
description('Test that fonts loaded after a popup menu is opened triggers a style recalc.');
......
Test that fonts loaded after a popup menu is opened triggers a style recalc.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
......
Test that fonts loaded after a popup menu is opened triggers a style recalc.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
......
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