Title: [188623] trunk/LayoutTests
Revision
188623
Author
wenson_hs...@apple.com
Date
2015-08-18 19:09:44 -0700 (Tue, 18 Aug 2015)

Log Message

Attempt to fix the failing search-padding-cancel-results-buttons.html test by making
platform-specific versions of the test.

* TestExpectations: Added search-padding-cancel-results-buttons-expected.txt with a default [ Skip ].
* fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
* fast/forms/search/search-padding-cancel-results-buttons.html: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html.
* platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
* platform/mac/TestExpectations: Enable the test only for Mac platforms.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (188622 => 188623)


--- trunk/LayoutTests/ChangeLog	2015-08-19 01:55:15 UTC (rev 188622)
+++ trunk/LayoutTests/ChangeLog	2015-08-19 02:09:44 UTC (rev 188623)
@@ -1,3 +1,14 @@
+2015-08-18  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Attempt to fix the failing search-padding-cancel-results-buttons.html test by making
+        platform-specific versions of the test.
+
+        * TestExpectations: Added search-padding-cancel-results-buttons-expected.txt with a default [ Skip ].
+        * fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
+        * fast/forms/search/search-padding-cancel-results-buttons.html: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html.
+        * platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
+        * platform/mac/TestExpectations: Enable the test only for Mac platforms.
+
 2015-08-18  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         Fix a rare flakiness in svg/animations/svgPreserveAspectRatio-animation-1.html

Modified: trunk/LayoutTests/TestExpectations (188622 => 188623)


--- trunk/LayoutTests/TestExpectations	2015-08-19 01:55:15 UTC (rev 188622)
+++ trunk/LayoutTests/TestExpectations	2015-08-19 02:09:44 UTC (rev 188623)
@@ -17,6 +17,8 @@
 fast/forms/attributed-strings.html [ Skip ]
 fast/scrolling/latching [ Skip ]
 
+fast/forms/search/search-padding-cancel-results-buttons.html [ Skip ]
+
 #//////////////////////////////////////////////////////////////////////////////////////////
 # End platform-specific tests.
 #//////////////////////////////////////////////////////////////////////////////////////////

Copied: trunk/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons-expected.txt (from rev 188613, trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt) (0 => 188623)


--- trunk/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons-expected.txt	2015-08-19 02:09:44 UTC (rev 188623)
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTextControl {INPUT} at (2,2) size 190x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (12,12) size 166x13
+          RenderBlock {DIV} at (0,1) size 22x11
+          RenderBlock {DIV} at (22,0) size 131x13
+          RenderBlock {DIV} at (152,1) size 14x11
+      RenderText {#text} at (0,0) size 0x0
+layer at (44,22) size 130x13
+  RenderBlock {DIV} at (0,0) size 131x13
+    RenderText {#text} at (0,0) size 20x13
+      text run at (0,0) width 20: "test"

Copied: trunk/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons.html (from rev 188613, trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html) (0 => 188623)


--- trunk/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons.html	                        (rev 0)
+++ trunk/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons.html	2015-08-19 02:09:44 UTC (rev 188623)
@@ -0,0 +1,14 @@
+<html>
+<head>
+    <style>
+    input {
+        -webkit-appearance: textfield;
+        padding: 10px;
+    }
+    </style>
+</head>
+
+<body>
+    <input type="search" value="test" results="5" />
+</body>
+</html>

Modified: trunk/LayoutTests/platform/mac/TestExpectations (188622 => 188623)


--- trunk/LayoutTests/platform/mac/TestExpectations	2015-08-19 01:55:15 UTC (rev 188622)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2015-08-19 02:09:44 UTC (rev 188623)
@@ -10,6 +10,8 @@
 editing/mac [ Pass ]
 fast/scrolling/latching [ Pass ]
 
+fast/forms/search/search-padding-cancel-results-buttons.html [ Pass ]
+
 #//////////////////////////////////////////////////////////////////////////////////////////
 # End platform-specific directories.
 #//////////////////////////////////////////////////////////////////////////////////////////

Deleted: trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt (188622 => 188623)


--- trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt	2015-08-19 01:55:15 UTC (rev 188622)
+++ trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt	2015-08-19 02:09:44 UTC (rev 188623)
@@ -1,15 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderTextControl {INPUT} at (2,2) size 199x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-        RenderFlexibleBox {DIV} at (12,12) size 175x13
-          RenderBlock {DIV} at (0,1) size 22x11
-          RenderBlock {DIV} at (22,0) size 140x13
-          RenderBlock {DIV} at (161,1) size 14x11
-      RenderText {#text} at (0,0) size 0x0
-layer at (44,22) size 139x13
-  RenderBlock {DIV} at (0,0) size 140x13
-    RenderText {#text} at (0,0) size 20x13
-      text run at (0,0) width 20: "test"

Deleted: trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html (188622 => 188623)


--- trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html	2015-08-19 01:55:15 UTC (rev 188622)
+++ trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html	2015-08-19 02:09:44 UTC (rev 188623)
@@ -1,14 +0,0 @@
-<html>
-<head>
-    <style>
-    input {
-        -webkit-appearance: textfield;
-        padding: 10px;
-    }
-    </style>
-</head>
-
-<body>
-    <input type="search" value="test" results="5" />
-</body>
-</html>

Copied: trunk/LayoutTests/platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt (from rev 188613, trunk/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt) (0 => 188623)


--- trunk/LayoutTests/platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt	2015-08-19 02:09:44 UTC (rev 188623)
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderTextControl {INPUT} at (2,2) size 199x37 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+        RenderFlexibleBox {DIV} at (12,12) size 175x13
+          RenderBlock {DIV} at (0,1) size 22x11
+          RenderBlock {DIV} at (22,0) size 140x13
+          RenderBlock {DIV} at (161,1) size 14x11
+      RenderText {#text} at (0,0) size 0x0
+layer at (44,22) size 139x13
+  RenderBlock {DIV} at (0,0) size 140x13
+    RenderText {#text} at (0,0) size 20x13
+      text run at (0,0) width 20: "test"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to