Title: [87249] trunk/LayoutTests
- Revision
- 87249
- Author
- [email protected]
- Date
- 2011-05-24 19:07:48 -0700 (Tue, 24 May 2011)
Log Message
2011-05-24 Ryosuke Niwa <[email protected]>
Final attempt to fix a test; if this fails, I'm just going to skip it.
* fast/events/selectstart-by-double-triple-clicks.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (87248 => 87249)
--- trunk/LayoutTests/ChangeLog 2011-05-25 01:26:53 UTC (rev 87248)
+++ trunk/LayoutTests/ChangeLog 2011-05-25 02:07:48 UTC (rev 87249)
@@ -1,3 +1,9 @@
+2011-05-24 Ryosuke Niwa <[email protected]>
+
+ Final attempt to fix a test; if this fails, I'm just going to skip it.
+
+ * fast/events/selectstart-by-double-triple-clicks.html:
+
2011-05-24 Leo Yang <[email protected]>
Reviewed by Ryosuke Niwa.
Modified: trunk/LayoutTests/fast/events/selectstart-by-double-triple-clicks.html (87248 => 87249)
--- trunk/LayoutTests/fast/events/selectstart-by-double-triple-clicks.html 2011-05-25 01:26:53 UTC (rev 87248)
+++ trunk/LayoutTests/fast/events/selectstart-by-double-triple-clicks.html 2011-05-25 02:07:48 UTC (rev 87249)
@@ -48,10 +48,10 @@
eventSender.leapForward(200);
eventSender.mouseDown();
- expect('Third mouse down', 3, 'range', 'hello world\n');
+ expect('Third mouse down', 3, 'range', 'hello world');
eventSender.leapForward(200);
eventSender.mouseUp();
- expect('Third mouse up', 3, 'range', 'hello world\n');
+ expect('Third mouse up', 3, 'range', 'hello world');
document.writeln('Done.');
span.parentNode.removeChild(span);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes