* layout-tests/fast/selectors/159-expected.txt: Added.
* layout-tests/fast/selectors/177a-expected.txt: Added.
* layout-tests/fast/selectors/177b-expected.txt: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9370
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x50
+ RenderBlock {HTML} at (0,0) size 800x50
+ RenderBody {BODY} at (8,16) size 784x18
+ RenderBlock {P} at (0,0) size 784x18
+ RenderText {TEXT} at (0,0) size 503x18
+ text run at (0,0) width 503: "Try selecting some text in this document. It should be have a green background."
+selection start: position 0 of child 0 {TEXT} of child 1 {P} of child 1 {BODY} of child 0 {HTML} of document
+selection end: position 79 of child 0 {TEXT} of child 1 {P} of child 1 {BODY} of child 0 {HTML} of document
--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x50
+ RenderBlock {HTML} at (0,0) size 800x50
+ RenderBody {BODY} at (8,16) size 784x18
+ RenderBlock {P} at (0,0) size 784x18
+ RenderText {TEXT} at (0,0) size 283x18
+ text run at (0,0) width 283: "When you select this text, it shouldn't go red."
+selection start: position 0 of child 0 {TEXT} of child 1 {P} of child 1 {BODY} of child 0 {HTML} of document
+selection end: position 47 of child 0 {TEXT} of child 1 {P} of child 1 {BODY} of child 0 {HTML} of document
--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x50
+ RenderBlock {HTML} at (0,0) size 800x50
+ RenderBody {BODY} at (8,16) size 784x18
+ RenderBlock {DIV} at (0,0) size 784x18 [color=#008000]
+ RenderBlock {P} at (0,0) size 784x18
+ RenderText {TEXT} at (0,0) size 163x18
+ text run at (0,0) width 163: "This line should be green."
+2005-06-12 Darin Adler <darin@apple.com>
+
+ - added expected test results for new tests
+
+ * layout-tests/fast/selectors/159-expected.txt: Added.
+ * layout-tests/fast/selectors/177a-expected.txt: Added.
+ * layout-tests/fast/selectors/177b-expected.txt: Added.
+
2005-06-11 Maciej Stachowiak <mjs@apple.com>
Patch from Nicholas Shanks <contact@nickshanks.com>, by me.