Title: [126329] trunk/LayoutTests
Revision
126329
Author
[email protected]
Date
2012-08-22 12:21:34 -0700 (Wed, 22 Aug 2012)

Log Message

Unreviewed GTK gardening.

Adding platform-specific baseline for css3/flexbox/flexitem.html that's
required after r126257.

Removing failure expectation for fast/forms/range/range-hit-test-with-padding.html
after the test was refactored in r126252 and is now passing.

Skipping two more failing tests that take too long to fail.

* platform/gtk/TestExpectations:
* platform/gtk/css3/flexbox: Added.
* platform/gtk/css3/flexbox/flexitem-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126328 => 126329)


--- trunk/LayoutTests/ChangeLog	2012-08-22 19:18:34 UTC (rev 126328)
+++ trunk/LayoutTests/ChangeLog	2012-08-22 19:21:34 UTC (rev 126329)
@@ -1,3 +1,19 @@
+2012-08-22  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        Adding platform-specific baseline for css3/flexbox/flexitem.html that's
+        required after r126257.
+
+        Removing failure expectation for fast/forms/range/range-hit-test-with-padding.html
+        after the test was refactored in r126252 and is now passing.
+
+        Skipping two more failing tests that take too long to fail.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/css3/flexbox: Added.
+        * platform/gtk/css3/flexbox/flexitem-expected.txt: Added.
+
 2012-08-22  Tommy Widenflycht  <[email protected]>
 
         MediaStream API: Introduce RTCIceCandidate

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (126328 => 126329)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-08-22 19:18:34 UTC (rev 126328)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-08-22 19:21:34 UTC (rev 126329)
@@ -788,13 +788,8 @@
 BUGWK35300 SKIP : http/tests/navigation/post-307-response.html = TEXT
 
 // mouseScrollBy() and continuousMouseScrollBy() are not yet implemented in the GTK EventSender API.
-BUGWK36003 : fast/events/remove-child-onscroll.html = TEXT
-BUGWK36003 : fast/events/platform-wheelevent-in-scrolling-div.html = TEXT
 BUGWK36003 : fast/events/continuous-platform-wheelevent-in-scrolling-div.html = TEXT
-BUGWK36003 : fast/events/wheelevent-direction-inverted-from-device.html = TEXT
-BUGWK36003 : fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html = TEXT
-BUGWK36003 : fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html = TEXT
-BUGWK36003 : fast/events/scroll-in-scaled-page-with-overflow-hidden.html = TEXT
+BUGWK36003 : fast/events/platform-wheelevent-in-scrolling-div.html = TEXT
 BUGWK36003 : fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html = TEXT
 BUGWK36003 : fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html = TEXT
 BUGWK36003 : fast/events/platform-wheelevent-paging-x-in-scrolling-div.html = TEXT
@@ -805,6 +800,11 @@
 BUGWK36003 : fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html = TEXT
 BUGWK36003 : fast/events/platform-wheelevent-paging-y-in-scrolling-div.html = TEXT
 BUGWK36003 : fast/events/platform-wheelevent-paging-y-in-scrolling-page.html = TEXT
+BUGWK36003 SKIP : fast/events/remove-child-onscroll.html = TEXT
+BUGWK36003 : fast/events/scroll-in-scaled-page-with-overflow-hidden.html = TEXT
+BUGWK36003 : fast/events/wheelevent-direction-inverted-from-device.html = TEXT
+BUGWK36003 : fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html = TEXT
+BUGWK36003 : fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html = TEXT
 
 // Misses setMediaType() implementation
 BUGWKGTK SKIP : fast/media/print-restores-previous-mediatype.html = TIMEOUT
@@ -1014,7 +1014,7 @@
 
 // textInputController.hasGrammarMarker() is not implemented.
 BUGWKGTK : editing/spelling/grammar.html = TEXT
-BUGWKGTK : editing/spelling/grammar-paste.html = TEXT
+BUGWKGTK SKIP : editing/spelling/grammar-paste.html = TEXT
 
 // testRunner::setTextDirection() is not implemented.
 BUGWKGTK : fast/html/set-text-direction.html = TEXT
@@ -1304,8 +1304,6 @@
 
 BUGWK88727 RELEASE : http/tests/xmlhttprequest/origin-exact-matching.html = TEXT
 
-BUGWK94578 : fast/forms/range/range-hit-test-with-padding.html = TEXT
-
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Tests failing
 //////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/css3/flexbox/flexitem-expected.txt (0 => 126329)


--- trunk/LayoutTests/platform/gtk/css3/flexbox/flexitem-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/flexbox/flexitem-expected.txt	2012-08-22 19:21:34 UTC (rev 126329)
@@ -0,0 +1,62 @@
+button
+
+object
+
+PASS
+
+PASS
+
+PASS
+
+PASS
+PASS
+button
+PASS
+PASS
+FAIL:
+Expected 600 for width, but got 0. 
+
+<div class="flexbox">
+  <!-- FIXME: This table should flex. -->
+  <div data-expected-display="table" data-expected-width="600" style="display: inline-table"></div>
+</div>
+
+PASS
+
+PASS
+
+FAIL:
+Expected 100px for width, but got 300. 
+
+<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&gt;iframe&lt;/body&gt;"></iframe>
+  <iframe seamless="" data-expected-display="block" data-expected-width="100px" src="" bgcolor=#fff&gt;iframe&lt;/body&gt;"></iframe>
+</div>
+button
+
+object
+
+FAIL:
+Expected 600 for width, but got 34. 
+Expected 600 for width, but got 60. 
+Expected 600 for width, but got 300. 
+Expected 600 for width, but got 57. 
+Expected 600 for width, but got 155. 
+
+<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&gt;iframe&lt;/body&gt;"></iframe>
+  <iframe seamless="" data-expected-display="block" data-expected-width="600" data-expected-height="30" style="height:30px" src="" bgcolor=#fff&gt;iframe&lt;/body&gt;"></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