[webkit-changes] cvs commit: LayoutTests/fast/forms
negativeLineHeight-expected.checksum negativeLineHeight-expected.png
negativeLineHeight-expected.txt negativeLineHeight.html
Beth
bdakin at opensource.apple.com
Wed Dec 14 14:21:04 PST 2005
bdakin 05/12/14 14:21:04
Modified: . ChangeLog
Added: fast/forms negativeLineHeight-expected.checksum
negativeLineHeight-expected.png
negativeLineHeight-expected.txt
negativeLineHeight.html
Log:
Bug #:
Revision Changes Path
1.153 +17 -0 LayoutTests/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/LayoutTests/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog 14 Dec 2005 18:46:03 -0000 1.152
+++ ChangeLog 14 Dec 2005 22:21:03 -0000 1.153
@@ -1,3 +1,20 @@
+2005-12-14 Beth Dakin <bdakin at apple.com>
+
+ Reviewed by Eric.
+
+ This layout test is sort of for <rdar://problem/4374783> 10.4.4
+ REGRESSION: caret disappears when typing at the bottom of a
+ scrollable textarea.
+
+ It does not address the fundamental problem with that bug,
+ but it does make sure we ignore negative line-height in
+ textareas.
+
+ * fast/forms/negativeLineHeight-expected.checksum: Added.
+ * fast/forms/negativeLineHeight-expected.png: Added.
+ * fast/forms/negativeLineHeight-expected.txt: Added.
+ * fast/forms/negativeLineHeight.html: Added.
+
2005-12-14 Mitz Pettel <opendarwin.org at mitzpettel.com>
Layout test for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5921>
1.1 LayoutTests/fast/forms/negativeLineHeight-expected.checksum
Index: negativeLineHeight-expected.checksum
===================================================================
d70363670409cd5fc445dd5ace99cac9
1.1 LayoutTests/fast/forms/negativeLineHeight-expected.png
<<Binary file>>
1.1 LayoutTests/fast/forms/negativeLineHeight-expected.txt
Index: negativeLineHeight-expected.txt
===================================================================
layer at (0,0) size 800x600
RenderCanvas at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x576
RenderBlock (anonymous) at (0,0) size 784x18
RenderText {TEXT} at (0,0) size 666x18
text run at (0,0) width 666: "The textarea below should have standard line-height because textareas should ignore negative line-heights"
RenderBR {BR} at (0,0) size 0x0
RenderBlock {P} at (0,34) size 784x240
RenderText {TEXT} at (0,0) size 87x18
text run at (0,0) width 87: "TEXTAREA"
RenderBR {BR} at (0,0) size 0x0
RenderTextArea {TEXTAREA} at (0,18) size 400x200
RenderText {TEXT} at (400,204) size 4x18
text run at (400,204) width 4: " "
RenderBR {BR} at (0,0) size 0x0
RenderBR {BR} at (0,222) size 0x18
1.1 LayoutTests/fast/forms/negativeLineHeight.html
Index: negativeLineHeight.html
===================================================================
<html lang="en">
<head>
<style type="text/css">
.p {
border: dotted silver 1px;
font-style:italic;
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
line-height:-400%;
width:400px; height:200px;
}
</style>
</head>
<body>
The textarea below should have standard line-height because textareas should ignore negative line-heights<br/>
<p> TEXTAREA<br/>
<textarea id="myTA" class="p">Demo text here that wraps a bit and should demonstrate the goodness of line-height</textarea>
<br/><br/>
</p>
</body>
</html>
More information about the webkit-changes
mailing list