Title: [126518] trunk/LayoutTests
Revision
126518
Author
[email protected]
Date
2012-08-23 17:50:01 -0700 (Thu, 23 Aug 2012)

Log Message

Remove FIXMEs from css3/flexbox/flexitem.html
https://bugs.webkit.org/show_bug.cgi?id=94872

Patch by Shezan Baig <[email protected]> on 2012-08-23
Reviewed by Ojan Vafai.

Remove FIXMEs that were fixed in bug 94604.

* css3/flexbox/flexitem.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126517 => 126518)


--- trunk/LayoutTests/ChangeLog	2012-08-24 00:42:50 UTC (rev 126517)
+++ trunk/LayoutTests/ChangeLog	2012-08-24 00:50:01 UTC (rev 126518)
@@ -1,5 +1,16 @@
 2012-08-23  Shezan Baig  <[email protected]>
 
+        Remove FIXMEs from css3/flexbox/flexitem.html
+        https://bugs.webkit.org/show_bug.cgi?id=94872
+
+        Reviewed by Ojan Vafai.
+
+        Remove FIXMEs that were fixed in bug 94604.
+
+        * css3/flexbox/flexitem.html:
+
+2012-08-23  Shezan Baig  <[email protected]>
+
         Fix cross-direction stretch for replaced elements in column flexbox
         https://bugs.webkit.org/show_bug.cgi?id=94604
 

Modified: trunk/LayoutTests/css3/flexbox/flexitem.html (126517 => 126518)


--- trunk/LayoutTests/css3/flexbox/flexitem.html	2012-08-24 00:42:50 UTC (rev 126517)
+++ trunk/LayoutTests/css3/flexbox/flexitem.html	2012-08-24 00:50:01 UTC (rev 126518)
@@ -103,25 +103,19 @@
 </div>
 
 <div class="flexbox column" style="width:100px">
-  <!-- FIXME: The iframe should shrink in the cross direction: https://webkit.org/b/94604 -->
   <iframe data-expected-display="block" data-expected-width="100px" src="" bgcolor=#fff>iframe</body>"></iframe>
   <iframe seamless data-expected-display="block" data-expected-width="100px" src="" bgcolor=#fff>iframe</body>"></iframe>
 </div>
 
 <div class="flexbox column" style="height:210px">
-  <!-- FIXME: The button should stretch in the cross direction. -->
   <button data-expected-display="block" data-expected-width="600" data-expected-height="30">button</button>
-  <!-- FIXME: The canvas should stretch in the cross direction: https://webkit.org/b/94604 -->
   <canvas data-expected-display="block" data-expected-width="600" data-expected-height="30" style="height:30px">canvas</canvas>
-  <!-- FIXME: The iframe should stretch in the cross direction: https://webkit.org/b/94604 -->
   <iframe data-expected-display="block" data-expected-width="600" data-expected-height="30" style="height:30px" src="" bgcolor=#fff>iframe</body>"></iframe>
   <iframe seamless data-expected-display="block" data-expected-width="600" data-expected-height="30" style="height:30px" src="" bgcolor=#fff>iframe</body>"></iframe>
   <object data-expected-display="block" data-expected-width="600" data-expected-height="30">object</object>
-  <!-- FIXME: The select should stretch in the cross direction. -->
   <select data-expected-display="block" data-expected-width="600" data-expected-height="30">
     <option>select</option>
   </select>
-  <!-- FIXME: The textarea should stretch in the cross direction. -->
   <textarea data-expected-display="block" data-expected-width="600" data-expected-height="30">textarea</textarea>
 </div>
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to