From 1f4d6538ff826511ebf7577d867b3427b75a981a Mon Sep 17 00:00:00 2001 From: "gyuyoung.kim@samsung.com" Date: Fri, 1 Nov 2013 12:09:11 +0000 Subject: [PATCH] Unreviewed, EFL gardening. css3 text tests are failing since r158389 * platform/efl/TestExpectations: Add failure tests. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@158430 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 6 ++++++ LayoutTests/platform/efl/TestExpectations | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index a2e12ed..12349fd 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,9 @@ +2013-11-01 Gyuyoung Kim + + Unreviewed, EFL gardening. css3 text tests are failing since r158389 + + * platform/efl/TestExpectations: Add failure tests. + 2013-11-01 Mario Sanchez Prada Unreviewed GTK gardening. Tests passing after r158273 and r158352 diff --git a/LayoutTests/platform/efl/TestExpectations b/LayoutTests/platform/efl/TestExpectations index 707c203..b97f634 100644 --- a/LayoutTests/platform/efl/TestExpectations +++ b/LayoutTests/platform/efl/TestExpectations @@ -1591,3 +1591,13 @@ webkit.org/b/123561 printing/width-overflow.html [ Missing ] # crypto.subtle is not yet enabled crypto/subtle [ Skip ] + +# css3 text have been failed since r158389 +webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color.html [ Failure ] +webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html [ Failure ] +webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand-ordering.html [ Failure ] +webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand.html [ Failure ] +webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html [ Failure ] +webkit.org/b/123617 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position.html [ Failure ] +webkit.org/b/123617 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html [ Failure ] +webkit.org/b/123617 fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html [ Failure ] -- 1.8.3.1