+2012-02-24 Grzegorz Czajkowski <g.czajkowski@samsung.com>
+
+ [EFL][DRT] Implement setValueForUser and setAutofilled.
+ https://bugs.webkit.org/show_bug.cgi?id=79237
+
+ Reviewed by Andreas Kling.
+
+ Adds missing implementation setValueForUser and setAutofilled to EFL's LayoutTestController.
+ Those implementations are related with input fields and allow to pass following tests:
+ fast/forms/onchange-setvalueforuser.html
+ fast/forms/input-autofilled.html
+ fast/forms/reset-autofilled.html
+
+ * DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
+ (LayoutTestController::setValueForUser):
+ (LayoutTestController::setAutofilled):
+