Title: [90313] trunk
Revision
90313
Author
[email protected]
Date
2011-07-01 23:00:50 -0700 (Fri, 01 Jul 2011)

Log Message

2011-07-01  Kent Tamura  <[email protected]>

        [Chromium] Rebaseline for fast/forms/input-file-re-render.html
        https://bugs.webkit.org/show_bug.cgi?id=63733

        Also, input-file-label.html passes now.

        * platform/chromium-linux/fast/forms/input-file-re-render-expected.png:
        * platform/chromium-linux/fast/forms/input-file-re-render-expected.txt:
        * platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.png:
        * platform/chromium-mac/fast/forms/input-file-re-render-expected.png:
        * platform/chromium-win/fast/forms/input-file-re-render-expected.png:
        * platform/chromium-win/fast/forms/input-file-re-render-expected.txt:
        * platform/chromium/test_expectations.txt:
2011-07-01  Kent Tamura  <[email protected]>

        [Chromium] Rebaseline for fast/forms/input-file-re-render.html
        https://bugs.webkit.org/show_bug.cgi?id=63733

        * DEPS: Update chromium revision to 91405 to have "Choose Files" string.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90312 => 90313)


--- trunk/LayoutTests/ChangeLog	2011-07-02 04:47:40 UTC (rev 90312)
+++ trunk/LayoutTests/ChangeLog	2011-07-02 06:00:50 UTC (rev 90313)
@@ -1,5 +1,20 @@
 2011-07-01  Kent Tamura  <[email protected]>
 
+        [Chromium] Rebaseline for fast/forms/input-file-re-render.html
+        https://bugs.webkit.org/show_bug.cgi?id=63733
+
+        Also, input-file-label.html passes now.
+
+        * platform/chromium-linux/fast/forms/input-file-re-render-expected.png:
+        * platform/chromium-linux/fast/forms/input-file-re-render-expected.txt:
+        * platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.png:
+        * platform/chromium-mac/fast/forms/input-file-re-render-expected.png:
+        * platform/chromium-win/fast/forms/input-file-re-render-expected.png:
+        * platform/chromium-win/fast/forms/input-file-re-render-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
+2011-07-01  Kent Tamura  <[email protected]>
+
         [Chromium] Update the expectation of search-rtl.html
         https://bugs.webkit.org/show_bug.cgi?id=63787
 

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (90312 => 90313)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-02 04:47:40 UTC (rev 90312)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-02 06:00:50 UTC (rev 90313)
@@ -216,18 +216,6 @@
 // Unskip after implementing LayoutTestController::setDefersLoading and ::goBack.
 BUGWK60877 SKIP : loader/navigation-while-deferring-loads.html = FAIL
 
-// This test fails because WebLocalizedString::FileButtonChooseMultipleFilesLabel
-// is not described in switch cases in ToMessageID(), in order to avoid compiler warnings
-// in the Chromium patch. See here: http://codereview.chromium.org/7273024/.
-// This failure is going to be removed when a planned Chromium patch is merged.
-BUGWK49245 : fast/forms/input-file-label.html = FAIL
-
-// This test fails because the label of a multiple file chooser button is updated.
-// We need to update expected.txt and expected.png.
-BUGWK49245 WIN LINUX : fast/forms/input-file-re-render.html = FAIL
-// Timing out on mac as of WebKit r90101.
-BUGWK63733 MAC : fast/forms/input-file-re-render.html = TIMEOUT
-
 // -----------------------------------------------------------------
 // WONTFIX TESTS
 // -----------------------------------------------------------------
@@ -2338,11 +2326,8 @@
 BUGWK45652 : fast/viewport/viewport-129.html = TEXT TIMEOUT MISSING
 
 
-BUGWK45667 WIN LINUX : fast/files/read-file-async.html = CRASH PASS
+BUGWK45667 : fast/files/read-file-async.html = CRASH PASS
 BUGWK45667 LINUX : fast/files/read-blob-async.html = CRASH PASS
-// Timing out on mac as of WebKit r90101.
-BUGWK63733 MAC : fast/files/read-file-async.html = TIMEOUT
-BUGWK63733 MAC : fast/files/read-blob-async.html = TIMEOUT
 
 BUGWK45737 DEBUG SLOW : fast/frames/frame-limit.html = PASS
 

