diff options
Diffstat (limited to 'testing/web-platform/meta/streams/count-queuing-strategy.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/streams/count-queuing-strategy.https.html.ini | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/testing/web-platform/meta/streams/count-queuing-strategy.https.html.ini b/testing/web-platform/meta/streams/count-queuing-strategy.https.html.ini new file mode 100644 index 000000000..de15dd0e1 --- /dev/null +++ b/testing/web-platform/meta/streams/count-queuing-strategy.https.html.ini @@ -0,0 +1,66 @@ +[count-queuing-strategy.https.html] + type: testharness + disabled: @True + [Can construct a CountQueuingStrategy with a valid high water mark] + expected: FAIL + + [Can construct a CountQueuingStrategy with any value as its high water mark] + expected: FAIL + + [CountQueuingStrategy constructor behaves as expected with strange arguments] + expected: FAIL + + [CountQueuingStrategy.prototype.size should work generically on its this and its arguments] + expected: FAIL + + [CountQueuingStrategy size behaves as expected with strange arguments] + expected: FAIL + + [CountQueuingStrategy instances have the correct properties] + expected: FAIL + + [CountQueuingStrategy's highWaterMark property can be set to anything] + expected: FAIL + + [Can construct a CountQueuingStrategy with a valid high water mark] + expected: FAIL + + [Can construct a CountQueuingStrategy with any value as its high water mark] + expected: FAIL + + [CountQueuingStrategy constructor behaves as expected with strange arguments] + expected: FAIL + + [CountQueuingStrategy.prototype.size should work generically on its this and its arguments] + expected: FAIL + + [CountQueuingStrategy size behaves as expected with strange arguments] + expected: FAIL + + [CountQueuingStrategy instances have the correct properties] + expected: FAIL + + [CountQueuingStrategy's highWaterMark property can be set to anything] + expected: FAIL + + [Can construct a CountQueuingStrategy with a valid high water mark] + expected: FAIL + + [Can construct a CountQueuingStrategy with any value as its high water mark] + expected: FAIL + + [CountQueuingStrategy constructor behaves as expected with strange arguments] + expected: FAIL + + [CountQueuingStrategy.prototype.size should work generically on its this and its arguments] + expected: FAIL + + [CountQueuingStrategy size behaves as expected with strange arguments] + expected: FAIL + + [CountQueuingStrategy instances have the correct properties] + expected: FAIL + + [CountQueuingStrategy's highWaterMark property can be set to anything] + expected: FAIL + |