Updated results for Tiger and filed:
        <rdar://problem/5338680> fast/forms/hidden-listbox and fast/forms/hidden-input-file are missing empty RenderText on Leopard

        * fast/forms/hidden-input-file-expected.txt:
        * fast/forms/hidden-listbox-expected.txt:
        * mac/leopard/Skipped:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@24335 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6f56edb..b1275fa 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2007-07-16  Adele Peterson  <adele@apple.com>
+
+        Updated results for Tiger and filed:
+        <rdar://problem/5338680> fast/forms/hidden-listbox and fast/forms/hidden-input-file are missing empty RenderText on Leopard
+
+        * fast/forms/hidden-input-file-expected.txt:
+        * fast/forms/hidden-listbox-expected.txt:
+        * mac/leopard/Skipped:
+
 2007-07-16  Justin Garcia  <justin.garcia@apple.com>
 
         Reviewed by Adele.
diff --git a/LayoutTests/fast/forms/hidden-input-file-expected.txt b/LayoutTests/fast/forms/hidden-input-file-expected.txt
index c50383f..2bd8a01 100644
--- a/LayoutTests/fast/forms/hidden-input-file-expected.txt
+++ b/LayoutTests/fast/forms/hidden-input-file-expected.txt
@@ -10,3 +10,4 @@
           RenderBlock (anonymous) at (8,2) size 62x13
             RenderText at (0,0) size 62x13
               text run at (0,0) width 62: "Choose File"
+      RenderText {#text} at (0,0) size 0x0
diff --git a/LayoutTests/fast/forms/hidden-listbox-expected.txt b/LayoutTests/fast/forms/hidden-listbox-expected.txt
index 7db5eed..ba30a94 100644
--- a/LayoutTests/fast/forms/hidden-listbox-expected.txt
+++ b/LayoutTests/fast/forms/hidden-listbox-expected.txt
@@ -7,3 +7,4 @@
         text run at (0,0) width 510: "This tests that the whole listbox control is hidden when visibility is set to hidden. "
       RenderBR {BR} at (510,14) size 0x0
       RenderListBox {SELECT} at (2,20) size 179x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+      RenderText {#text} at (0,0) size 0x0
diff --git a/LayoutTests/mac/leopard/Skipped b/LayoutTests/mac/leopard/Skipped
index ae452ad..4ca9091 100644
--- a/LayoutTests/mac/leopard/Skipped
+++ b/LayoutTests/mac/leopard/Skipped
@@ -69,3 +69,7 @@
 
 # <rdar://problem/5317692> http/tests/multipart/invalid-image-data failing on Leopard
 http/tests/multipart/invalid-image-data.html
+
+# <rdar://problem/5338680> fast/forms/hidden-listbox and fast/forms/hidden-input-file are missing empty RenderText on Leopard
+fast/forms/hidden-listbox.html
+fast/forms/hidden-input-file.html