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