Title: [136704] trunk/LayoutTests
Revision
136704
Author
commit-qu...@webkit.org
Date
2012-12-05 09:42:27 -0800 (Wed, 05 Dec 2012)

Log Message

[EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines
https://bugs.webkit.org/show_bug.cgi?id=104000

Patch by Krzysztof Czech <k.cz...@samsung.com> on 2012-12-05
Reviewed by Chris Fleizach.

Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html.

* platform/efl-wk2/TestExpectations:
* platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added.
* platform/efl-wk2/accessibility/table-cells-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (136703 => 136704)


--- trunk/LayoutTests/ChangeLog	2012-12-05 17:41:01 UTC (rev 136703)
+++ trunk/LayoutTests/ChangeLog	2012-12-05 17:42:27 UTC (rev 136704)
@@ -1,3 +1,16 @@
+2012-12-05  Krzysztof Czech  <k.cz...@samsung.com>
+
+        [EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines
+        https://bugs.webkit.org/show_bug.cgi?id=104000
+
+        Reviewed by Chris Fleizach.
+
+        Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html.
+
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added.
+        * platform/efl-wk2/accessibility/table-cells-expected.txt: Added.
+
 2012-12-05  Pavel Feldman  <pfeld...@chromium.org>
 
         Web Inspector: Don't include error message text in the editor buffer.

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (136703 => 136704)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-12-05 17:41:01 UTC (rev 136703)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2012-12-05 17:42:27 UTC (rev 136704)
@@ -287,8 +287,6 @@
 accessibility/svg-bounds.html [ Skip ]
 accessibility/svg-image.html [ Skip ]
 accessibility/table-attributes.html [ Skip ]
-accessibility/table-cell-spans.html [ Skip ]
-accessibility/table-cells.html [ Skip ]
 accessibility/table-detection.html [ Skip ]
 accessibility/table-one-cell.html [ Skip ]
 accessibility/table-sections.html [ Skip ]

Added: trunk/LayoutTests/platform/efl-wk2/accessibility/table-cell-spans-expected.txt (0 => 136704)


--- trunk/LayoutTests/platform/efl-wk2/accessibility/table-cell-spans-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk2/accessibility/table-cell-spans-expected.txt	2012-12-05 17:42:27 UTC (rev 136704)
@@ -0,0 +1,39 @@
+Cell A
+COLSPAN="2"
+ROWSPAN="2"	Cell B
+COLSPAN="2"
+2,3	2,4
+Cell C
+ROWSPAN="2"	3,2	3,3	3,4
+4,2	4,3	4,4
+----------------------
+{ 0, 0 }
+toolkit:WebKitEfl
+{0, 2}, {0, 2}
+
+----------------------
+{ 1, 1 }
+toolkit:WebKitEfl
+{0, 2}, {0, 2}
+
+----------------------
+{ 3, 0 }
+toolkit:WebKitEfl
+{2, 2}, {0, 1}
+
+----------------------
+{ 2, 0 }
+toolkit:WebKitEfl
+{2, 2}, {0, 1}
+
+----------------------
+{ 2, 3 }
+toolkit:WebKitEfl
+{2, 1}, {3, 1}
+
+----------------------
+{ 10, 10 }
+
+{0, 0}, {0, 0}
+
+

Added: trunk/LayoutTests/platform/efl-wk2/accessibility/table-cells-expected.txt (0 => 136704)


--- trunk/LayoutTests/platform/efl-wk2/accessibility/table-cells-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl-wk2/accessibility/table-cells-expected.txt	2012-12-05 17:42:27 UTC (rev 136704)
@@ -0,0 +1,32 @@
+Example #1: Nested Stubs
+Ruritanian
+Population 
+Survey	All
+Genders	By Gender
+Males	Females
+All Regions	North	3333	1111	2222
+South	3333	1111	2222
+South	3333	1111	2222
+South	3333	1111	2222
+------------------------
+[0,0]
+toolkit:WebKitEfl
+------------------------
+[3,1]
+toolkit:WebKitEfl
+------------------------
+[1,1]
+toolkit:WebKitEfl
+------------------------
+[2,2]
+toolkit:WebKitEfl
+------------------------
+[3,5]
+toolkit:WebKitEfl
+------------------------
+[100,0]
+
+------------------------
+[0,100]
+
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to