Title: [120253] trunk/LayoutTests
- Revision
- 120253
- Author
- [email protected]
- Date
- 2012-06-13 15:55:18 -0700 (Wed, 13 Jun 2012)
Log Message
Unreviewed, expectations changes.
* platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt:
* platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (120252 => 120253)
--- trunk/LayoutTests/ChangeLog 2012-06-13 22:37:11 UTC (rev 120252)
+++ trunk/LayoutTests/ChangeLog 2012-06-13 22:55:18 UTC (rev 120253)
@@ -1,3 +1,10 @@
+2012-06-13 Dirk Pranke <[email protected]>
+
+ Unreviewed, expectations changes.
+
+ * platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt:
+ * platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt: Added.
+
2012-06-12 Vincent Scheib <[email protected]>
Remove duplicate webkitpointerlockchange events when unlocking.
Added: trunk/LayoutTests/platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt (0 => 120253)
--- trunk/LayoutTests/platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt 2012-06-13 22:55:18 UTC (rev 120253)
@@ -0,0 +1,17 @@
+This tests the constructor for the SpeechRecognitionError DOM class.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS new webkitSpeechRecognitionError('eventType').bubbles is false
+PASS new webkitSpeechRecognitionError('eventType').cancelable is false
+PASS new webkitSpeechRecognitionError('eventType').code is 0
+PASS new webkitSpeechRecognitionError('eventType').message is ""
+PASS new webkitSpeechRecognitionError('eventType', { bubbles: false }).bubbles is false
+PASS new webkitSpeechRecognitionError('eventType', { bubbles: true }).bubbles is true
+PASS new webkitSpeechRecognitionError('eventType', { cancelable: false }).cancelable is false
+PASS new webkitSpeechRecognitionError('eventType', { cancelable: true }).cancelable is true
+PASS new webkitSpeechRecognitionError('eventType', { code: 1 }).code is 1
+PASS new webkitSpeechRecognitionError('eventType', { code: 12345 }).code is 12345
+PASS new webkitSpeechRecognitionError('eventType', { message: 'foo' }).message is "foo"
+
Modified: trunk/LayoutTests/platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt (120252 => 120253)
--- trunk/LayoutTests/platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt 2012-06-13 22:37:11 UTC (rev 120252)
+++ trunk/LayoutTests/platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt 2012-06-13 22:55:18 UTC (rev 120253)
@@ -12,3 +12,4 @@
RenderText {#text} at (0,0) size 69x19
text run at (0,0) width 69: "SUCCESS"
RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes