[webkit-changes] cvs commit: LayoutTests/editing/selection previous-line-position-expected.checksum previous-line-position-expected.png previous-line-position-expected.txt previous-line-position.html

Justin justing at opensource.apple.com
Mon Dec 12 17:50:31 PST 2005


justing     05/12/12 17:50:31

  Modified:    .        ChangeLog
  Added:       editing/selection previous-line-position-expected.checksum
                        previous-line-position-expected.png
                        previous-line-position-expected.txt
                        previous-line-position.html
  Log:
          Reviewed by harrison
  
          * editing/selection/previous-line-position-expected.checksum: Added.
          * editing/selection/previous-line-position-expected.png: Added.
          * editing/selection/previous-line-position-expected.txt: Added.
          * editing/selection/previous-line-position.html: Added.
  
  Revision  Changes    Path
  1.147     +9 -0      LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.146
  retrieving revision 1.147
  diff -u -r1.146 -r1.147
  --- ChangeLog	13 Dec 2005 01:36:32 -0000	1.146
  +++ ChangeLog	13 Dec 2005 01:50:30 -0000	1.147
  @@ -1,3 +1,12 @@
  +2005-12-12  Justin Garcia  <justin.garcia at apple.com>
  +
  +        Reviewed by harrison
  +
  +        * editing/selection/previous-line-position-expected.checksum: Added.
  +        * editing/selection/previous-line-position-expected.png: Added.
  +        * editing/selection/previous-line-position-expected.txt: Added.
  +        * editing/selection/previous-line-position.html: Added.
  +
   2005-12-12  David Harrison  <harrison at apple.com>
   
   	<rdar://problem/4026906> Paste of HTML table content can break table structure
  
  
  
  1.1                  LayoutTests/editing/selection/previous-line-position-expected.checksum
  
  Index: previous-line-position-expected.checksum
  ===================================================================
  63c5c2af71ea2291bf9efbb510d9c935
  
  
  1.1                  LayoutTests/editing/selection/previous-line-position-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/editing/selection/previous-line-position-expected.txt
  
  Index: previous-line-position-expected.txt
  ===================================================================
  EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
  EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
  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 784x584
        RenderBlock {P} at (0,0) size 784x54
          RenderText {TEXT} at (0,0) size 241x18
            text run at (0,0) width 241: "There was a workaround added to fix "
          RenderInline {A} at (0,0) size 149x18 [color=#0000EE]
            RenderText {TEXT} at (241,0) size 149x18
              text run at (241,0) width 149: "rdar://problem/4033202"
          RenderText {TEXT} at (390,0) size 297x18
            text run at (390,0) width 8: ". "
            text run at (398,0) width 289: "A bug to remove the workaround was filed as"
          RenderInline {A} at (0,0) size 149x18 [color=#0000EE]
            RenderText {TEXT} at (0,18) size 149x18
              text run at (0,18) width 149: "rdar://problem/4040763"
          RenderText {TEXT} at (149,18) size 761x36
            text run at (149,18) width 8: ". "
            text run at (157,18) width 604: "The underlying problem with VisiblePositions was fixed, and so I removed the workaround and"
            text run at (0,36) width 136: "added this layout test."
        RenderBlock {DIV} at (0,70) size 784x56 [border: (1px solid #0000FF)]
          RenderBlock {P} at (1,1) size 782x18
            RenderText {TEXT} at (0,0) size 12x18
              text run at (0,0) width 12: "hi"
            RenderInline {SPAN} at (0,0) size 0x18
          RenderBlock (anonymous) at (1,19) size 782x36
            RenderBR {BR} at (0,0) size 0x18
            RenderText {TEXT} at (0,18) size 21x18
              text run at (0,18) width 21: "test"
  caret: position 0 of child 2 {BR} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document
  
  
  
  1.1                  LayoutTests/editing/selection/previous-line-position.html
  
  Index: previous-line-position.html
  ===================================================================
  <html> 
  <head>
  
  <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
  
  <script>
  
  function editingTest() {
      moveSelectionForwardByLineCommand();
  }
  
  </script>
  
  <title>Editing Test</title> 
  </head>
  <body>
  
  <p>
  There was a workaround added to fix <a href="rdar://problem/4033202">rdar://problem/4033202</a>.  A bug to remove the workaround was filed as <a href="rdar://problem/4040763">rdar://problem/4040763</a>.  The underlying problem with VisiblePositions was fixed, and so I removed the workaround and added this layout test.
  </p>
  
  <div contenteditable id="test" style="border:1px solid blue;">
  <P style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; ">hi<SPAN></SPAN></P><BR>test
  </div>
  
  <script>
  runEditingTest();
  </script>
  
  </body>
  </html>
  
  
  



More information about the webkit-changes mailing list