======== Repo:
1. Navigation to a website with <select> element (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select) and tap on it.
2. Expect a dropdown, but nothing happens.
======== Cause:
The dropdown is a RenderWidget without a RenderView. Blimp Client assumes one RenderWidget at any time. In this case, main page has a RenderWidget with RenderView, and dropdown has a different RenderWidget.
========
When the select dropdown arraw is tapped
web_contents_view_aura.cc CreateViewForPopupWidget with render_widget_host->Getview() == null
render_widget_host_view_aura.cc InitAsPopup
Comment 1 by haibinlu@chromium.org
, Mar 31 2016