https://bugs.webkit.org/show_bug.cgi?id=109164
Unreviewed efl gardening.
fast/forms/input-placeholder-paint-order.html and
fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
and the expectations are added by r140149.
Patch by KwangYong Choi <ky0.choi@samsung.com> on 2013-02-11
* platform/efl/TestExpectations:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@142584
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
+
+ [EFL] Some placeholder paint order tests are passing now
+ https://bugs.webkit.org/show_bug.cgi?id=109164
+
+ Unreviewed efl gardening.
+
+ fast/forms/input-placeholder-paint-order.html and
+ fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
+
+ RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
+ and the expectations are added by r140149.
+
+ * platform/efl/TestExpectations:
+
2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
[EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
# The EFL port uses different keyboard accelerators than Safari (via Chromium).
Bug(EFL) fast/events/option-tab.html
-# These tests are valid for ports where RenderTheme::shouldShowPlaceholderWhenFocused() returns true.
-Bug(EFL) fast/forms/input-placeholder-paint-order.html [ Missing ]
-Bug(EFL) fast/forms/textarea/textarea-placeholder-paint-order.html [ Missing ]
-
# Implementing copy{En,De}codedHostName only to test them does not make sense
webkit.org/b/86080 fast/encoding/idn-security.html [ Skip ]