Title: [111766] trunk/LayoutTests
Revision
111766
Author
rob...@webkit.org
Date
2012-03-22 14:27:33 -0700 (Thu, 22 Mar 2012)

Log Message

Make reference result added in r111755 compatible with Qt and GTK ports.

Unreviewed.

* fast/css/heightless-list-item-expected.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111765 => 111766)


--- trunk/LayoutTests/ChangeLog	2012-03-22 21:24:28 UTC (rev 111765)
+++ trunk/LayoutTests/ChangeLog	2012-03-22 21:27:33 UTC (rev 111766)
@@ -1,3 +1,11 @@
+2012-03-22  Robert Hogan  <rob...@webkit.org>
+
+        Make reference result added in r111755 compatible with Qt and GTK ports.
+
+        Unreviewed.
+
+        * fast/css/heightless-list-item-expected.html:
+
 2012-03-22  Dan Bernstein  <m...@apple.com>
 
         Added fast/events/suspend-timers.html to the Mac WebKit2 skipped list, and removed the

Modified: trunk/LayoutTests/fast/css/heightless-list-item-expected.html (111765 => 111766)


--- trunk/LayoutTests/fast/css/heightless-list-item-expected.html	2012-03-22 21:24:28 UTC (rev 111765)
+++ trunk/LayoutTests/fast/css/heightless-list-item-expected.html	2012-03-22 21:27:33 UTC (rev 111766)
@@ -64,28 +64,5 @@
   <!--Inline content in div with display: list-item, overflow-y: hidden and height:0 does not get painted-->
   <div id="heightzerolistitem" style="overflow-y:hidden;">PASS</div>
 
-  <!--Inline content in list-item with overflow-y: hidden and height:0 does not get painted-->
-  <ul>
-    <li id="yhidden">PASS</li>
-  </ul>
-
-  <!--Block content in list-item with overflow-y: hidden and height:0 does not get painted-->
-  <ul>
-    <li id="yhidden"><div>PASS</div></li>
-  </ul>
-
-  <!--Inline content in div with display: list-item, overflow-x: hidden and height:0 does not get painted-->
-  <div id="heightzerolistitem" style="overflow-x:hidden;">PASS</div>
-
-  <!--Inline content in list-item with overflow-x: hidden and height:0 does not get painted-->
-  <ul>
-    <li id="xhidden">PASS</li>
-  </ul>
-
-  <!--Block content in list-item with overflow-x: hidden and height:0 does not get painted-->
-  <ul>
-    <li id="xhidden"><div>PASS</div></li>
-  </ul>
- 
   </body>
 </html>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to