Title: [130376] trunk/LayoutTests
Revision
130376
Author
[email protected]
Date
2012-10-04 02:01:12 -0700 (Thu, 04 Oct 2012)

Log Message

Update tests for input[type=date] with the multiple fields UI
https://bugs.webkit.org/show_bug.cgi?id=98386

Reviewed by Hajime Morita.

Remove some tests for input[type=date. They depends on the old UI, which
we don't use any more.
Mark some tests fail. We need to update their results later.

* fast/forms/date/date-appearance.html: Removed.
* fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
* fast/forms/date/date-fixed-placeholder.html: Removed.
* fast/forms/date/date-input-visible-strings-expected.txt: Removed.
* fast/forms/date/date-input-visible-strings.html: Removed.
* fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
* fast/forms/date/input-date-commit-valid-only.html: Removed.
* platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
* platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
* platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
* platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
* platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
* platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
* platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
* platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (130375 => 130376)


--- trunk/LayoutTests/ChangeLog	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/ChangeLog	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,3 +1,33 @@
+2012-10-04  Kent Tamura  <[email protected]>
+
+        Update tests for input[type=date] with the multiple fields UI
+        https://bugs.webkit.org/show_bug.cgi?id=98386
+
+        Reviewed by Hajime Morita.
+
+        Remove some tests for input[type=date. They depends on the old UI, which
+        we don't use any more.
+        Mark some tests fail. We need to update their results later.
+
+        * fast/forms/date/date-appearance.html: Removed.
+        * fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
+        * fast/forms/date/date-fixed-placeholder.html: Removed.
+        * fast/forms/date/date-input-visible-strings-expected.txt: Removed.
+        * fast/forms/date/date-input-visible-strings.html: Removed.
+        * fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
+        * fast/forms/date/input-date-commit-valid-only.html: Removed.
+        * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
+        * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
+        * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
+        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
+        * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
+        * platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
+        * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
+        * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
+
 2012-10-04  Tullio Lucena  <[email protected]>
 
         [Qt] css2.1/20110323/text-indent-intrinsic-00* fail

Deleted: trunk/LayoutTests/fast/forms/date/date-appearance.html (130375 => 130376)


--- trunk/LayoutTests/fast/forms/date/date-appearance.html	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/fast/forms/date/date-appearance.html	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<style>
-.dark {
-    background-color: black;
-    color: white;
-}
-.large {
-    font-size: 30px;
-}
-</style>
-<body>
-<div><input type="date" value="2012-04-02"></div>
-<div><input type="date" value="2012-04-02" readonly></div>
-<div><input type="date" value="2012-04-02" disabled></div>
-<div><input type="date" value="2012-04-02" class="dark"></div>
-<div><input type="date" value="2012-04-02" class="dark" readonly></div>
-<div><input type="date" value="2012-04-02" class="dark" disabled></div>
-<div><input type="date" value="2012-04-02" class="large"></div>
-<div><input type="date" value="2012-04-02" class="large" readonly></div>
-<div><input type="date" value="2012-04-02" class="large" disabled></div>
-</body>

Deleted: trunk/LayoutTests/fast/forms/date/date-fixed-placeholder-expected.txt (130375 => 130376)


--- trunk/LayoutTests/fast/forms/date/date-fixed-placeholder-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/fast/forms/date/date-fixed-placeholder-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,13 +0,0 @@
-Check placeholder behavior of type=date with ENABLE_CALENDAR_PICKER
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS visiblePlaceholder.indexOf("year") >= 0 is true
-PASS visiblePlaceholder.indexOf("month") >= 0 is true
-PASS visiblePlaceholder.indexOf("day") >= 0 is true
-PASS visiblePlaceholder is internals.visiblePlaceholder(document.getElementById("date-with-placeholder-attribute")).toLowerCase()
-PASS successfullyParsed is true
-
-TEST COMPLETE
- 

Deleted: trunk/LayoutTests/fast/forms/date/date-fixed-placeholder.html (130375 => 130376)


--- trunk/LayoutTests/fast/forms/date/date-fixed-placeholder.html	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/fast/forms/date/date-fixed-placeholder.html	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<body>
-<script src=""
-
-<input type="date" id="date-without-placeholder-attribute">
-<input type="date" id="date-with-placeholder-attribute" placeholder="Your birth day">
-
-<script>
-description('Check placeholder behavior of type=date with ENABLE_CALENDAR_PICKER');
-if (window.internals) {
-    var visiblePlaceholder = internals.visiblePlaceholder(document.getElementById('date-without-placeholder-attribute')).toLowerCase();
-    // Assume English locale.
-    shouldBeTrue('visiblePlaceholder.indexOf("year") >= 0');
-    shouldBeTrue('visiblePlaceholder.indexOf("month") >= 0');
-    shouldBeTrue('visiblePlaceholder.indexOf("day") >= 0');
-    shouldBe('visiblePlaceholder', 'internals.visiblePlaceholder(document.getElementById("date-with-placeholder-attribute")).toLowerCase()');
-} else
-    debug('Both of the date fields should have default placeholders which contain "year", "month", and "day."');
-
-
-</script>
-<script src=""
-</body>

Deleted: trunk/LayoutTests/fast/forms/date/date-input-visible-strings-expected.txt (130375 => 130376)


--- trunk/LayoutTests/fast/forms/date/date-input-visible-strings-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/fast/forms/date/date-input-visible-strings-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,7 +0,0 @@
-The user-visible values of date input fields should be localized if the platform has a LocalizedDate implementation. Otherwise, they should be in the HTML5 formats.
-
-date: value='2011-04-27' visible='2011-04-27'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/fast/forms/date/date-input-visible-strings.html (130375 => 130376)


--- trunk/LayoutTests/fast/forms/date/date-input-visible-strings.html	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/fast/forms/date/date-input-visible-strings.html	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>Date Input Test</title>
-<script src=""
-</head>
-<body>
-<p>The user-visible values of date input fields should be localized if the platform has
-a LocalizedDate implementation. Otherwise, they should be in the HTML5 formats.</p>
-
-    <form method="get" action=""
-        <input type="date"><br>
-    </form>
-
-    <div id=console></div>
-    <script>
-    var input = document.getElementsByTagName("input")[0];
-    // Tue Apr 26 2011 18:56:20 GMT-0700 (PDT) which is Wed Apr 27 2011 01:56:20 GMT.
-    input.valueAsDate = new Date(1303869380391);
-    input.focus();
-    document.execCommand("SelectAll");
-    debug(input.type + ": value='" + input.value + "' visible='" + document.getSelection().toString() + "'");
-
-    document.body.removeChild(document.getElementsByTagName("form")[0]);
-    </script>
-<script src=""
-</body>
-</html>

Deleted: trunk/LayoutTests/fast/forms/date/input-date-commit-valid-only-expected.txt (130375 => 130376)


--- trunk/LayoutTests/fast/forms/date/input-date-commit-valid-only-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/fast/forms/date/input-date-commit-valid-only-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,12 +0,0 @@
-Type=date field should not accept invalid date strings though a user can type such strings
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS input.value is "2012-04-13"
-PASS document.getSelection().toString() == "+++" is false
-PASS input.value is ""
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/fast/forms/date/input-date-commit-valid-only.html (130375 => 130376)


--- trunk/LayoutTests/fast/forms/date/input-date-commit-valid-only.html	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/fast/forms/date/input-date-commit-valid-only.html	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src=""
-</head>
-<body>
-<script>
-description('Type=date field should not accept invalid date strings though a user can type such strings');
-
-var parent = document.createElement('div');
-document.body.appendChild(parent);
-parent.innerHTML = '<input type="date" id="date" value="2012-04-13">';
-
-var input = document.getElementById('date');
-input.focus();
-document.execCommand('SelectAll', false, null);
-document.execCommand('InsertText', false, '+++');
-input.blur();
-shouldBe('input.value', '"2012-04-13"');
-input.focus();
-document.execCommand('SelectAll', false, null);
-shouldBeFalse('document.getSelection().toString() == "+++"');
-
-input.focus();
-document.execCommand('SelectAll', false, null);
-document.execCommand('InsertText', false, '');
-input.blur();
-shouldBe('input.value', '""');
-</script>
-<script src=""
-</body>
-</html>

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (130375 => 130376)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-10-04 09:01:12 UTC (rev 130376)
@@ -3658,6 +3658,11 @@
 webkit.org/b/98094 platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html [ ImageOnlyFailure Pass ]
 webkit.org/b/98094 platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html [ ImageOnlyFailure Pass ]
 
+# Need rebaseline
+webkit.org/b/98386 platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html [ ImageOnlyFailure Pass ]
+webkit.org/b/98386 platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html [ ImageOnlyFailure Pass ]
+webkit.org/b/98386 platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html [ ImageOnlyFailure Pass ]
+
 # Numerous failures in software compositing.
 crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down.html [ ImageOnlyFailure ]
 crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/images/direct-image-background-color.html [ ImageOnlyFailure ]

Deleted: trunk/LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt (130375 => 130376)


--- trunk/LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,7 +0,0 @@
-The user-visible values of date input fields should be localized if the platform has a LocalizedDate implementation. Otherwise, they should be in the HTML5 formats.
-
-date: value='2011-04-27' visible='4/27/11'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/chromium-linux/fast/forms/date/date-appearance-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-linux/fast/forms/date/date-appearance-expected.txt (130375 => 130376)


--- trunk/LayoutTests/platform/chromium-linux/fast/forms/date/date-appearance-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/platform/chromium-linux/fast/forms/date/date-appearance-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,122 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x310
-  RenderBlock {HTML} at (0,0) size 800x310
-    RenderBody {BODY} at (8,8) size 784x294
-      RenderBlock {DIV} at (0,0) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,26) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,52) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #545454)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,78) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,104) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,130) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,156) size 784x46
-        RenderTextControl {INPUT} at (2,2) size 332x42 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 328x36
-            RenderBlock {DIV} at (0,0) size 288x36
-            RenderDetailsMarker {DIV} at (287,3) size 41x30: down
-      RenderBlock {DIV} at (0,202) size 784x46
-        RenderTextControl {INPUT} at (2,2) size 332x42 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 328x36
-            RenderBlock {DIV} at (0,0) size 288x36
-            RenderDetailsMarker {DIV} at (287,3) size 41x30: down
-      RenderBlock {DIV} at (0,248) size 784x46
-        RenderTextControl {INPUT} at (2,2) size 332x42 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #545454)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 328x36
-            RenderBlock {DIV} at (0,0) size 288x36
-            RenderDetailsMarker {DIV} at (287,3) size 41x30: down
-layer at (12,13) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,13) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 36x16
-      text run at (0,0) width 36: "4/2/12"
-layer at (12,39) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,39) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 36x16
-      text run at (0,0) width 36: "4/2/12"
-layer at (12,65) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,65) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 36x16
-      text run at (0,0) width 36: "4/2/12"
-layer at (12,91) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,91) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 36x16
-      text run at (0,0) width 36: "4/2/12"
-layer at (12,117) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,117) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 36x16
-      text run at (0,0) width 36: "4/2/12"
-layer at (12,143) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,143) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 36x16
-      text run at (0,0) width 36: "4/2/12"
-layer at (12,169) size 288x36
-  RenderBlock {DIV} at (2,3) size 288x36 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 213x35
-      text run at (0,0) width 213: "Month/Day/Year"
-layer at (12,169) size 288x36
-  RenderBlock {DIV} at (0,0) size 288x36
-    RenderText {#text} at (0,0) size 84x35
-      text run at (0,0) width 84: "4/2/12"
-layer at (12,215) size 288x36
-  RenderBlock {DIV} at (2,3) size 288x36 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 213x35
-      text run at (0,0) width 213: "Month/Day/Year"
-layer at (12,215) size 288x36
-  RenderBlock {DIV} at (0,0) size 288x36
-    RenderText {#text} at (0,0) size 84x35
-      text run at (0,0) width 84: "4/2/12"
-layer at (12,261) size 288x36
-  RenderBlock {DIV} at (2,3) size 288x36 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 213x35
-      text run at (0,0) width 213: "Month/Day/Year"
-layer at (12,261) size 288x36
-  RenderBlock {DIV} at (0,0) size 288x36
-    RenderText {#text} at (0,0) size 84x35
-      text run at (0,0) width 84: "4/2/12"

Deleted: trunk/LayoutTests/platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt (130375 => 130376)


--- trunk/LayoutTests/platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,7 +0,0 @@
-The user-visible values of date input fields should be localized if the platform has a LocalizedDate implementation. Otherwise, they should be in the HTML5 formats.
-
-date: value='2011-04-27' visible='4/27/11'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/chromium-mac/fast/forms/date/date-appearance-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-mac/fast/forms/date/date-appearance-expected.txt (130375 => 130376)


--- trunk/LayoutTests/platform/chromium-mac/fast/forms/date/date-appearance-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/platform/chromium-mac/fast/forms/date/date-appearance-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,122 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x289
-  RenderBlock {HTML} at (0,0) size 800x289
-    RenderBody {BODY} at (8,8) size 784x273
-      RenderBlock {DIV} at (0,0) size 784x23
-        RenderTextControl {INPUT} at (2,2) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 117x13
-            RenderBlock {DIV} at (0,0) size 103x13
-            RenderDetailsMarker {DIV} at (102,1) size 15x11: down
-      RenderBlock {DIV} at (0,23) size 784x23
-        RenderTextControl {INPUT} at (2,2) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 117x13
-            RenderBlock {DIV} at (0,0) size 103x13
-            RenderDetailsMarker {DIV} at (102,1) size 15x11: down
-      RenderBlock {DIV} at (0,46) size 784x23
-        RenderTextControl {INPUT} at (2,2) size 123x19 [color=#545454] [bgcolor=#FFFFFF] [border: (2px inset #545454)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 117x13
-            RenderBlock {DIV} at (0,0) size 103x13
-            RenderDetailsMarker {DIV} at (102,1) size 15x11: down
-      RenderBlock {DIV} at (0,69) size 784x23
-        RenderTextControl {INPUT} at (2,2) size 123x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 117x13
-            RenderBlock {DIV} at (0,0) size 103x13
-            RenderDetailsMarker {DIV} at (102,1) size 15x11: down
-      RenderBlock {DIV} at (0,92) size 784x23
-        RenderTextControl {INPUT} at (2,2) size 123x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 117x13
-            RenderBlock {DIV} at (0,0) size 103x13
-            RenderDetailsMarker {DIV} at (102,1) size 15x11: down
-      RenderBlock {DIV} at (0,115) size 784x23
-        RenderTextControl {INPUT} at (2,2) size 123x19 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 117x13
-            RenderBlock {DIV} at (0,0) size 103x13
-            RenderDetailsMarker {DIV} at (102,1) size 15x11: down
-      RenderBlock {DIV} at (0,138) size 784x45
-        RenderTextControl {INPUT} at (2,2) size 312x41 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 306x35
-            RenderBlock {DIV} at (0,0) size 266x35
-            RenderDetailsMarker {DIV} at (265,2) size 41x31: down
-      RenderBlock {DIV} at (0,183) size 784x45
-        RenderTextControl {INPUT} at (2,2) size 312x41 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 306x35
-            RenderBlock {DIV} at (0,0) size 266x35
-            RenderDetailsMarker {DIV} at (265,2) size 41x31: down
-      RenderBlock {DIV} at (0,228) size 784x45
-        RenderTextControl {INPUT} at (2,2) size 312x41 [color=#545454] [bgcolor=#FFFFFF] [border: (2px inset #545454)]
-          RenderDeprecatedFlexibleBox {DIV} at (3,3) size 306x35
-            RenderBlock {DIV} at (0,0) size 266x35
-            RenderDetailsMarker {DIV} at (265,2) size 41x31: down
-layer at (13,13) size 102x13
-  RenderBlock {DIV} at (3,3) size 103x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 90x13
-      text run at (0,0) width 90: "Month/Day/Year"
-layer at (13,13) size 102x13
-  RenderBlock {DIV} at (0,0) size 103x13
-    RenderText {#text} at (0,0) size 40x13
-      text run at (0,0) width 40: "4/2/12"
-layer at (13,36) size 102x13
-  RenderBlock {DIV} at (3,3) size 103x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 90x13
-      text run at (0,0) width 90: "Month/Day/Year"
-layer at (13,36) size 102x13
-  RenderBlock {DIV} at (0,0) size 103x13
-    RenderText {#text} at (0,0) size 40x13
-      text run at (0,0) width 40: "4/2/12"
-layer at (13,59) size 102x13
-  RenderBlock {DIV} at (3,3) size 103x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 90x13
-      text run at (0,0) width 90: "Month/Day/Year"
-layer at (13,59) size 102x13
-  RenderBlock {DIV} at (0,0) size 103x13
-    RenderText {#text} at (0,0) size 40x13
-      text run at (0,0) width 40: "4/2/12"
-layer at (13,82) size 102x13
-  RenderBlock {DIV} at (3,3) size 103x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 90x13
-      text run at (0,0) width 90: "Month/Day/Year"
-layer at (13,82) size 102x13
-  RenderBlock {DIV} at (0,0) size 103x13
-    RenderText {#text} at (0,0) size 40x13
-      text run at (0,0) width 40: "4/2/12"
-layer at (13,105) size 102x13
-  RenderBlock {DIV} at (3,3) size 103x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 90x13
-      text run at (0,0) width 90: "Month/Day/Year"
-layer at (13,105) size 102x13
-  RenderBlock {DIV} at (0,0) size 103x13
-    RenderText {#text} at (0,0) size 40x13
-      text run at (0,0) width 40: "4/2/12"
-layer at (13,128) size 102x13
-  RenderBlock {DIV} at (3,3) size 103x13 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 90x13
-      text run at (0,0) width 90: "Month/Day/Year"
-layer at (13,128) size 102x13
-  RenderBlock {DIV} at (0,0) size 103x13
-    RenderText {#text} at (0,0) size 40x13
-      text run at (0,0) width 40: "4/2/12"
-layer at (13,151) size 266x35
-  RenderBlock {DIV} at (3,3) size 266x35 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 244x35
-      text run at (0,0) width 244: "Month/Day/Year"
-layer at (13,151) size 266x35
-  RenderBlock {DIV} at (0,0) size 266x35
-    RenderText {#text} at (0,0) size 108x35
-      text run at (0,0) width 108: "4/2/12"
-layer at (13,196) size 266x35
-  RenderBlock {DIV} at (3,3) size 266x35 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 244x35
-      text run at (0,0) width 244: "Month/Day/Year"
-layer at (13,196) size 266x35
-  RenderBlock {DIV} at (0,0) size 266x35
-    RenderText {#text} at (0,0) size 108x35
-      text run at (0,0) width 108: "4/2/12"
-layer at (13,241) size 266x35
-  RenderBlock {DIV} at (3,3) size 266x35 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 244x35
-      text run at (0,0) width 244: "Month/Day/Year"
-layer at (13,241) size 266x35
-  RenderBlock {DIV} at (0,0) size 266x35
-    RenderText {#text} at (0,0) size 108x35
-      text run at (0,0) width 108: "4/2/12"

Deleted: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-win/fast/forms/date/date-appearance-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-win/fast/forms/date/date-appearance-expected.txt (130375 => 130376)


--- trunk/LayoutTests/platform/chromium-win/fast/forms/date/date-appearance-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/platform/chromium-win/fast/forms/date/date-appearance-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,122 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x310
-  RenderBlock {HTML} at (0,0) size 800x310
-    RenderBody {BODY} at (8,8) size 784x294
-      RenderBlock {DIV} at (0,0) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,26) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,52) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #545454)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,78) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,104) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,130) size 784x26
-        RenderTextControl {INPUT} at (2,2) size 153x22 [color=#FFFFFF] [bgcolor=#000000] [border: (2px inset #FFFFFF)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 149x16
-            RenderBlock {DIV} at (0,0) size 132x16
-            RenderDetailsMarker {DIV} at (131,1) size 18x14: down
-      RenderBlock {DIV} at (0,156) size 784x46
-        RenderTextControl {INPUT} at (2,2) size 331x42 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 327x36
-            RenderBlock {DIV} at (0,0) size 287x36
-            RenderDetailsMarker {DIV} at (286,3) size 41x30: down
-      RenderBlock {DIV} at (0,202) size 784x46
-        RenderTextControl {INPUT} at (2,2) size 331x42 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 327x36
-            RenderBlock {DIV} at (0,0) size 287x36
-            RenderDetailsMarker {DIV} at (286,3) size 41x30: down
-      RenderBlock {DIV} at (0,248) size 784x46
-        RenderTextControl {INPUT} at (2,2) size 331x42 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #545454)]
-          RenderDeprecatedFlexibleBox {DIV} at (2,3) size 327x36
-            RenderBlock {DIV} at (0,0) size 287x36
-            RenderDetailsMarker {DIV} at (286,3) size 41x30: down
-layer at (12,13) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,13) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 50x16
-      text run at (0,0) width 50: "4/2/2012"
-layer at (12,39) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,39) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 50x16
-      text run at (0,0) width 50: "4/2/2012"
-layer at (12,65) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,65) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 50x16
-      text run at (0,0) width 50: "4/2/2012"
-layer at (12,91) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,91) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 50x16
-      text run at (0,0) width 50: "4/2/2012"
-layer at (12,117) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,117) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 50x16
-      text run at (0,0) width 50: "4/2/2012"
-layer at (12,143) size 131x16
-  RenderBlock {DIV} at (2,3) size 132x16 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 94x16
-      text run at (0,0) width 94: "Month/Day/Year"
-layer at (12,143) size 131x16
-  RenderBlock {DIV} at (0,0) size 132x16
-    RenderText {#text} at (0,0) size 50x16
-      text run at (0,0) width 50: "4/2/2012"
-layer at (12,169) size 287x36
-  RenderBlock {DIV} at (2,3) size 287x36 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 213x35
-      text run at (0,0) width 213: "Month/Day/Year"
-layer at (12,169) size 287x36
-  RenderBlock {DIV} at (0,0) size 287x36
-    RenderText {#text} at (0,0) size 118x35
-      text run at (0,0) width 118: "4/2/2012"
-layer at (12,215) size 287x36
-  RenderBlock {DIV} at (2,3) size 287x36 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 213x35
-      text run at (0,0) width 213: "Month/Day/Year"
-layer at (12,215) size 287x36
-  RenderBlock {DIV} at (0,0) size 287x36
-    RenderText {#text} at (0,0) size 118x35
-      text run at (0,0) width 118: "4/2/2012"
-layer at (12,261) size 287x36
-  RenderBlock {DIV} at (2,3) size 287x36 [color=#A9A9A9]
-    RenderText {#text} at (0,0) size 213x35
-      text run at (0,0) width 213: "Month/Day/Year"
-layer at (12,261) size 287x36
-  RenderBlock {DIV} at (0,0) size 287x36
-    RenderText {#text} at (0,0) size 118x35
-      text run at (0,0) width 118: "4/2/2012"

Deleted: trunk/LayoutTests/platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt (130375 => 130376)


--- trunk/LayoutTests/platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt	2012-10-04 08:59:20 UTC (rev 130375)
+++ trunk/LayoutTests/platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt	2012-10-04 09:01:12 UTC (rev 130376)
@@ -1,7 +0,0 @@
-The user-visible values of date input fields should be localized if the platform has a LocalizedDate implementation. Otherwise, they should be in the HTML5 formats.
-
-date: value='2011-04-27' visible='4/27/2011'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to