[webkit-changes] cvs commit: LayoutTests/fast/text/international
bidi-AN-after-L-expected.checksum bidi-AN-after-L-expected.png
Eric
eseidel at opensource.apple.com
Tue Nov 29 17:53:39 PST 2005
eseidel 05/11/29 17:53:38
Modified: . ChangeLog
Added: fast/css absolute-poition-in-rtl-parent-expected.checksum
absolute-poition-in-rtl-parent-expected.png
absolute-poition-in-rtl-parent-expected.txt
absolute-poition-in-rtl-parent.html
fast/text/international bidi-AN-after-L-expected.checksum
bidi-AN-after-L-expected.png
Log:
Bug #: 5800
Submitted by: mitz
Reviewed by: darin
Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5800
* fast/css/absolute-poition-in-rtl-parent-expected.checksum: Added.
* fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
* fast/css/absolute-poition-in-rtl-parent-expected.txt: Added.
* fast/css/absolute-poition-in-rtl-parent.html: Added.
Revision Changes Path
1.112 +11 -0 LayoutTests/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/LayoutTests/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 29 Nov 2005 16:35:28 -0000 1.111
+++ ChangeLog 30 Nov 2005 01:53:36 -0000 1.112
@@ -1,3 +1,14 @@
+2005-11-29 Eric Seidel <eseidel at apple.com>
+
+ Reviewed by darin.
+
+ Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5800
+
+ * fast/css/absolute-poition-in-rtl-parent-expected.checksum: Added.
+ * fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
+ * fast/css/absolute-poition-in-rtl-parent-expected.txt: Added.
+ * fast/css/absolute-poition-in-rtl-parent.html: Added.
+
2005-11-29 Darin Adler <darin at apple.com>
* dom/xhtml/level3/core/documentgetinputencoding01-expected.txt:
1.1 LayoutTests/fast/css/absolute-poition-in-rtl-parent-expected.checksum
Index: absolute-poition-in-rtl-parent-expected.checksum
===================================================================
dea85f5d7898ef23f877f396e9ca8073
1.1 LayoutTests/fast/css/absolute-poition-in-rtl-parent-expected.png
<<Binary file>>
1.1 LayoutTests/fast/css/absolute-poition-in-rtl-parent-expected.txt
Index: absolute-poition-in-rtl-parent-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 {P} at (0,0) size 784x54
RenderText {TEXT} at (0,0) size 768x54
text run at (0,0) width 502: "On the left, you should see three blocks that are aligned left within a black box. "
text run at (502,0) width 266: "They should be stacked vertically with the"
text run at (0,18) width 248: "green box in between two olive boxes. "
text run at (248,18) width 502: "The olive boxes and the green box should be 100x100, and there should be 100"
text run at (0,36) width 322: "pixels of padding on the right side of the box stack."
RenderBlock {P} at (0,70) size 784x54
RenderText {TEXT} at (0,0) size 753x54
text run at (0,0) width 487: "On the right, you should see two blocks that are centered within a black box. "
text run at (487,0) width 266: "They should be stacked vertically with the"
text run at (0,18) width 747: "green box below the olive box. The olive box and the green box should be 100x100, and there should be 100 pixels of"
text run at (0,36) width 247: "padding on either side of the box stack."
layer at (8,148) size 240x340
RenderBlock (positioned) {DIV} at (8,148) size 240x340 [border: (20px solid #000000)]
RenderTable {TABLE} at (20,20) size 100x100
RenderTableSection {TBODY} at (0,0) size 0x100
RenderTableRow {TR} at (0,0) size 0x0
RenderTableCell {TD} at (0,0) size 100x100 [r=0 c=0 rs=1 cs=1]
RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#808000]
layer at (28,268) size 100x100
RenderBlock (positioned) {DIV} at (20,120) size 100x100 [bgcolor=#008000]
layer at (28,368) size 100x100
RenderBlock (positioned) {DIV} at (20,220) size 100x100 [bgcolor=#808000]
layer at (300,148) size 340x240
RenderBlock (positioned) {DIV} at (300,148) size 340x240 [border: (20px solid #000000)]
RenderBlock {DIV} at (20,20) size 200x100
RenderBlock {DIV} at (100,0) size 100x100 [bgcolor=#808000]
layer at (420,268) size 100x100
RenderBlock (positioned) {DIV} at (120,120) size 100x100 [bgcolor=#008000]
1.1 LayoutTests/fast/css/absolute-poition-in-rtl-parent.html
Index: absolute-poition-in-rtl-parent.html
===================================================================
<html>
<body>
<p>
On the left, you should see three blocks that are aligned left within a black box. They should
be stacked vertically with the green box in between two olive boxes. The olive boxes and the green box
should be 100x100, and there should be 100 pixels of padding on the right side of the box stack.
</p>
<p>
On the right, you should see two blocks that are centered within a black box. They should be
stacked vertically with the green box below the olive box. The olive box and the green box should
be 100x100, and there should be 100 pixels of padding on either side of the box stack.
</p>
<div style="position:fixed;width:200px;height:300px;border:20px solid black;">
<table style="direction:rtl; width:100px;" cellspacing="0" cellpadding="0">
<tr>
<td>
<div style="width:100px; height:100px; background:olive;"></div>
<div style="position:absolute; width:100px; height:100px; background:green;"></div>
<div style="position:absolute; width:100px; height:100px; background:olive; bottom:0; right:100px;"></div>
</td>
</tr>
</table>
</div>
<div style="position:fixed;width:300px;height:200px;border:20px solid black; left:300px;">
<div style="direction:rtl; width:200px;">
<div style="width:100px; height:100px; background:olive;"></div>
<div style="position:absolute; width:100px; height:100px; background:green;"></div>
</div>
</div>
</body>
</html>
1.1 LayoutTests/fast/text/international/bidi-AN-after-L-expected.checksum
Index: bidi-AN-after-L-expected.checksum
===================================================================
f437ea8f1fd1c774bab0ce8620a2c642
1.1 LayoutTests/fast/text/international/bidi-AN-after-L-expected.png
<<Binary file>>
More information about the webkit-changes
mailing list