Title: [117342] trunk/LayoutTests
Revision
117342
Author
pkast...@chromium.org
Date
2012-05-16 14:18:20 -0700 (Wed, 16 May 2012)

Log Message

Fix bad expectation added in r117249.
https://bugs.webkit.org/show_bug.cgi?id=82698

Unreviewed, test expectation fix.

* editing/shadow/selection-of-orphan-shadowroot-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117341 => 117342)


--- trunk/LayoutTests/ChangeLog	2012-05-16 21:14:39 UTC (rev 117341)
+++ trunk/LayoutTests/ChangeLog	2012-05-16 21:18:20 UTC (rev 117342)
@@ -1,3 +1,12 @@
+2012-05-16  Peter Kasting  <pkast...@google.com>
+
+        Fix bad expectation added in r117249.
+        https://bugs.webkit.org/show_bug.cgi?id=82698
+
+        Unreviewed, test expectation fix.
+
+        * editing/shadow/selection-of-orphan-shadowroot-expected.txt:
+
 2012-04-22  Robert Hogan  <rob...@webkit.org>
 
         CSS 2.1 failure: inline-table-001 fails

Modified: trunk/LayoutTests/editing/shadow/selection-of-orphan-shadowroot-expected.txt (117341 => 117342)


--- trunk/LayoutTests/editing/shadow/selection-of-orphan-shadowroot-expected.txt	2012-05-16 21:14:39 UTC (rev 117341)
+++ trunk/LayoutTests/editing/shadow/selection-of-orphan-shadowroot-expected.txt	2012-05-16 21:18:20 UTC (rev 117342)
@@ -1,4 +1,4 @@
-Nodes of the selection for orphan shadow root should return null.
+Nodes of the selection for an orphan shadow root should return null.
 
 PASS selection.anchorNode is null
 PASS selection.focusNode is null
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to