Title: [165104] trunk/LayoutTests
Revision
165104
Author
[email protected]
Date
2014-03-05 05:26:53 -0800 (Wed, 05 Mar 2014)

Log Message

[EFL] Update baselines and test expectations
https://bugs.webkit.org/show_bug.cgi?id=129737

Unreviewed EFL gardening.

Patch by Krzysztof Wolanski <[email protected]> on 2014-03-05

* TestExpectations:
* platform/efl-wk2/TestExpectations:
* platform/efl/fast/table/col-and-colgroup-offsets-expected.txt: Added.
Test was failing due to platform-specific numeric differences in the computed offsetHeight of the table cells.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (165103 => 165104)


--- trunk/LayoutTests/ChangeLog	2014-03-05 10:41:48 UTC (rev 165103)
+++ trunk/LayoutTests/ChangeLog	2014-03-05 13:26:53 UTC (rev 165104)
@@ -1,3 +1,15 @@
+2014-03-05  Krzysztof Wolanski  <[email protected]>
+
+        [EFL] Update baselines and test expectations
+        https://bugs.webkit.org/show_bug.cgi?id=129737
+
+        Unreviewed EFL gardening.
+
+        * TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/fast/table/col-and-colgroup-offsets-expected.txt: Added.
+        Test was failing due to platform-specific numeric differences in the computed offsetHeight of the table cells.
+
 2014-03-05  Grzegorz Czajkowski  <[email protected]>
 
         Remove unsupported spelling tests.

Modified: trunk/LayoutTests/TestExpectations (165103 => 165104)


--- trunk/LayoutTests/TestExpectations	2014-03-05 10:41:48 UTC (rev 165103)
+++ trunk/LayoutTests/TestExpectations	2014-03-05 13:26:53 UTC (rev 165104)
@@ -90,7 +90,7 @@
 webkit.org/b/129057 media/controls-styling-strict.html [ Pass Failure ]
 
 #subpixel failure on non-retina displays.
-webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ Failure ]
+webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ ImageOnlyFailure ]
 webkit.org/b/129113 fast/multicol/newmulticol/clipping.html [ ImageOnlyFailure ]
 
 webkit.org/b/129327 inspector-protocol/indexeddb/basics.html [ Pass Failure ]

Added: trunk/LayoutTests/platform/efl/fast/table/col-and-colgroup-offsets-expected.txt (0 => 165104)


