<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[172318] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/172318">172318</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2014-08-07 17:38:01 -0700 (Thu, 07 Aug 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>
Get rid of SCRIPTED_SPEECH
https://bugs.webkit.org/show_bug.cgi?id=135729

Patch by Benjamin Poulain &lt;bpoulain@apple.com&gt; on 2014-08-07
Reviewed by Brent Fulgham.

* fast/events/constructors/speech-recognition-error-constructor-expected.txt: Removed.
* fast/events/constructors/speech-recognition-error-constructor.html: Removed.
* fast/events/constructors/speech-recognition-event-constructor-expected.txt: Removed.
* fast/events/constructors/speech-recognition-event-constructor.html: Removed.
* fast/speech/scripted/basics-expected.txt: Removed.
* fast/speech/scripted/basics.html: Removed.
* fast/speech/scripted/navigate-away-expected.txt: Removed.
* fast/speech/scripted/navigate-away-iframe-expected.txt: Removed.
* fast/speech/scripted/navigate-away-iframe.html: Removed.
* fast/speech/scripted/navigate-away.html: Removed.
* fast/speech/scripted/speechgrammar-basics-expected.txt: Removed.
* fast/speech/scripted/speechgrammar-basics.html: Removed.
* fast/speech/scripted/speechrecognition-basics-expected.txt: Removed.
* fast/speech/scripted/speechrecognition-basics.html: Removed.
* fast/speech/scripted/speechrecognition-errors-expected.txt: Removed.
* fast/speech/scripted/speechrecognition-errors.html: Removed.
* fast/speech/scripted/speechrecognitionerror-basics-expected.txt: Removed.
* fast/speech/scripted/speechrecognitionerror-basics.html: Removed.
* fast/speech/scripted/start-exception-expected.txt: Removed.
* fast/speech/scripted/start-exception.html: Removed.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/speech/speech-bidi-rendering-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/fast/speech/speech-bidi-rendering-expected.png: Removed.
* platform/mac/fast/speech/speech-bidi-rendering-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwincairoTestExpectations">trunk/LayoutTests/platform/wincairo/TestExpectations</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfasteventsconstructorsspeechrecognitionerrorconstructorexpectedtxt">trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsconstructorsspeechrecognitionerrorconstructorhtml">trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor.html</a></li>
<li><a href="#trunkLayoutTestsfasteventsconstructorsspeechrecognitioneventconstructorexpectedtxt">trunk/LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsconstructorsspeechrecognitioneventconstructorhtml">trunk/LayoutTests/fast/events/constructors/speech-recognition-event-constructor.html</a></li>
<li>trunk/LayoutTests/fast/speech/</li>
<li>trunk/LayoutTests/platform/gtk/fast/speech/</li>
<li>trunk/LayoutTests/platform/mac/fast/speech/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/ChangeLog        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -1,3 +1,39 @@
</span><ins>+2014-08-07  Benjamin Poulain  &lt;bpoulain@apple.com&gt;
+
+        Get rid of SCRIPTED_SPEECH
+        https://bugs.webkit.org/show_bug.cgi?id=135729
+
+        Reviewed by Brent Fulgham.
+
+        * fast/events/constructors/speech-recognition-error-constructor-expected.txt: Removed.
+        * fast/events/constructors/speech-recognition-error-constructor.html: Removed.
+        * fast/events/constructors/speech-recognition-event-constructor-expected.txt: Removed.
+        * fast/events/constructors/speech-recognition-event-constructor.html: Removed.
+        * fast/speech/scripted/basics-expected.txt: Removed.
+        * fast/speech/scripted/basics.html: Removed.
+        * fast/speech/scripted/navigate-away-expected.txt: Removed.
+        * fast/speech/scripted/navigate-away-iframe-expected.txt: Removed.
+        * fast/speech/scripted/navigate-away-iframe.html: Removed.
+        * fast/speech/scripted/navigate-away.html: Removed.
+        * fast/speech/scripted/speechgrammar-basics-expected.txt: Removed.
+        * fast/speech/scripted/speechgrammar-basics.html: Removed.
+        * fast/speech/scripted/speechrecognition-basics-expected.txt: Removed.
+        * fast/speech/scripted/speechrecognition-basics.html: Removed.
+        * fast/speech/scripted/speechrecognition-errors-expected.txt: Removed.
+        * fast/speech/scripted/speechrecognition-errors.html: Removed.
+        * fast/speech/scripted/speechrecognitionerror-basics-expected.txt: Removed.
+        * fast/speech/scripted/speechrecognitionerror-basics.html: Removed.
+        * fast/speech/scripted/start-exception-expected.txt: Removed.
+        * fast/speech/scripted/start-exception.html: Removed.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/speech/speech-bidi-rendering-expected.txt: Removed.
+        * platform/mac/TestExpectations:
+        * platform/mac/fast/speech/speech-bidi-rendering-expected.png: Removed.
+        * platform/mac/fast/speech/speech-bidi-rendering-expected.txt: Removed.
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
</ins><span class="cx"> 2014-08-07  Beth Dakin  &lt;bdakin@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Fixed backgrounds don't paint in blurred inset areas
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsconstructorsspeechrecognitionerrorconstructorexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -1,19 +0,0 @@
</span><del>-This tests the constructor for the SpeechRecognitionError DOM class.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-FAIL new webkitSpeechRecognitionError('eventType').bubbles should be false. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
-FAIL new webkitSpeechRecognitionError('eventType').cancelable should be false. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
-FAIL new webkitSpeechRecognitionError('eventType').error should be . Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
-FAIL new webkitSpeechRecognitionError('eventType').message should be . Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
-FAIL new webkitSpeechRecognitionError('eventType', { bubbles: false }).bubbles should be false. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
-FAIL new webkitSpeechRecognitionError('eventType', { bubbles: true }).bubbles should be true. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
-FAIL new webkitSpeechRecognitionError('eventType', { cancelable: false }).cancelable should be false. Threw exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
-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
-
</del></span></pre></div>
<a id="trunkLayoutTestsfasteventsconstructorsspeechrecognitionerrorconstructorhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor.html (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor.html        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/fast/events/constructors/speech-recognition-error-constructor.html        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -1,38 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;p id=&quot;description&quot;&gt;&lt;/p&gt;
-&lt;div id=&quot;console&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-
-description(&quot;This tests the constructor for the SpeechRecognitionError DOM class.&quot;);
-
-// Test constructor without initializer.
-shouldBe(&quot;new webkitSpeechRecognitionError('eventType').bubbles&quot;, &quot;false&quot;);
-shouldBe(&quot;new webkitSpeechRecognitionError('eventType').cancelable&quot;, &quot;false&quot;);
-shouldBeEqualToString(&quot;new webkitSpeechRecognitionError('eventType').error&quot;, &quot;&quot;);
-shouldBeEqualToString(&quot;new webkitSpeechRecognitionError('eventType').message&quot;, &quot;&quot;);
-
-// Test passing bubbles in the initializer.
-shouldBe(&quot;new webkitSpeechRecognitionError('eventType', { bubbles: false }).bubbles&quot;, &quot;false&quot;);
-shouldBe(&quot;new webkitSpeechRecognitionError('eventType', { bubbles: true }).bubbles&quot;, &quot;true&quot;);
-
-// Test passing cancelable in the initializer.
-shouldBe(&quot;new webkitSpeechRecognitionError('eventType', { cancelable: false }).cancelable&quot;, &quot;false&quot;);
-shouldBe(&quot;new webkitSpeechRecognitionError('eventType', { cancelable: true }).cancelable&quot;, &quot;true&quot;);
-
-// Test passing code in the initializer.
-shouldBeEqualToString(&quot;new webkitSpeechRecognitionError('eventType', { error: 'bar' }).error&quot;, &quot;bar&quot;);
-
-// Test passing message in the initializer.
-shouldBeEqualToString(&quot;new webkitSpeechRecognitionError('eventType', { message: 'foo' }).message&quot;, &quot;foo&quot;);
-
-&lt;/script&gt;
-&lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
-
</del></span></pre></div>
<a id="trunkLayoutTestsfasteventsconstructorsspeechrecognitioneventconstructorexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -1,15 +0,0 @@
</span><del>-This tests the constructor for the SpeechRecognitionEvent DOM class.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS new webkitSpeechRecognitionEvent('eventType').bubbles is false
-PASS new webkitSpeechRecognitionEvent('eventType').cancelable is false
-PASS new webkitSpeechRecognitionEvent('eventType').results is null
-PASS new webkitSpeechRecognitionEvent('eventType').resultIndex is 0
-PASS new webkitSpeechRecognitionEvent('eventType', { bubbles: false }).bubbles is false
-PASS new webkitSpeechRecognitionEvent('eventType', { bubbles: true }).bubbles is true
-PASS new webkitSpeechRecognitionEvent('eventType', { cancelable: false }).cancelable is false
-PASS new webkitSpeechRecognitionEvent('eventType', { cancelable: true }).cancelable is true
-PASS new webkitSpeechRecognitionEvent('eventType', { resultIndex: 42 }).resultIndex is 42
-
</del></span></pre></div>
<a id="trunkLayoutTestsfasteventsconstructorsspeechrecognitioneventconstructorhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/events/constructors/speech-recognition-event-constructor.html (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/constructors/speech-recognition-event-constructor.html        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/fast/events/constructors/speech-recognition-event-constructor.html        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;p id=&quot;description&quot;&gt;&lt;/p&gt;
-&lt;div id=&quot;console&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-
-description(&quot;This tests the constructor for the SpeechRecognitionEvent DOM class.&quot;);
-
-// Test constructor without initializer.
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType').bubbles&quot;, &quot;false&quot;);
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType').cancelable&quot;, &quot;false&quot;);
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType').results&quot;, &quot;null&quot;);
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType').resultIndex&quot;, &quot;0&quot;);
-
-// Test passing bubbles in the initializer.
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType', { bubbles: false }).bubbles&quot;, &quot;false&quot;);
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType', { bubbles: true }).bubbles&quot;, &quot;true&quot;);
-
-// Test passing cancelable in the initializer.
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType', { cancelable: false }).cancelable&quot;, &quot;false&quot;);
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType', { cancelable: true }).cancelable&quot;, &quot;true&quot;);
-
-// Test passing resultIndex in the initializer.
-shouldBe(&quot;new webkitSpeechRecognitionEvent('eventType', { resultIndex: 42 }).resultIndex&quot;, &quot;42&quot;);
-
-&lt;/script&gt;
-&lt;script src=&quot;../../../resource/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -1112,10 +1112,6 @@
</span><span class="cx"> webkit.org/b/87662 fast/mediastream [ Skip ]
</span><span class="cx"> webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
</span><span class="cx"> 
</span><del>-# The EFL port has no support for x-webkit-speech
-webkit.org/b/95302 fast/speech [ Skip ]
-webkit.org/b/95302 fast/events/constructors/speech-recognition-event-constructor.html [ Skip ]
-
</del><span class="cx"> # Requires INDIE_UI support
</span><span class="cx"> webkit.org/b/111446 indieui [ Skip ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -169,10 +169,6 @@
</span><span class="cx"> # ENABLE_GAMEPAD not enabled.
</span><span class="cx"> webkit.org/b/98937 gamepad [ Skip ]
</span><span class="cx"> 
</span><del>-# Speech input is not yet enabled.
-webkit.org/b/98938 fast/speech [ Skip ]
-webkit.org/b/98938 fast/events/constructors/speech-recognition-event-constructor.html [ Skip ]
-
</del><span class="cx"> # Requires INDIE_UI support
</span><span class="cx"> webkit.org/b/111446 indieui [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1191,16 +1187,6 @@
</span><span class="cx"> webkit.org/b/63706 editing/pasteboard/cleanup-on-move.html [ Failure ]
</span><span class="cx"> webkit.org/b/63706 editing/pasteboard/drag-list-item.html [ Failure ]
</span><span class="cx"> 
</span><del>-# WebKit2 needs layoutTestController.addMockSpeechInputResult
-webkit.org/b/39485 fast/speech/input-onspeechchange-event.html [ Skip ]
-webkit.org/b/39485 fast/speech/input-ontextinput-event.html [ Skip ]
-webkit.org/b/39485 fast/speech/input-readonly-and-disabled.html [ Skip ]
-webkit.org/b/39485 fast/speech/input-text-language-tag.html [ Skip ]
-webkit.org/b/39485 fast/speech/input-text-speechbutton.html [ Skip ]
-webkit.org/b/39485 fast/speech/speech-button-ignore-generated-events.html [ Skip ]
-webkit.org/b/39485 fast/speech/speech-input-result-list-not-enough-arguments.html [ Skip ]
-webkit.org/b/39485 fast/speech/speech-input-scripting.html [ Skip ]
-
</del><span class="cx"> # WebKit2 needs layoutTestController.setEditingBehaviour and other issues.
</span><span class="cx"> webkit.org/b/40601 editing/selection/5354455-1.html [ Failure ]
</span><span class="cx"> Bug(GTK) editing/selection/extend-after-mouse-selection.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -173,12 +173,6 @@
</span><span class="cx"> # X-Content-Type-Options (ENABLE_NOSNIFF) is not enabled.
</span><span class="cx"> http/tests/security/contentTypeOptions
</span><span class="cx"> 
</span><del>-# Speech input is not yet enabled.
-fast/speech
-
-# Speech JavaScript API is not yet enabled.
-fast/events/constructors/speech-recognition-event-constructor.html
-
</del><span class="cx"> # Media Stream API is not yet enabled.
</span><span class="cx"> fast/mediastream
</span><span class="cx"> fast/events/constructors/media-stream-event-constructor.html
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/platform/win/TestExpectations        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -1149,12 +1149,6 @@
</span><span class="cx"> # ENABLE_GAMEPAD not enabled.
</span><span class="cx"> gamepad/
</span><span class="cx"> 
</span><del>-# Speech input is not yet enabled.
-fast/speech
-
-# Speech JavaScript API is not yet enabled.
-fast/events/constructors/speech-recognition-event-constructor.html
-
</del><span class="cx"> # Media Stream API is not yet enabled.
</span><span class="cx"> fast/mediastream
</span><span class="cx"> fast/events/constructors/media-stream-event-constructor.html
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwincairoTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/wincairo/TestExpectations (172317 => 172318)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wincairo/TestExpectations        2014-08-08 00:35:33 UTC (rev 172317)
+++ trunk/LayoutTests/platform/wincairo/TestExpectations        2014-08-08 00:38:01 UTC (rev 172318)
</span><span class="lines">@@ -1675,12 +1675,6 @@
</span><span class="cx"> # ENABLE_GAMEPAD not enabled.
</span><span class="cx"> gamepad/
</span><span class="cx"> 
</span><del>-# Speech input is not yet enabled.
-fast/speech
-
-# Speech JavaScript API is not yet enabled.
-fast/events/constructors/speech-recognition-event-constructor.html
-
</del><span class="cx"> # Media Stream API is not yet enabled.
</span><span class="cx"> fast/mediastream
</span><span class="cx"> fast/events/constructors/media-stream-event-constructor.html
</span></span></pre>
</div>
</div>

</body>
</html>