Title: [155401] trunk/LayoutTests
Revision
155401
Author
[email protected]
Date
2013-09-09 16:04:51 -0700 (Mon, 09 Sep 2013)

Log Message

Fix path to post file in a fwe tests, and adjust the expected results to match.
https://bugs.webkit.org/show_bug.cgi?id=120899.

Rubber stamped by Filip Pizlo.

* fast/events/constructors/speech-recognition-error-constructor-expected.txt:
* fast/events/constructors/speech-recognition-error-constructor.html:
* fast/events/constructors/storage-event-constructor-expected.txt:
* fast/events/constructors/storage-event-constructor.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (155400 => 155401)


--- trunk/LayoutTests/ChangeLog	2013-09-09 23:04:02 UTC (rev 155400)
+++ trunk/LayoutTests/ChangeLog	2013-09-09 23:04:51 UTC (rev 155401)
@@ -1,3 +1,15 @@
+2013-09-09  Mark Lam  <[email protected]>
+
+        Fix path to post file in a fwe tests, and adjust the expected results to match.
+        https://bugs.webkit.org/show_bug.cgi?id=120899.
+
+        Rubber stamped by Filip Pizlo.
+
+        * fast/events/constructors/speech-recognition-error-constructor-expected.txt:
+        * fast/events/constructors/speech-recognition-error-constructor.html:
+        * fast/events/constructors/storage-event-constructor-expected.txt:
+        * fast/events/constructors/storage-event-constructor.html:
+
 2013-09-09  Ryosuke Niwa  <[email protected]>
 
         Prevent overflow of width/height of layout overflow rectangle which can cause scroll bar to misfunction

Modified: trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt (155400 => 155401)


--- trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt	2013-09-09 23:04:02 UTC (rev 155400)
+++ trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt	2013-09-09 23:04:51 UTC (rev 155401)
@@ -13,4 +13,7 @@
 FAIL new webkitSpeechRecognitionError('eventType', { cancelable: true }).cancelable should be true. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
 FAIL new webkitSpeechRecognitionError('eventType', { error: 'bar' }).error should be bar. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
 FAIL new webkitSpeechRecognitionError('eventType', { message: 'foo' }).message should be foo. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
+PASS successfullyParsed is true
 
+TEST COMPLETE
+

Modified: trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor.html (155400 => 155401)


--- trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor.html	2013-09-09 23:04:02 UTC (rev 155400)
+++ trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor.html	2013-09-09 23:04:51 UTC (rev 155401)
@@ -31,7 +31,7 @@
 shouldBeEqualToString("new webkitSpeechRecognitionError('eventType', { message: 'foo' }).message", "foo");
 
 </script>
-<script src=""
+<script src=""
 </body>
 </html>
 

Modified: trunk/LayoutTests/fast/events/constructors/storage-event-constructor-expected.txt (155400 => 155401)


--- trunk/LayoutTests/fast/events/constructors/storage-event-constructor-expected.txt	2013-09-09 23:04:02 UTC (rev 155400)
+++ trunk/LayoutTests/fast/events/constructors/storage-event-constructor-expected.txt	2013-09-09 23:04:51 UTC (rev 155401)
@@ -90,4 +90,7 @@
 PASS new StorageEvent('eventType', { bubbles: true, cancelable: true, key: 'abc', oldValue: 'def', newValue: 'ghi', url: 'jkl', storageArea: localStorage }).newValue is "ghi"
 PASS new StorageEvent('eventType', { bubbles: true, cancelable: true, key: 'abc', oldValue: 'def', newValue: 'ghi', url: 'jkl', storageArea: localStorage }).url is "jkl"
 PASS new StorageEvent('eventType', { bubbles: true, cancelable: true, key: 'abc', oldValue: 'def', newValue: 'ghi', url: 'jkl', storageArea: localStorage }).storageArea is localStorage
+PASS successfullyParsed is true
 
+TEST COMPLETE
+

Modified: trunk/LayoutTests/fast/events/constructors/storage-event-constructor.html (155400 => 155401)


--- trunk/LayoutTests/fast/events/constructors/storage-event-constructor.html	2013-09-09 23:04:02 UTC (rev 155400)
+++ trunk/LayoutTests/fast/events/constructors/storage-event-constructor.html	2013-09-09 23:04:51 UTC (rev 155401)
@@ -82,6 +82,6 @@
 shouldBeEqualToString("new StorageEvent('eventType', { bubbles: true, cancelable: true, key: 'abc', oldValue: 'def', newValue: 'ghi', url: 'jkl', storageArea: localStorage }).url", "jkl");
 shouldBe("new StorageEvent('eventType', { bubbles: true, cancelable: true, key: 'abc', oldValue: 'def', newValue: 'ghi', url: 'jkl', storageArea: localStorage }).storageArea", "localStorage");
 </script>
-<script src=""
+<script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to