Title: [101909] trunk/LayoutTests
Revision
101909
Author
t...@chromium.org
Date
2011-12-02 22:21:48 -0800 (Fri, 02 Dec 2011)

Log Message

remove a stale comment in flexbox code
https://bugs.webkit.org/show_bug.cgi?id=73720

Reviewed by Ojan Vafai.

This was fixed by Ojan in https://bugs.webkit.org/show_bug.cgi?id=70754.

* css3/flexbox/flex-flow-padding.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (101908 => 101909)


--- trunk/LayoutTests/ChangeLog	2011-12-03 06:14:08 UTC (rev 101908)
+++ trunk/LayoutTests/ChangeLog	2011-12-03 06:21:48 UTC (rev 101909)
@@ -1,3 +1,14 @@
+2011-12-02  Tony Chang  <t...@chromium.org>
+
+        remove a stale comment in flexbox code
+        https://bugs.webkit.org/show_bug.cgi?id=73720
+
+        Reviewed by Ojan Vafai.
+
+        This was fixed by Ojan in https://bugs.webkit.org/show_bug.cgi?id=70754.
+
+        * css3/flexbox/flex-flow-padding.html:
+
 2011-12-02  Dmitry Lomov  <dslo...@google.com>
 
         https://bugs.webkit.org/show_bug.cgi?id=73691

Modified: trunk/LayoutTests/css3/flexbox/flex-flow-padding.html (101908 => 101909)


--- trunk/LayoutTests/css3/flexbox/flex-flow-padding.html	2011-12-03 06:14:08 UTC (rev 101908)
+++ trunk/LayoutTests/css3/flexbox/flex-flow-padding.html	2011-12-03 06:21:48 UTC (rev 101909)
@@ -249,7 +249,6 @@
                 container.setAttribute('data-expected-width', expectations.containersize[0]);
                 container.setAttribute('data-expected-height', expectations.containersize[1]);
 
-                // FIXME: In flex-flow column the innermost diff is always 20x20. Is that correct?
                 container.innerHTML = '\n<div class="flexbox ' + flexboxClassName + '">\n' +
                     '<div style="width: -webkit-flex(1 20px); height: -webkit-flex(1 20px);" ' + asString(expectations['flexitem' + flexFlow.replace('-reverse', '')]) + '>\n' +
                         '<div style="width:100%; height:100%" ' + asString(expectations['child' + flexFlow.replace('-reverse', '')]) + '></div>' +
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to