--- /dev/null
+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 784x36
+ RenderText {TEXT} at (0,0) size 776x36
+ text run at (0,0) width 776: "The box below should be solid green. If there are 10 pixels of red visible on the top and left, the background image is being"
+ text run at (0,18) width 130: "repeated improperly."
+ RenderBlock {P} at (0,52) size 784x0
+ RenderBlock {P} at (0,52) size 50x50 [bgcolor=#008000]
+2005-06-11 Maciej Stachowiak <mjs@apple.com>
+
+ Added missing expected results from the background image patch.
+
+ * layout-tests/fast/backgrounds/001-expected.txt: Added.
+
2005-06-10 David Hyatt <hyatt@apple.com>
Fix for bugzilla bug 3335, add support for the CSS3 indirect adjacent sibling selector. Patch merge