Fix layout for WebViewTest#testRequestChildRectangleOnScreen

Changed the layout from "wrap_content" to "match_parent"
according to the WebView's restriction below;
http://developer.android.com/reference/android/webkit/WebView.html
(Section:"Layout size")

By applying this fix, the fail of
"android.webkit.cts.WebViewTest#testRequestChildRectangleOnScreen"
test case on some products is resolved.

Change-Id: I23796454c0d0d92a478b1948bd01a804b5858164
2 files changed