[Webkit-unassigned] [Bug 67687] REGRESSION(r94593): textfield-overflow-by-value-update.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 17:52:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67687





--- Comment #1 from Beth Dakin <bdakin at apple.com>  2011-09-06 17:52:58 PST ---
The test depends on a JS file in the directory, but the contents of the failing test are: 

<!DOCTYPE html>
<head>
<script src="resources/common.js"></script>
<style>
input {
    -webkit-appearance: none;
    font-size: 32px;
    height: 0px;
    width: 100px;
    border-width: 0px;
}
</style>
<body>
<!-- The input value must not be shown outside the input border.
     So, the test result should be just white. -->
<input id="textfield">
<script>
$('textfield').offsetTop;
$('textfield').value = "FAIL";
</script>
</body>

-- 
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