Title: [92091] trunk/LayoutTests
Revision
92091
Author
[email protected]
Date
2011-07-31 16:17:24 -0700 (Sun, 31 Jul 2011)

Log Message

Fix fast/dom/Range/getBoundingClientRect.html after r92089.

* fast/dom/Range/getBoundingClientRect.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92090 => 92091)


--- trunk/LayoutTests/ChangeLog	2011-07-31 21:14:06 UTC (rev 92090)
+++ trunk/LayoutTests/ChangeLog	2011-07-31 23:17:24 UTC (rev 92091)
@@ -1,5 +1,11 @@
 2011-07-31  Ryosuke Niwa  <[email protected]>
 
+        Fix fast/dom/Range/getBoundingClientRect.html after r92089.
+
+        * fast/dom/Range/getBoundingClientRect.html:
+
+2011-07-31  Ryosuke Niwa  <[email protected]>
+
         [Chromium] editing/execCommand/4786404-1.html,editing/execCommand/break-out-of-empty-list-item.html are slow/timeout
         https://bugs.webkit.org/show_bug.cgi?id=65019
 

Modified: trunk/LayoutTests/fast/dom/Range/getBoundingClientRect.html (92090 => 92091)


--- trunk/LayoutTests/fast/dom/Range/getBoundingClientRect.html	2011-07-31 21:14:06 UTC (rev 92090)
+++ trunk/LayoutTests/fast/dom/Range/getBoundingClientRect.html	2011-07-31 23:17:24 UTC (rev 92091)
@@ -145,9 +145,6 @@
     range4.selectNodeContents(document.getElementById('test4'));
     range4.collapse(true);
     show(range4);
-    
-    var blah = range4.getClientRects();
-    debug(blah);
 
     rect = range4.getBoundingClientRect()
     testClientRect(rect, expectedResults[4 - 1]);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to