[Webkit-unassigned] [Bug 94297] New: [Tests] time-multiple-fields-appearance-basic.html and time-multiple-fields-appearance-pseudo-elements.html are failed on Chromium Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 16 22:44:52 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94297
Summary: [Tests] time-multiple-fields-appearance-basic.html and
time-multiple-fields-appearance-pseudo-elements.html
are failed on Chromium Windows
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yosin at chromium.org
There are something wrong in date format detection code:
function checkHasShortFormat()
{
var container = document.createElement("span");
container.innerHTML = "<input type=time id=step60 step=60><input type=time id=step1 step=1>";
document.body.appendChild(container);
var hasShortFormat = document.getElementById("step60").offsetWidth != document.getElementById("step1").offsetWidth;
container.parentElement.removeChild(container);
return hasShortFormat;
}
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list