[webkit-changes] cvs commit:
WebCore/layout-tests/fast/table/border-collapsing 004-expected.txt
David
harrison at opensource.apple.com
Fri Jul 29 17:18:21 PDT 2005
harrison 05/07/29 17:18:21
Modified: . ChangeLog
layout-tests/fast/dom quadraticCurveTo-expected.txt
layout-tests/fast/table/border-collapsing 004-expected.txt
Log:
Test cases added: n/a
Update layout tests for my previous change.
* layout-tests/fast/dom/quadraticCurveTo-expected.txt:
* layout-tests/fast/table/border-collapsing/004-expected.txt:
Revision Changes Path
1.4500 +9 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4499
retrieving revision 1.4500
diff -u -r1.4499 -r1.4500
--- ChangeLog 29 Jul 2005 23:42:40 -0000 1.4499
+++ ChangeLog 30 Jul 2005 00:18:17 -0000 1.4500
@@ -1,5 +1,14 @@
2005-07-29 David Harrison <harrison at apple.com>
+ Test cases added: n/a
+
+ Update layout tests for my previous change.
+
+ * layout-tests/fast/dom/quadraticCurveTo-expected.txt:
+ * layout-tests/fast/table/border-collapsing/004-expected.txt:
+
+2005-07-29 David Harrison <harrison at apple.com>
+
Reviewed by Dave Hyatt (rendering) and Maciej (editing and performance improvements).
Test cases added: Existing tab-related basic editing tests were updated. More complex tests are coming soon.
1.7 +2 -3 WebCore/layout-tests/fast/dom/quadraticCurveTo-expected.txt
Index: quadraticCurveTo-expected.txt
===================================================================
RCS file: /cvs/root/WebCore/layout-tests/fast/dom/quadraticCurveTo-expected.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- quadraticCurveTo-expected.txt 19 Jul 2005 21:18:20 -0000 1.6
+++ quadraticCurveTo-expected.txt 30 Jul 2005 00:18:21 -0000 1.7
@@ -4,8 +4,7 @@
RenderBlock {HTML} at (0,0) size 800x414
RenderBody {BODY} at (8,16) size 784x18
RenderBlock {P} at (0,0) size 784x18
- RenderText {TEXT} at (0,0) size 420x18
- text run at (0,0) width 420: "\x{9}\x{9}\x{9}This test case should produce a sine-wave stroked with 1px black. "
- text run at (420,0) width 0: "\x{9}\x{9}"
+ RenderText {TEXT} at (0,0) size 416x18
+ text run at (0,0) width 416: "This test case should produce a sine-wave stroked with 1px black."
RenderBlock (anonymous) at (0,50) size 800x364
RenderCanvasImage {CANVAS} at (0,0) size 480x360
1.11 +2 -2 WebCore/layout-tests/fast/table/border-collapsing/004-expected.txt
Index: 004-expected.txt
===================================================================
RCS file: /cvs/root/WebCore/layout-tests/fast/table/border-collapsing/004-expected.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- 004-expected.txt 29 Jul 2005 23:42:58 -0000 1.10
+++ 004-expected.txt 30 Jul 2005 00:18:21 -0000 1.11
@@ -17,8 +17,8 @@
text run at (333,0) width 172: "The styles applied here are:"
RenderBlock {PRE} at (0,92) size 784x180
RenderText {TEXT} at (0,0) size 688x180
- text run at (0,0) width 408: "TABLE { margin: 1em; border: medium solid blue; }"
- text run at (0,15) width 408: "TD { border: thin solid green; padding: 5px; }"
+ text run at (0,0) width 408: "TABLE\x{9}{ margin: 1em; border: medium solid blue; }"
+ text run at (0,15) width 408: "TD\x{9}{ border: thin solid green; padding: 5px; }"
text run at (0,30) width 392: "TH { border: medium solid purple; padding: 5px; }"
text run at (0,45) width 360: "TABLE.one, TABLE.two { border-spacing: 1em; }"
text run at (0,60) width 320: "TABLE.one { border-collapse: collapse; }"
More information about the webkit-changes
mailing list