Title: [136041] trunk/LayoutTests
Revision
136041
Author
commit-qu...@webkit.org
Date
2012-11-28 12:13:58 -0800 (Wed, 28 Nov 2012)

Log Message

LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
https://bugs.webkit.org/show_bug.cgi?id=103453

Patch by Pravin D <pravind....@gmail.com> on 2012-11-28
Reviewed by Julien Chaffraix.

The testcase failure was due to the difference in the default line-height value
used by Qt-linux port from other ports.

* fast/table/css-table-max-height.html:
* platform/qt/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (136040 => 136041)


--- trunk/LayoutTests/ChangeLog	2012-11-28 20:12:38 UTC (rev 136040)
+++ trunk/LayoutTests/ChangeLog	2012-11-28 20:13:58 UTC (rev 136041)
@@ -1,3 +1,16 @@
+2012-11-28  Pravin D  <pravind....@gmail.com>
+
+        LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
+        https://bugs.webkit.org/show_bug.cgi?id=103453
+
+        Reviewed by Julien Chaffraix.
+
+        The testcase failure was due to the difference in the default line-height value
+        used by Qt-linux port from other ports.
+
+        * fast/table/css-table-max-height.html:
+        * platform/qt/TestExpectations:
+
 2012-11-28  Alexandru Chiculita  <ach...@adobe.com>
 
         [CSS Regions] Auto-height regions will not calculate the height correctly when the content changes dynamically

Modified: trunk/LayoutTests/fast/table/css-table-max-height.html (136040 => 136041)


--- trunk/LayoutTests/fast/table/css-table-max-height.html	2012-11-28 20:12:38 UTC (rev 136040)
+++ trunk/LayoutTests/fast/table/css-table-max-height.html	2012-11-28 20:13:58 UTC (rev 136041)
@@ -6,7 +6,7 @@
 {
     width:300px;
     height:400px;
-    font-family:ahem;
+    font:16px/1 Ahem;
     background-color:#999999;
 }
 

Modified: trunk/LayoutTests/platform/qt/TestExpectations (136040 => 136041)


--- trunk/LayoutTests/platform/qt/TestExpectations	2012-11-28 20:12:38 UTC (rev 136040)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2012-11-28 20:13:58 UTC (rev 136041)
@@ -1749,10 +1749,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=98751
 fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
 
-# LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
-# https://bugs.webkit.org/show_bug.cgi?id=103453
-fast/table/css-table-max-height.html [ Text ]
-
 # ============================================================================= #
 # failing security tests
 # ============================================================================= #
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to