<!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>[190161] 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/190161">190161</a></dd>
<dt>Author</dt> <dd>calvaris@igalia.com</dd>
<dt>Date</dt> <dd>2015-09-23 04:12:58 -0700 (Wed, 23 Sep 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Streams API] bad underlying sinks tests about writable streams
https://bugs.webkit.org/show_bug.cgi?id=148295

Reviewed by Darin Adler.

* streams/reference-implementation/bad-underlying-sinks-expected.txt: Added.
* streams/reference-implementation/bad-underlying-sinks.html: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsstreamsreferenceimplementationbadunderlyingsinksexpectedtxt">trunk/LayoutTests/streams/reference-implementation/bad-underlying-sinks-expected.txt</a></li>
<li><a href="#trunkLayoutTestsstreamsreferenceimplementationbadunderlyingsinkshtml">trunk/LayoutTests/streams/reference-implementation/bad-underlying-sinks.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (190160 => 190161)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-09-23 11:07:15 UTC (rev 190160)
+++ trunk/LayoutTests/ChangeLog        2015-09-23 11:12:58 UTC (rev 190161)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-09-23  Xabier Rodriguez Calvar  &lt;calvaris@igalia.com&gt;
+
+        [Streams API] bad underlying sinks tests about writable streams
+        https://bugs.webkit.org/show_bug.cgi?id=148295
+
+        Reviewed by Darin Adler.
+
+        * streams/reference-implementation/bad-underlying-sinks-expected.txt: Added.
+        * streams/reference-implementation/bad-underlying-sinks.html: Added.
+
</ins><span class="cx"> 2015-09-23  ChangSeok Oh  &lt;changseok.oh@collabora.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] playbutton in media controls is not changed when it is clicked.
</span></span></pre></div>
<a id="trunkLayoutTestsstreamsreferenceimplementationbadunderlyingsinksexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/streams/reference-implementation/bad-underlying-sinks-expected.txt (0 => 190161)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/streams/reference-implementation/bad-underlying-sinks-expected.txt                                (rev 0)
+++ trunk/LayoutTests/streams/reference-implementation/bad-underlying-sinks-expected.txt        2015-09-23 11:12:58 UTC (rev 190161)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+
+FAIL Underlying sink: throwing start getter assert_throws: function &quot;function () {
+        new WritableStream({
+            ge...&quot; threw object &quot;ReferenceError: Can't find variable: WritableStream&quot; (&quot;ReferenceError&quot;) expected object &quot;Error: a unique string&quot; (&quot;Error&quot;)
+FAIL Underlying sink: throwing start method assert_throws: function &quot;function () {
+        new WritableStream({
+            st...&quot; threw object &quot;ReferenceError: Can't find variable: WritableStream&quot; (&quot;ReferenceError&quot;) expected object &quot;Error: a unique string&quot; (&quot;Error&quot;)
+FAIL Underlying sink: throwing write getter Can't find variable: WritableStream
+FAIL Underlying sink: throwing write method Can't find variable: WritableStream
+FAIL Underlying sink: throwing abort getter Can't find variable: WritableStream
+FAIL Underlying sink: throwing abort method Can't find variable: WritableStream
+FAIL Underlying sink: throwing close getter Can't find variable: WritableStream
+FAIL Underlying sink: throwing close method Can't find variable: WritableStream
+
</ins></span></pre></div>
<a id="trunkLayoutTestsstreamsreferenceimplementationbadunderlyingsinkshtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/streams/reference-implementation/bad-underlying-sinks.html (0 => 190161)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/streams/reference-implementation/bad-underlying-sinks.html                                (rev 0)
+++ trunk/LayoutTests/streams/reference-implementation/bad-underlying-sinks.html        2015-09-23 11:12:58 UTC (rev 190161)
</span><span class="lines">@@ -0,0 +1,183 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;script src='../../resources/testharness.js'&gt;&lt;/script&gt;
+&lt;script src='../../resources/testharnessreport.js'&gt;&lt;/script&gt;
+&lt;script src='resources/streams-utils.js'&gt;&lt;/script&gt;
+&lt;script&gt;
+// This is updated till https://github.com/whatwg/streams/commit/ec5ffa036308d9f6350d2946560d48cdbf090939
+
+test(function() {
+    var theError = new Error('a unique string');
+
+    assert_throws(theError, function() {
+        new WritableStream({
+            get start() {
+                throw theError;
+            }
+        });
+    });
+}, 'Underlying sink: throwing start getter');
+
+test(function() {
+    var theError = new Error('a unique string');
+
+    assert_throws(theError, function() {
+        new WritableStream({
+            start: function() {
+                throw theError;
+            }
+        });
+    });
+}, 'Underlying sink: throwing start method');
+
+var test1 = async_test('Underlying sink: throwing write getter');
+test1.step(function() {
+    var writeRejected = false;
+
+    var theError = new Error('a unique string');
+    var ws = new WritableStream({
+        get write() {
+            throw theError;
+        }
+    });
+
+    ws.write('a').then(
+        test1.step_func(function() { assert_unreached('write should not fulfill'); }),
+        test1.step_func(function(r) {
+            assert_equals(r, theError, 'write should reject with the thrown error');
+            writeRejected = true;
+        })
+    );
+
+    ws.closed.then(
+        test1.step_func(function() { assert_unreached('closed should not fulfill'); }),
+        test1.step_func(function(r) {
+            assert_equals(r, theError, 'closed should reject with the thrown error');
+            assert_true(writeRejected);
+            test1.done();
+        })
+    );
+});
+
+var test2 = async_test('Underlying sink: throwing write method');
+test2.step(function() {
+    var writeRejected = false;
+
+    var theError = new Error('a unique string');
+    var ws = new WritableStream({
+        write: function() {
+            throw theError;
+        }
+    });
+
+    ws.write('a').then(
+        test2.step_func(function() { assert_unreached('write should not fulfill'); }),
+        test2.step_func(function(r) {
+            assert_equals(r, theError, 'write should reject with the thrown error');
+            writeRejected = true;
+        })
+    );
+
+    ws.closed.then(
+        test2.step_func(function() { assert_unreached('closed should not fulfill'); }),
+        test2.step_func(function(r) {
+            assert_equals(r, theError, 'closed should reject with the thrown error');
+            assert_true(writeRejected);
+            test2.done();
+        })
+    );
+});
+
+var test3 = async_test('Underlying sink: throwing abort getter');
+test3.step(function() {
+    var closedRejected = false;
+    var theError = new Error('a unique string');
+    var abortReason = new Error('different string');
+    var ws = new WritableStream({
+        get abort() {
+            throw theError;
+        }
+    });
+
+    ws.abort(abortReason).then(
+        test3.step_func(function() { assert_unreached('abort should not fulfill'); }),
+        test3.step_func(function(r) {
+            assert_equals(r, theError, 'abort should reject with the abort reason');
+            assert_true(closedRejected);
+            test3.done();
+        })
+    );
+
+    ws.closed.then(
+        test3.step_func(function() { assert_unreached('closed should not fulfill'); }),
+        test3.step_func(function(r) {
+            assert_equals(r, abortReason, 'closed should reject with the thrown error');
+            closedRejected = true;
+        })
+    );
+});
+
+var test4 = async_test('Underlying sink: throwing abort method');
+test4.step(function() {
+    var closedRejected = false;
+    var theError = new Error('a unique string');
+    var abortReason = new Error('different string');
+    var ws = new WritableStream({
+        abort: function() {
+            throw theError;
+        }
+    });
+
+    ws.abort(abortReason).then(
+        test4.step_func(function() { assert_unreached('abort should not fulfill'); }),
+        test4.step_func(function(r) {
+            assert_equals(r, theError, 'abort should reject with the abort reason');
+            assert_true(closedRejected);
+            test4.done();
+        })
+    );
+
+    ws.closed.then(
+        test4.step_func(function() { assert_unreached('closed should not fulfill'); }),
+        test4.step_func(function(r) {
+            assert_equals(r, abortReason, 'closed should reject with the thrown error');
+            closedRejected = true;
+        })
+    );
+});
+
+var test5 = async_test('Underlying sink: throwing close getter');
+test5.step(function() {
+    var theError = new Error('a unique string');
+    var ws = new WritableStream({
+        get close() {
+            throw theError;
+        }
+    });
+
+    ws.close().then(
+        test5.step_func(function() { assert_unreached('close should not fulfill'); }),
+        test5.step_func(function(r) {
+            assert_equals(r, theError, 'close should reject with the thrown error');
+            test5.done();
+        })
+    );
+});
+
+var test6 = async_test('Underlying sink: throwing close method');
+test6.step(function() {
+    var theError = new Error('a unique string');
+    var ws = new WritableStream({
+        close: function() {
+            throw theError;
+        }
+    });
+
+    ws.close().then(
+        test6.step_func(function() { assert_unreached('close should not fulfill'); }),
+        test6.step_func(function(r) {
+            assert_equals(r, theError, 'close should reject with the thrown error');
+            test6.done();
+        })
+    );
+});
+&lt;/script&gt;
</ins></span></pre>
</div>
</div>

</body>
</html>