Title: [126545] trunk/LayoutTests
- Revision
- 126545
- Author
- [email protected]
- Date
- 2012-08-23 23:10:20 -0700 (Thu, 23 Aug 2012)
Log Message
[Chromium] REGRESSION(r126534) time-multiple-fields-appearance-pseudo-elements.html failing on Win7
https://bugs.webkit.org/show_bug.cgi?id=94898
This patch changes parameters to test expectation generator to make
actual result and test expectation to be matched.
Root cause of this regression is the test expectation generator for
Chromium-Win generates second field with value "56" instead of "00".
On Chromium-Linux and Chromium-Mac, the test expectation generator
doesn't generate second field.
* fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Changes parameters to have hour and minute only.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (126544 => 126545)
--- trunk/LayoutTests/ChangeLog 2012-08-24 05:59:40 UTC (rev 126544)
+++ trunk/LayoutTests/ChangeLog 2012-08-24 06:10:20 UTC (rev 126545)
@@ -1,3 +1,19 @@
+2012-08-23 Yoshifumi Inoue <[email protected]>
+
+ [Chromium] REGRESSION(r126534) time-multiple-fields-appearance-pseudo-elements.html failing on Win7
+ https://bugs.webkit.org/show_bug.cgi?id=94898
+
+ This patch changes parameters to test expectation generator to make
+ actual result and test expectation to be matched.
+
+ Root cause of this regression is the test expectation generator for
+ Chromium-Win generates second field with value "56" instead of "00".
+
+ On Chromium-Linux and Chromium-Mac, the test expectation generator
+ doesn't generate second field.
+
+ * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Changes parameters to have hour and minute only.
+
2012-08-23 Sheriff Bot <[email protected]>
Unreviewed, rolling out r126496.
Modified: trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html (126544 => 126545)
--- trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html 2012-08-24 05:59:40 UTC (rev 126544)
+++ trunk/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html 2012-08-24 06:10:20 UTC (rev 126545)
@@ -4,9 +4,9 @@
</head>
<body>
<ul>
- <li><span type="time" value="12:34:56" class="after"></span></li>
- <li><span type="time" value="12:34:56" class="before">[before]</span></li>
- <li><span type="time" value="12:34:56" class="first-letter"></span></span></li>
+ <li><span type="time" value="12:34" class="after"></span></li>
+ <li><span type="time" value="12:34" class="before">[before]</span></li>
+ <li><span type="time" value="12:34" class="first-letter"></span></span></li>
</ul>
</body>
<script src=""
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes