Revision 85f9d70519e5259f01e8653a4916134227e0f178 authored by Adam Rice on 24 April 2018, 09:55:23 UTC, committed by GitHub on 24 April 2018, 09:55:23 UTC
ReadableStream, WritableStream and TransformStream look up and validate
properties on their arguments. Add tests to verify that these lookups
and validations happen in the order specified by the standard.

https://github.com/whatwg/streams/pull/922 adjusts some of the ordering
of these operations. These tests correspond to that change.

A new utility file streams/resources/constructor-ordering.js contains
functions to construct objects which track property lookups and
validations and can cause them to fail.

For each constructor the constructor.js file contains a list of the
expected operations in order, and a test case to verify it.

A test in streams/transform-streams/properties.js already detected the
ordering of property accesses by the TransformStream constructor.
writableStrategy is now accessed before readableStrategy to match the
order of the constructor arguments, and so the expectations of this test
are changed to match.
1 parent 7a199e9
History
File Mode Size
Document-open.html -rw-r--r-- 2.0 KB
OWNERS -rw-r--r-- 5 bytes
addRange-00.html -rw-r--r-- 384 bytes
addRange-04.html -rw-r--r-- 384 bytes
addRange-08.html -rw-r--r-- 385 bytes
addRange-12.html -rw-r--r-- 386 bytes
addRange-16.html -rw-r--r-- 386 bytes
addRange-20.html -rw-r--r-- 386 bytes
addRange-24.html -rw-r--r-- 386 bytes
addRange-28.html -rw-r--r-- 386 bytes
addRange-32.html -rw-r--r-- 386 bytes
addRange-36.html -rw-r--r-- 386 bytes
addRange-40.html -rw-r--r-- 386 bytes
addRange-44.html -rw-r--r-- 386 bytes
addRange-48.html -rw-r--r-- 386 bytes
addRange-52.html -rw-r--r-- 386 bytes
addRange-56.html -rw-r--r-- 382 bytes
addRange.htm -rw-r--r-- 953 bytes
addRange.js -rw-r--r-- 10.6 KB
collapse-00.html -rw-r--r-- 385 bytes
collapse-15.html -rw-r--r-- 386 bytes
collapse-30.html -rw-r--r-- 382 bytes
collapse-45.html -rw-r--r-- 386 bytes
collapse.htm -rw-r--r-- 899 bytes
collapse.js -rw-r--r-- 4.1 KB
collapseToStartEnd.html -rw-r--r-- 5.4 KB
common.js -rw-r--r-- 38.1 KB
deleteFromDocument.html -rw-r--r-- 4.3 KB
dir-manual.html -rw-r--r-- 4.4 KB
extend-00.html -rw-r--r-- 393 bytes
extend-20.html -rw-r--r-- 394 bytes
extend-40.html -rw-r--r-- 390 bytes
extend.js -rw-r--r-- 7.1 KB
getRangeAt.html -rw-r--r-- 443 bytes
getSelection.html -rw-r--r-- 6.6 KB
interfaces.html -rw-r--r-- 1.2 KB
isCollapsed.html -rw-r--r-- 1.1 KB
removeAllRanges.html -rw-r--r-- 2.3 KB
removeRange.html -rw-r--r-- 1.8 KB
selectAllChildren.html -rw-r--r-- 2.6 KB
setBaseAndExtent.html -rw-r--r-- 5.3 KB
test-iframe.html -rw-r--r-- 1.1 KB
type.html -rw-r--r-- 918 bytes

back to top