--- trunk/LayoutTests/platform/efl/fast/table/col-and-colgroup-offsets-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/table/col-and-colgroup-offsets-expected.txt	2014-03-05 13:26:53 UTC (rev 165104)
@@ -0,0 +1,93 @@
+This test checks that offset{Left, Top, Width, Height} work for table columns and column groups.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+When borderCollapse == "separate"
+
+Tests for offsetLeft:
+PASS document.getElementById("productNo").parentNode.offsetLeft is document.getElementById("row1Cell1").offsetLeft
+PASS document.getElementById("productNo").offsetLeft is document.getElementById("row1Cell1").offsetLeft
+PASS document.getElementById("productName").offsetLeft is document.getElementById("row1Cell2").offsetLeft
+PASS document.getElementById("hasMAndHasNAndHasO").offsetLeft is document.getElementById("row1Cell3").offsetLeft
+PASS document.getElementById("hasMAndHasN").offsetLeft is document.getElementById("row1Cell3").offsetLeft
+PASS document.getElementById("hasO").offsetLeft is document.getElementById("row1Cell5").offsetLeft
+PASS document.getElementById("hasP").offsetLeft is document.getElementById("row1Cell6").offsetLeft
+PASS document.getElementById("columnThatShouldNotBeRendered").offsetLeft is 0
+
+Tests for offsetTop:
+FAIL document.getElementById("productNo").parentNode.offsetTop should be 24. Was 20.
+FAIL document.getElementById("productNo").offsetTop should be 24. Was 20.
+FAIL document.getElementById("productName").offsetTop should be 24. Was 20.
+FAIL document.getElementById("hasMAndHasNAndHasO").offsetTop should be 24. Was 20.
+FAIL document.getElementById("hasMAndHasN").offsetTop should be 24. Was 20.
+FAIL document.getElementById("hasO").offsetTop should be 24. Was 20.
+FAIL document.getElementById("hasP").offsetTop should be 24. Was 20.
+PASS document.getElementById("columnThatShouldNotBeRendered").offsetTop is 0
+
+Tests for offsetWidth:
+PASS document.getElementById("productNo").parentNode.offsetWidth is 184
+PASS document.getElementById("productNo").offsetWidth is 89
+PASS document.getElementById("productName").offsetWidth is 91
+PASS document.getElementById("hasMAndHasNAndHasO").offsetWidth is 155
+PASS document.getElementById("hasMAndHasN").offsetWidth is 103
+PASS document.getElementById("hasO").offsetWidth is 48
+PASS document.getElementById("hasP").offsetWidth is 46
+PASS document.getElementById("columnThatShouldNotBeRendered").offsetWidth is 0
+
+Tests for offsetHeight:
+FAIL document.getElementById("productNo").parentNode.offsetHeight should be 108. Was 116.
+FAIL document.getElementById("productNo").offsetHeight should be 108. Was 116.
+FAIL document.getElementById("productName").offsetHeight should be 108. Was 116.
+FAIL document.getElementById("hasMAndHasNAndHasO").offsetHeight should be 108. Was 116.
+FAIL document.getElementById("hasMAndHasN").offsetHeight should be 108. Was 116.
+FAIL document.getElementById("hasO").offsetHeight should be 108. Was 116.
+FAIL document.getElementById("hasP").offsetHeight should be 108. Was 116.
+PASS document.getElementById("columnThatShouldNotBeRendered").offsetHeight is 0
+
+When borderCollapse == "collapse"
+
+Tests for offsetLeft:
+PASS document.getElementById("productNo").parentNode.offsetLeft is document.getElementById("row1Cell1").offsetLeft
+PASS document.getElementById("productNo").offsetLeft is document.getElementById("row1Cell1").offsetLeft
+PASS document.getElementById("productName").offsetLeft is document.getElementById("row1Cell2").offsetLeft
+PASS document.getElementById("hasMAndHasNAndHasO").offsetLeft is document.getElementById("row1Cell3").offsetLeft
+PASS document.getElementById("hasMAndHasN").offsetLeft is document.getElementById("row1Cell3").offsetLeft
+PASS document.getElementById("hasO").offsetLeft is document.getElementById("row1Cell5").offsetLeft
+PASS document.getElementById("hasP").offsetLeft is document.getElementById("row1Cell6").offsetLeft
+PASS document.getElementById("columnThatShouldNotBeRendered").offsetLeft is 0
+
+Tests for offsetTop:
+PASS document.getElementById("productNo").parentNode.offsetTop is 19
+PASS document.getElementById("productNo").offsetTop is 19
+PASS document.getElementById("productName").offsetTop is 19
+PASS document.getElementById("hasMAndHasNAndHasO").offsetTop is 19
+PASS document.getElementById("hasMAndHasN").offsetTop is 19
+PASS document.getElementById("hasO").offsetTop is 19
+PASS document.getElementById("hasP").offsetTop is 19
+PASS document.getElementById("columnThatShouldNotBeRendered").offsetTop is 0
+
+Tests for offsetWidth:
+PASS document.getElementById("productNo").parentNode.offsetWidth is 176
+PASS document.getElementById("productNo").offsetWidth is 87
+PASS document.getElementById("productName").offsetWidth is 89
+PASS document.getElementById("hasMAndHasNAndHasO").offsetWidth is 141
+PASS document.getElementById("hasMAndHasN").offsetWidth is 95
+PASS document.getElementById("hasO").offsetWidth is 46
+PASS document.getElementById("hasP").offsetWidth is 44
+PASS document.getElementById("columnThatShouldNotBeRendered").offsetWidth is 0
+
+Tests for offsetHeight:
+PASS document.getElementById("productNo").parentNode.offsetHeight is 88
+PASS document.getElementById("productNo").offsetHeight is 88
+PASS document.getElementById("productName").offsetHeight is 88
+PASS document.getElementById("hasMAndHasNAndHasO").offsetHeight is 88
+PASS document.getElementById("hasMAndHasN").offsetHeight is 88
+PASS document.getElementById("hasO").offsetHeight is 88
+PASS document.getElementById("hasP").offsetHeight is 88
+PASS document.getElementById("columnThatShouldNotBeRendered").offsetHeight is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (165103 => 165104)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2014-03-05 10:41:48 UTC (rev 165103)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2014-03-05 13:26:53 UTC (rev 165104)
@@ -553,3 +553,11 @@
 webkit.org/b/128737 fast/events/touch/basic-multi-touch-events.html [ Failure ]
 
 webkit.org/b/128972 fast/regions/box-decorations-over-region-padding-fragmented.html [ ImageOnlyFailure ]
+
+webkit.org/b/129731 css3/masking/clip-path-filter.html [ ImageOnlyFailure ]
+
+webkit.org/b/129733 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
+
+webkit.org/b/129734 fast/css3-text/css3-text-decoration/text-decoration-style-double-space-scales.html [ ImageOnlyFailure ]
+
+webkit.org/b/129735 fast/regions/box-decorations-over-region-padding.html [ ImageOnlyFailure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to