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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@188623 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 7265ee8..26e76b0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2015-08-18  Wenson Hsieh  <wenson_hsieh@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  <sabouhallawa@apple.com>
 
         Fix a rare flakiness in svg/animations/svgPreserveAspectRatio-animation-1.html
diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations
index 6ab3de3..bfd9d83 100644
--- a/LayoutTests/TestExpectations
+++ b/LayoutTests/TestExpectations
@@ -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.
 #//////////////////////////////////////////////////////////////////////////////////////////
diff --git a/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons-expected.txt b/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons-expected.txt
new file mode 100644
index 0000000..3419f45
--- /dev/null
+++ b/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons-expected.txt
@@ -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"
diff --git a/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html b/LayoutTests/fast/forms/search/search-padding-cancel-results-buttons.html
similarity index 100%
rename from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html
rename to LayoutTests/fast/forms/search/search-padding-cancel-results-buttons.html
diff --git a/LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt b/LayoutTests/platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt
similarity index 100%
rename from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt
rename to LayoutTests/platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt
diff --git a/LayoutTests/platform/mac/TestExpectations b/LayoutTests/platform/mac/TestExpectations
index b732add..1098d25 100644
--- a/LayoutTests/platform/mac/TestExpectations
+++ b/LayoutTests/platform/mac/TestExpectations
@@ -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.
 #//////////////////////////////////////////////////////////////////////////////////////////