Title: [97789] trunk/LayoutTests
Revision
97789
Author
[email protected]
Date
2011-10-18 14:01:17 -0700 (Tue, 18 Oct 2011)

Log Message

Corrected bad cut-and-paste in MutationObserver test description.

Unreviewed.

* fast/mutation/observe-attributes-expected.txt:
* fast/mutation/observe-attributes.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97788 => 97789)


--- trunk/LayoutTests/ChangeLog	2011-10-18 20:50:34 UTC (rev 97788)
+++ trunk/LayoutTests/ChangeLog	2011-10-18 21:01:17 UTC (rev 97789)
@@ -1,3 +1,12 @@
+2011-10-18  Adam Klein  <[email protected]>
+
+        Corrected bad cut-and-paste in MutationObserver test description.
+
+        Unreviewed.
+
+        * fast/mutation/observe-attributes-expected.txt:
+        * fast/mutation/observe-attributes.html:
+
 2011-10-18  Julien Chaffraix  <[email protected]>
 
         Crash in RenderDeprecatedFlexibleBox::layoutHorizontalBox

Modified: trunk/LayoutTests/fast/mutation/observe-attributes-expected.txt (97788 => 97789)


--- trunk/LayoutTests/fast/mutation/observe-attributes-expected.txt	2011-10-18 20:50:34 UTC (rev 97788)
+++ trunk/LayoutTests/fast/mutation/observe-attributes-expected.txt	2011-10-18 21:01:17 UTC (rev 97789)
@@ -1,4 +1,4 @@
-Test the constructor of WebKitMutationObserver
+Test WebKitMutationObserver.observe on attributes
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 

Modified: trunk/LayoutTests/fast/mutation/observe-attributes.html (97788 => 97789)


--- trunk/LayoutTests/fast/mutation/observe-attributes.html	2011-10-18 20:50:34 UTC (rev 97788)
+++ trunk/LayoutTests/fast/mutation/observe-attributes.html	2011-10-18 21:01:17 UTC (rev 97789)
@@ -307,7 +307,7 @@
         finishJSTest();
 }
 
-description('Test the constructor of WebKitMutationObserver');
+description('Test WebKitMutationObserver.observe on attributes');
 
 if (!window.WebKitMutationObserver)
     testFailed('This test requires ENABLE(MUTATION_OBSERVERS)');
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to