Modified: trunk/LayoutTests/platform/chromium-linux/fast/forms/input-file-re-render-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/fast/forms/input-file-re-render-expected.txt (90312 => 90313)


--- trunk/LayoutTests/platform/chromium-linux/fast/forms/input-file-re-render-expected.txt	2011-07-02 04:47:40 UTC (rev 90312)
+++ trunk/LayoutTests/platform/chromium-linux/fast/forms/input-file-re-render-expected.txt	2011-07-02 06:00:50 UTC (rev 90313)
@@ -5,10 +5,10 @@
     RenderBody {BODY} at (8,8) size 784x62
       RenderBlock {FORM} at (0,0) size 784x26
         RenderFileUploadControl {INPUT} at (2,2) size 238x22 "2 files"
-          RenderButton {INPUT} at (0,0) size 85x22 [bgcolor=#DDDDDD] [border: (2px outset #DDDDDD)]
-            RenderBlock (anonymous) at (8,3) size 69x16
-              RenderText at (0,0) size 69x16
-                text run at (0,0) width 69: "Choose File"
+          RenderButton {INPUT} at (0,0) size 92x22 [bgcolor=#DDDDDD] [border: (2px outset #DDDDDD)]
+            RenderBlock (anonymous) at (8,3) size 76x16
+              RenderText at (0,0) size 76x16
+                text run at (0,0) width 76: "Choose Files"
         RenderText {#text} at (0,0) size 0x0
       RenderBlock {P} at (0,42) size 784x20
         RenderText {#text} at (0,0) size 417x19

Modified: trunk/LayoutTests/platform/chromium-mac/fast/forms/input-file-re-render-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/fast/forms/input-file-re-render-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/fast/forms/input-file-re-render-expected.txt (90312 => 90313)


--- trunk/LayoutTests/platform/chromium-win/fast/forms/input-file-re-render-expected.txt	2011-07-02 04:47:40 UTC (rev 90312)
+++ trunk/LayoutTests/platform/chromium-win/fast/forms/input-file-re-render-expected.txt	2011-07-02 06:00:50 UTC (rev 90313)
@@ -5,10 +5,10 @@
     RenderBody {BODY} at (8,8) size 784x62
       RenderBlock {FORM} at (0,0) size 784x26
         RenderFileUploadControl {INPUT} at (2,2) size 238x22 "2 files"
-          RenderButton {INPUT} at (0,0) size 85x22 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
-            RenderBlock (anonymous) at (8,3) size 69x16
-              RenderText at (0,0) size 69x16
-                text run at (0,0) width 69: "Choose File"
+          RenderButton {INPUT} at (0,0) size 92x22 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
+            RenderBlock (anonymous) at (8,3) size 76x16
+              RenderText at (0,0) size 76x16
+                text run at (0,0) width 76: "Choose Files"
         RenderText {#text} at (0,0) size 0x0
       RenderBlock {P} at (0,42) size 784x20
         RenderText {#text} at (0,0) size 417x19

Modified: trunk/Source/WebKit/chromium/ChangeLog (90312 => 90313)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-07-02 04:47:40 UTC (rev 90312)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-07-02 06:00:50 UTC (rev 90313)
@@ -1,3 +1,10 @@
+2011-07-01  Kent Tamura  <[email protected]>
+
+        [Chromium] Rebaseline for fast/forms/input-file-re-render.html
+        https://bugs.webkit.org/show_bug.cgi?id=63733
+
+        * DEPS: Update chromium revision to 91405 to have "Choose Files" string.
+
 2011-07-01  Michael Nordman  <[email protected]>
 
         Reviewed by Darin Fisher.

Modified: trunk/Source/WebKit/chromium/DEPS (90312 => 90313)


--- trunk/Source/WebKit/chromium/DEPS	2011-07-02 04:47:40 UTC (rev 90312)
+++ trunk/Source/WebKit/chromium/DEPS	2011-07-02 06:00:50 UTC (rev 90313)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '91300'
+  'chromium_rev': '91405'
 }
 
 deps = {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to