Title: [160305] trunk/LayoutTests
Revision
160305
Author
g...@gnome.org
Date
2013-12-09 03:45:44 -0800 (Mon, 09 Dec 2013)

Log Message

accessibility/press-targets-center-point.html should not depend on font layout
https://bugs.webkit.org/show_bug.cgi?id=125387

Reviewed by Chris Fleizach.

* accessibility/press-targets-center-point.html: use explicit sizes for heights (and width
for vertical writing mode), so that font layout does not alter the results.
* platform/gtk/TestExpectations: remove failure expectation for accessibility/press-targets-center-point.html

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (160304 => 160305)


--- trunk/LayoutTests/ChangeLog	2013-12-09 09:55:49 UTC (rev 160304)
+++ trunk/LayoutTests/ChangeLog	2013-12-09 11:45:44 UTC (rev 160305)
@@ -1,3 +1,14 @@
+2013-12-09  Gustavo Noronha Silva  <g...@gnome.org>
+
+        accessibility/press-targets-center-point.html should not depend on font layout
+        https://bugs.webkit.org/show_bug.cgi?id=125387
+
+        Reviewed by Chris Fleizach.
+
+        * accessibility/press-targets-center-point.html: use explicit sizes for heights (and width
+        for vertical writing mode), so that font layout does not alter the results.
+        * platform/gtk/TestExpectations: remove failure expectation for accessibility/press-targets-center-point.html
+
 2013-12-08  Ryosuke Niwa  <rn...@webkit.org>
 
         getComputedStyle border-radius shorthand omits vertical radius information

Modified: trunk/LayoutTests/accessibility/press-targets-center-point.html (160304 => 160305)


--- trunk/LayoutTests/accessibility/press-targets-center-point.html	2013-12-09 09:55:49 UTC (rev 160304)
+++ trunk/LayoutTests/accessibility/press-targets-center-point.html	2013-12-09 11:45:44 UTC (rev 160305)
@@ -16,16 +16,16 @@
 </head>
 <body>
 
-<div class="target" id="t0" style="width:160px;">target</div>
+<div class="target" id="t0" style="height: 18px; width:160px;">target</div>
 <p>Actual: <span class="result" id="a0">waiting</span><br>Expected: <span class="result" id="e0">waiting</span></p>
 
-<div class="target" id="t1" style="-webkit-transform:translate(160px, 160px); width:240px;">translate transform target</div>
+<div class="target" id="t1" style="-webkit-transform:translate(160px, 160px); height: 18px; width:240px;">translate transform target</div>
 <p>Actual: <span class="result" id="a1">waiting</span><br>Expected: <span class="result" id="e1">waiting</span></p>
 
-<div class="target" id="t2" style="-webkit-writing-mode:vertical-lr;">vertical left-to-right writing mode target</div>
+<div class="target" id="t2" style="-webkit-writing-mode:vertical-lr; width: 18px;">vertical left-to-right writing mode target</div>
 <p>Actual: <span class="result" id="a2">waiting</span><br>Expected: <span class="result" id="e2">waiting</span></p>
 
-<div class="target" id="t3" style="direction:rtl; width:240px;">right-to-left direction target</div>
+<div class="target" id="t3" style="direction:rtl; height: 18px; width:240px;">right-to-left direction target</div>
 <p>Actual: <span class="result" id="a3">waiting</span><br>Expected: <span class="result" id="e3">waiting</span></p>
 
 <p id="description"></p>

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (160304 => 160305)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-12-09 09:55:49 UTC (rev 160304)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-12-09 11:45:44 UTC (rev 160305)
@@ -1519,8 +1519,6 @@
 
 webkit.org/b/125406 fast/regions/relative-in-absolute-borders-overflow.html [ ImageOnlyFailure ]
 
-webkit.org/b/125409 accessibility/press-targets-center-point.html [ Failure ] 
-
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to