Update web-platform-tests and CSS tests.

- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
Ms2ger 2017-02-06 11:06:12 +01:00
parent fb4f421c8b
commit 296fa2512b
21852 changed files with 2080936 additions and 892894 deletions

View file

@ -48,37 +48,37 @@ css-hover-on-region-002 CSS Regions: :hover on regions that have padding intera
css-hover-on-region-003 CSS Regions: :hover on region when content nodes are relatively positioned interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from 20d57fbb7e2679759eb2c2f60d1a03da5f0203bc `Mihai Balan`<mailto:mibalan@adobe.com> CSS rules using the :hover pseudo class are applied to regions when moving the mouse over the region and the content flowed in it is relatively positioned. Also, the :hover rules for the content do not apply when moving the mouse over the box placeholder.
css-hover-on-region-004 CSS Regions: :hover on regions that have rounded corners interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from cc2fc2cdc617efd9de99dac0e26ce81c6fc26feb `Mihai Balan`<mailto:mibalan@adobe.com> CSS rules using the :hover pseudo class are applied to regions that have rounded borders.
cssomview-apis-no-region-chain-001 CSS Regions: CSSOM pre-existing APIs with no region chain dom,script http://www.w3.org/TR/css3-regions/#cssomview-and-regions 4c256e6ad83746c9c3755acf79b244ab23f9b4dc `Adobe`<http://html.adobe.com/>,`Alan Stearns`<mailto:stearns@adobe.com> CSSOM View attributes give 'no layout box' result for named flows with no region chain
elementFromPoint-001 CSS Regions: document.elementFromPoint() on for elements that get split between regions dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from 9871e08d5c87c89731917f78efd5965bdc006231 `Mihai Balan`<mailto:mibalan@adobe.com> document.elementFromPoint() should return the correct element when provided with coordinates of points inside content fragments
elementFromPoint-002 CSS Regions: document.elementFromPoint() for elements flowed into regions dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from 385bb37f711c356fdad78da8346c244f1ec94363 `Mihai Balan`<mailto:mibalan@adobe.com> document.elementFromPoint() should return the correct element when provided with coordinates of points corresponding to elements flowed into regions
extract-list-items-001 reference/extract-list-items-001-ref flow-into on ordered and unordered list items http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 56051c2aaa8b014b7c280a08be9129dff62d76a0 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers and numbering.
extract-list-items-002 reference/extract-list-items-002-ref flow-into on ordered and unordered list items from multiple lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 1c02466ef0c437269ec333e9317015f281cc76fa `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers and numbering, even when extracting items from multiple lists in the same named flow.
extract-list-items-003 reference/extract-list-items-003-ref flow-into on ordered list items from multiple lists, including nested lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 0ca06d4744954ee5458eb17fc2e54c33d677010c `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their numbering, even when extracting items from multiple and nested lists into the same named flow.
extract-list-items-004 reference/extract-list-items-004-ref flow-into on unordered list items, when items contain other unordered lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 7222a74b98a30219392df070406752dba520430d `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers, even when extracting items from multiple and nested lists into the same named flow.
extract-list-items-005 reference/extract-list-items-005-ref flow-into on list items from multiple lists, when items contain other lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 4b4753346a62bde493d55cfe6a07cf36b3dc49fb `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers or numbering (type, value), even when extracting items from multiple and nested lists into the same named flow.
extract-list-items-006 reference/extract-list-items-006-ref flow-into on all list items from a nested list http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 3866bceaa81e716f8e7f7bcc594487818428536d `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers or numbering (type, value), even when extracting items from multiple and nested lists into the same named flow.
extract-list-items-007 reference/extract-list-items-007-ref flow-into on list items from multiple lists that have the "reversed" or "start" HTML attributes set http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 48ad54df8557e90ecc97442c69667c6218cdd635 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their numbering, even when extracting items from multiple and nested lists into the same named flow. The numbering should also honor the HTML 'reversed' and 'start' attribute.
extract-list-items-008 reference/extract-list-items-008-ref flow-into only on specific list items from multiple lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property f5dcdc5973eef7f290c2897b53991ad6b6f03872 `Mihai Balan`<mibalan@adobe.com> Test checks that extracting only certain list items from a list into a named flow preseves their numbering and markings both in the region and outside the region.
extract-list-items-009 reference/extract-list-items-009-ref flow-into only on specific list items from multiple lists + list item formatting via :nth-child, :nth-of-type http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 7ca59535097ef4e892940754736f752d5c156b44 `Mihai Balan`<mibalan@adobe.com> Test checks that extracting only certain list items from a list into a named flow does not affect styling via pseudo-classes such as :first-child or :nth-child
extract-list-items-010 reference/extract-list-items-009-ref applying flow-into and other formatting on specific list items via :nth-child, :nth-of-type pseudo-classes http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property e4ef3ea263f46458fd15d60cf763f71a2bfd83e3 `Mihai Balan`<mibalan@adobe.com> Test checks that pseudo-classes like :first-child or :nth-of-type can be used both for styling and extracting only certain list items from a list into a named flow.
extract-list-items-011 reference/extract-list-items-009-ref applying flow-into and other formatting on specific list items via different pseudo-classes http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 453d66ebefe7e223c87aeb387a304b0da805bfc7 `Mihai Balan`<mibalan@adobe.com> Test checks that pseudo-classes like :first-child or :nth-of-type can be used both for styling and extracting only certain list items from a list into a named flow.
extract-list-items-012 reference/extract-list-items-012-ref flow-into on individual list items preserves other list styling properties (list-style-*) http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 98b9fa34e1a4f8e0c5a9b62f18125c2281f00f77 `Mihai Balan`<mibalan@adobe.com> Test checks that list styling properties are honored even for list items extracted in named flows and rendered in regions.
extract-list-items-013 reference/extract-list-items-009-ref flow-into on individual list items preserves other list styling properties (list-style-*) even when CSS styling contradicts default CSS styling for those HTML elements http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 1fffaf54d0e89f26ace44f7c552097e7e72e877d `Mihai Balan`<mibalan@adobe.com> Test checks that list styling properties are honored even for list items extracted in named flows when the CSS-specified list type is in opposition with the list type from the markup (ol/ul).
extract-list-items-014 reference/extract-list-items-014-ref flow-into with different flows on list items from the same list http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 83bf75d2f138a8c5834e7c5159e4ec10b1e1f8ac `Mihai Balan`<mibalan@adobe.com> Test flow-into property can be applied to individual list items. This test checks that list items from the same list extracted in different named flows preserve their numbering.
extract-list-items-015 reference/extract-list-items-015-ref flow-into on list items that have the "value" HTML attribute set http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 1a27f88d1896334c601609d9ab2af8a671fc1c12 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their correct numbering when some of the items have the value attribute set but others don't.
extract-numbered-paragraphs reference/extract-numbered-paragraphs-ref flow-into on p's that use a CSS counter as content in ::before http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 55eaf0ff83055cce2437a5c034bbe4b9fb55737e `Mihai Balan`<mibalan@adobe.com> Test checks that extracting paragraphs with content that use counters behaves as without regions.
extract-numbered-paragraphs-divs-001 reference/extract-numbered-paragraphs-divs-001-ref flow-into on p's and div's that use a single CSS counter as content in ::before http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property e4d18adeb4f85d73cb9b1722d903af9cf5f22bda `Mihai Balan`<mibalan@adobe.com> Test checks that extracting paragraphs and divs with content that use counters behaves as without regions.
extract-numbered-paragraphs-divs-002 reference/extract-numbered-paragraphs-divs-002-ref flow-into on p's and div's that use different CSS counters as content in ::after http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property f3ebfab2d1e3b3318520915d065e2ff71c9be7f8 `Mihai Balan`<mibalan@adobe.com> Test checks that extracting paragraphs and divs with content that use counters behaves as without regions.
extract-numbered-spans-display-only-some reference/extract-numbered-spans-display-only-some-ref flow-into on inline elements (span's) that use a CSS counter as content for ::before http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 6b2f4c28dc40f5d15cdb5903064ad7988996bbcf `Mihai Balan`<mibalan@adobe.com> Test checks that extracting multiple elements into named flows but flowing only some of them into regions still preserves proper numbering via counters.
extract-ordered-list-direction-and-writing-modes reference/extract-ordered-list-direction-and-writing-modes-ref flow-into on list items that use different text directions or writing modes http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode f456a08de75932c3881a76490ed2fdb7211d2bc8 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to elements that have different text directions and writing modes. This tests that the rendering for lists that use different text directions/writing modes are not affected when they are extracted in a named flow and rendered in a region.
extract-ordered-lists-in-regions-001 reference/extract-ordered-lists-in-regions-001-ref flow-into on ordered lists - single list in named flow, multiple lists in a named flow, multiple lists with nested lists in a named flow http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property f771a44e313b1de34f8a4c2f966f95c33cf8499e `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. Multiple lists extracted in a named flow should render in regions just as without regions.
extract-ordered-lists-in-regions-002 reference/extract-ordered-lists-in-regions-002-ref flow-into on ordered lists that have the "reversed" HTML attribute set http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 42fb2acbf901e96fc32b63560a22d85e79546ced `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. Lists extracted in a named flow should still honor the HTML5 'reversed' list attribute.
extract-ordered-lists-in-regions-003 reference/extract-ordered-lists-in-regions-002-ref flow-into on ordered lists that have the "reversed" and/or "start" HTML attribute set http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property c14404dfeb7a13941abaafc49ec71897c7125d96 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. Lists extracted in a named flow should still honor the HTML5 'start' and 'reversed' list attributes.
extract-ordered-lists-in-regions-explicit-counters-001 reference/extract-ordered-lists-in-regions-explicit-counters-001-ref flow-into on ordered lists that use a single CSS counter and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 20453b7ca338c78e8ea55f54edc49b83bdf55204 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. Multiple lists using a single counter displayed in generated content and extracted in a named flow should render in regions just as without regions.
extract-ordered-lists-in-regions-explicit-counters-002 reference/extract-ordered-lists-in-regions-explicit-counters-002-ref flow-into on ordered lists that use multiple CSS counters and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 259d2f80cae77ffdf0e96c0f381cddaa5cfc9ee6 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using a single counter in nested scopes and extracted in a named flow should render in regions just as without regions.
extract-ordered-lists-in-regions-explicit-counters-003 reference/extract-ordered-lists-in-regions-explicit-counters-003-ref flow-into on list items from lists that use a single CSS counter with nested scopes and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment c9662a6e9fe3265174670ad08643246ad1928a25 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. Extracting parts of a list numbered using a single counter in nested scopes should render in regions just as without regions.
extract-ordered-lists-in-regions-explicit-counters-004 reference/extract-ordered-lists-in-regions-explicit-counters-004-ref flow-into on list items from lists that use multiple CSS counters with nested scopes and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 32be1a288d8b51ddd9dd002b98f8b78549f98748 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using multiple counters and extracted in a named flow should render in regions just as without regions.
extract-ordered-lists-in-regions-explicit-counters-005 reference/extract-ordered-lists-in-regions-explicit-counters-005-ref flow-into on list items from lists that use multiple CSS counters with nested scopes and ::after for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 5897f54693c1ce516665075a271ef94b1521415f `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using multiple counters displayed in the ::after pseudo-element and extracted in a named flow should render in regions just as without regions.
extract-unordered-lists-in-regions reference/extract-unordered-lists-in-regions-ref flow-into on unordered lists - single list in named flow, multiple lists in a named flow, multiple lists with nested lists in a named flow http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 5e049ddba9587ffda2e5afcdb012745003a002b6 `Mihai Balan`<mibalan@adobe.com> The flow-into property can be applied to unordered lists. Multiple lists extracted in a named flow should render in regions just as without regions.
elementFromPoint-001 CSS Regions: document.elementFromPoint() on for elements that get split between regions dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from 1d6f9b6fc5a566a1f95772c3b199ad95f82bbe31 `Mihai Balan`<mailto:mibalan@adobe.com> document.elementFromPoint() should return the correct element when provided with coordinates of points inside content fragments
elementFromPoint-002 CSS Regions: document.elementFromPoint() for elements flowed into regions dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from bc3639e90a25fb4e7d6e480c5c3e5597de25df3c `Mihai Balan`<mailto:mibalan@adobe.com> document.elementFromPoint() should return the correct element when provided with coordinates of points corresponding to elements flowed into regions
extract-list-items-001 reference/extract-list-items-001-ref flow-into on ordered and unordered list items http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property b4d009edd032f583afd77a5bdd7eac79c3b0103c `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers and numbering.
extract-list-items-002 reference/extract-list-items-002-ref flow-into on ordered and unordered list items from multiple lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 646672b7124a97ccc47910c4d0ab0ef28aa51b91 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers and numbering, even when extracting items from multiple lists in the same named flow.
extract-list-items-003 reference/extract-list-items-003-ref flow-into on ordered list items from multiple lists, including nested lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 2087568723f2cfbde975c386d17f24f34aaa5f31 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their numbering, even when extracting items from multiple and nested lists into the same named flow.
extract-list-items-004 reference/extract-list-items-004-ref flow-into on unordered list items, when items contain other unordered lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 147c98d5fe1b65a65917e549e0e48249ec262d93 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers, even when extracting items from multiple and nested lists into the same named flow.
extract-list-items-005 reference/extract-list-items-005-ref flow-into on list items from multiple lists, when items contain other lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 99d25716ee9e943813682ceb461a2011d3c78d49 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers or numbering (type, value), even when extracting items from multiple and nested lists into the same named flow.
extract-list-items-006 reference/extract-list-items-006-ref flow-into on all list items from a nested list http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property f2e0fc992d042b8de413fc155b7768c9f52815ef `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their list markers or numbering (type, value), even when extracting items from multiple and nested lists into the same named flow.
extract-list-items-007 reference/extract-list-items-007-ref flow-into on list items from multiple lists that have the "reversed" or "start" HTML attributes set http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 981aa06159489c05b45d6b41298d9b7defcb24e8 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their numbering, even when extracting items from multiple and nested lists into the same named flow. The numbering should also honor the HTML 'reversed' and 'start' attribute.
extract-list-items-008 reference/extract-list-items-008-ref flow-into only on specific list items from multiple lists http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 4b0ebec0583edce30581f9f386aabe157ee0e3ba `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that extracting only certain list items from a list into a named flow preseves their numbering and markings both in the region and outside the region.
extract-list-items-009 reference/extract-list-items-009-ref flow-into only on specific list items from multiple lists + list item formatting via :nth-child, :nth-of-type http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 5016a2b68edef7f1234a51f854251fc17a139504 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that extracting only certain list items from a list into a named flow does not affect styling via pseudo-classes such as :first-child or :nth-child
extract-list-items-010 reference/extract-list-items-009-ref applying flow-into and other formatting on specific list items via :nth-child, :nth-of-type pseudo-classes http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property afcf3d1f46d7d234e4161666b7323b22d5e39e7d `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that pseudo-classes like :first-child or :nth-of-type can be used both for styling and extracting only certain list items from a list into a named flow.
extract-list-items-011 reference/extract-list-items-009-ref applying flow-into and other formatting on specific list items via different pseudo-classes http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 36d4c747932b1b9ba564bb757fa24aeb6022717d `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that pseudo-classes like :first-child or :nth-of-type can be used both for styling and extracting only certain list items from a list into a named flow.
extract-list-items-012 reference/extract-list-items-012-ref flow-into on individual list items preserves other list styling properties (list-style-*) http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 5c421895d18e200124883d45bf2b58add9bc9a58 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that list styling properties are honored even for list items extracted in named flows and rendered in regions.
extract-list-items-013 reference/extract-list-items-009-ref flow-into on individual list items preserves other list styling properties (list-style-*) even when CSS styling contradicts default CSS styling for those HTML elements http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 67b1b1f53d25666573e119388520e893470da0de `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that list styling properties are honored even for list items extracted in named flows when the CSS-specified list type is in opposition with the list type from the markup (ol/ul).
extract-list-items-014 reference/extract-list-items-014-ref flow-into with different flows on list items from the same list http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 671a0e4e2a462a63a4d38921f24a344b07267cab `Mihai Balan`<mailto:mibalan@adobe.com> Test flow-into property can be applied to individual list items. This test checks that list items from the same list extracted in different named flows preserve their numbering.
extract-list-items-015 reference/extract-list-items-015-ref flow-into on list items that have the "value" HTML attribute set http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 08ef159b52b4c5a79328e93396ab2ad1cf937d07 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to individual list items. List items extracted in named flows and flowed into regions must preserve their correct numbering when some of the items have the value attribute set but others don't.
extract-numbered-paragraphs reference/extract-numbered-paragraphs-ref flow-into on p's that use a CSS counter as content in ::before http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 4e8699a8b1db6c763bb22015483f0b231072bf46 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that extracting paragraphs with content that use counters behaves as without regions.
extract-numbered-paragraphs-divs-001 reference/extract-numbered-paragraphs-divs-001-ref flow-into on p's and div's that use a single CSS counter as content in ::before http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 466006ed2507866c7bb37a3293de2def7973c43a `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that extracting paragraphs and divs with content that use counters behaves as without regions.
extract-numbered-paragraphs-divs-002 reference/extract-numbered-paragraphs-divs-002-ref flow-into on p's and div's that use different CSS counters as content in ::after http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 4a9566dadc2df8c1501ac5e2ac69f68671bc0562 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that extracting paragraphs and divs with content that use counters behaves as without regions.
extract-numbered-spans-display-only-some reference/extract-numbered-spans-display-only-some-ref flow-into on inline elements (span's) that use a CSS counter as content for ::before http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 0ab4cf71d755b3d8068e9ca3f0adc633c5a00d84 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that extracting multiple elements into named flows but flowing only some of them into regions still preserves proper numbering via counters.
extract-ordered-list-direction-and-writing-modes reference/extract-ordered-list-direction-and-writing-modes-ref flow-into on list items that use different text directions or writing modes http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css-writing-modes-3/#direction,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 5792cfd6525aa30667f80ebcbbef1abbdec59c49 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to elements that have different text directions and writing modes. This tests that the rendering for lists that use different text directions/writing modes are not affected when they are extracted in a named flow and rendered in a region.
extract-ordered-lists-in-regions-001 reference/extract-ordered-lists-in-regions-001-ref flow-into on ordered lists - single list in named flow, multiple lists in a named flow, multiple lists with nested lists in a named flow http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 8eb023b38b725e162d3848eeb209b75c530d8346 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to ordered lists. Multiple lists extracted in a named flow should render in regions just as without regions.
extract-ordered-lists-in-regions-002 reference/extract-ordered-lists-in-regions-002-ref flow-into on ordered lists that have the "reversed" HTML attribute set http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 69e24aa227d5a302811fef2f34464b48ef11b2be `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to ordered lists. Lists extracted in a named flow should still honor the HTML5 'reversed' list attribute.
extract-ordered-lists-in-regions-003 reference/extract-ordered-lists-in-regions-002-ref flow-into on ordered lists that have the "reversed" and/or "start" HTML attribute set http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property c8c39d3e55cddd0815f7d2d9fad2d5691caa8ab0 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to ordered lists. Lists extracted in a named flow should still honor the HTML5 'start' and 'reversed' list attributes.
extract-ordered-lists-in-regions-explicit-counters-001 reference/extract-ordered-lists-in-regions-explicit-counters-001-ref flow-into on ordered lists that use a single CSS counter and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property fd38abff724cc7d76267e903c03825a113440a1f `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to ordered lists. Multiple lists using a single counter displayed in generated content and extracted in a named flow should render in regions just as without regions.
extract-ordered-lists-in-regions-explicit-counters-002 reference/extract-ordered-lists-in-regions-explicit-counters-002-ref flow-into on ordered lists that use multiple CSS counters and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment fbcdce14267668f7905502dc082008dd67e583f3 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using a single counter in nested scopes and extracted in a named flow should render in regions just as without regions.
extract-ordered-lists-in-regions-explicit-counters-003 reference/extract-ordered-lists-in-regions-explicit-counters-003-ref flow-into on list items from lists that use a single CSS counter with nested scopes and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 6a65774256cc310e91da9f05d89ba82ce8b58cef `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to ordered lists. Extracting parts of a list numbered using a single counter in nested scopes should render in regions just as without regions.
extract-ordered-lists-in-regions-explicit-counters-004 reference/extract-ordered-lists-in-regions-explicit-counters-004-ref flow-into on list items from lists that use multiple CSS counters with nested scopes and ::before for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment 08bf270e2ff669914cde999187450d47e6e19fb8 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using multiple counters and extracted in a named flow should render in regions just as without regions.
extract-ordered-lists-in-regions-explicit-counters-005 reference/extract-ordered-lists-in-regions-explicit-counters-005-ref flow-into on list items from lists that use multiple CSS counters with nested scopes and ::after for list numbering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset,http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment af8309642507e630de6cb19db0a68a97c6380dfc `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to ordered lists. List items numbered using multiple counters displayed in the ::after pseudo-element and extracted in a named flow should render in regions just as without regions.
extract-unordered-lists-in-regions reference/extract-unordered-lists-in-regions-ref flow-into on unordered lists - single list in named flow, multiple lists in a named flow, multiple lists with nested lists in a named flow http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 7159824c925bc08c316d74aee8a1312557d04d36 `Mihai Balan`<mailto:mibalan@adobe.com> The flow-into property can be applied to unordered lists. Multiple lists extracted in a named flow should render in regions just as without regions.
floated-regions-001 reference/floated-regions-001-ref CSS Regions: multiple auto-sized floated regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#regions-visual-formatting-details 60a30f3c87a0d8b516bf092b116707c1213f5ba4 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that multiple regions that are auto-sized and floated are sized according to the auto-size algorithm but also respect the floats sizing model. They should also be properly floated relative to their corresponding block formatting context.
floated-regions-002 reference/floated-regions-002-ref CSS Regions: floated region with multiple floated siblings http://www.w3.org/TR/css3-regions/#the-flow-into-property c61b6df0cc914c840c9021aa47620bed4f84e56a `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that a floated region behaves as a regular float when it has multiple floated siblings, before and after it.
floated-regions-003 reference/floated-regions-003-ref CSS Regions: single auto-sized floated region http://www.w3.org/TR/css3-regions/#the-flow-into-property a09685d88530b7f74b792095a1253d7c36459155 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that a single auto-sized region is properly sized, according both to the regions processing model and the specifics of floats sizing.
@ -145,7 +145,7 @@ fullscreen-region-content-008 calling requestFullscreen() on an auto-sized regi
fullscreen-region-content-009 using the :full-screen pseudo class to make a full-screen region auto-size ahem,dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/fullscreen/#api,http://www.w3.org/TR/fullscreen/#:fullscreen-pseudo-class 6b425ac0befb3b9d779e49b0f51395e3561ec511 `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that using the :full-screen pseudo class to make a region auto-sized works after calling the requestFullscreen() method on a fixed size region.
fullscreen-region-content-010 calling requestFullscreen() on a region that's part of a multiple regions region chain ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/fullscreen/#api a892d3e0770d9d661572afd478f8a7ff5cb88546 `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on a region that is part of a multiple-regions region chain does not change the order in which content is flowed through the region chain.
iframe-001 reference/iframe-001-ref CSS Regions: flowing an iframe that loads content with 3D transform ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#transform-functions 9034d6e28a2a29bea931cdbd700ac2722b156f1d `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that flowing an iframe that loads content with 3D transforms in a region renders without artifacts.
javascript-stacking-context-001 document.elementFromPoint() for overlapping, positioned regions with non-auto z-index ahem,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from e1c1dd953c7d88e9f8ac8ff68f264140f2c90993 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that document.elementFromPoint() returns the correct region when multiple regions are absolutely positioned, overlap and have non-auto z-index.
javascript-stacking-context-001 document.elementFromPoint() for overlapping, positioned regions with non-auto z-index ahem,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from f0337e7c3b6c06d534783a2a6fc5f30603c5b036 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that document.elementFromPoint() returns the correct region when multiple regions are absolutely positioned, overlap and have non-auto z-index.
javascript-stacking-context-002 JavaScript event handlers on overlapping, positioned regions with non-auto z-index ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from c11930a11c42215de0d45a1967d35fc69d7fd906 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that JavaScript event handlers set on regions trigger when multiple regions are absolutely positioned, overlap and have non-auto z-index.
mouse-events-001 CSS Regions: mouse events don't trigger for region children dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from 8340ef2c6f747854f8f369a32d427757879a881e `Mihai Balan`<mailto:mibalan@adobe.com> Children of regions (elements with flow-from) are removed from the document flow and JavaScript event handlers set on them should not fire
mouse-events-002 CSS Regions: mouse events on contents node made up by unknown tags dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from c719affc4309860b4809158550ff0b1d2214de62 `Mihai Balan`<mailto:mibalan@adobe.com> Mouse event handlers set on content nodes, even if they're unknown elements should fire
@ -176,30 +176,30 @@ regions-flexbox-001 reference/regions-flexbox-001-ref CSS Regions: flowing flexb
regions-flexbox-002 reference/regions-flexbox-001-ref CSS Regions: flowing auto-height flexbox elements in region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#flex-containers 085657533fd783d68375a66e9401f96e93de049c `Catalin Badea`<mailto:badea@adobe.com> Test that flex containers with auto height are flowed inside a namedflow.
regions-flexbox-003 reference/regions-flexbox-001-ref CSS Regions: fixed sized region inside a fixed sized flexbox ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#flex-containers 0cf67ec244f3a6598c2673b28e0a0c5c0f5a786c `Catalin Badea`<mailto:badea@adobe.com> Test that content is flowed in a region placed inside a flexbox.
regions-flexbox-004 reference/regions-flexbox-002-ref CSS Regions: fixed sized region inside an auto height flexbox ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#flex-containers b8519ba332fd51741c74188b94657d1b41e29608 `Catalin Badea`<mailto:badea@adobe.com> Test that content is flowed in a region placed inside a flexbox with auto-height.
regions-keyboard-events-001 CSS Regions: onkeydown events inside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events df43661b0269779fa53ec63c2f5adae52272e21a `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown events inside a named flow should be raised when any key is pressed.
regions-keyboard-events-002 CSS Regions: onkeydown events outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 75c876897c02e02c31b02907c7fcc8da271c8707 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown events outside a named flow should be raised when any key is pressed.
regions-keyboard-events-003 CSS Regions: onkeypress events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 83c7e0874bb07c91751c98fed104195e977b3eae `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeypress events inside and outside a named flow should be raised when any key is pressed.
regions-keyboard-events-004 CSS Regions: onkeydown and onkeyup events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 883314042631d8a87983c1c33b89a0c19e4ef821 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when a specific key is pressed and released.
regions-keyboard-events-005 CSS Regions: onkeydown and onkeyup events outside region using Tab key in forms dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events f8508c577d704a1be22c15883e5c809cf1b6ed52 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events outside a named flow should be raised when the Tab key is pressed and released.
regions-keyboard-events-006 CSS Regions: onkeydown and onkeyup events using Delete key inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events d97d123b3970c2e62db3072597760019dba40eaf `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when the Delete key is pressed and released.
regions-keyboard-events-007 CSS Regions: onkeydown and onkeyup events inside multiple regions using Tab key in forms dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 7c247654c6327a69f72b10f6bc598ef9b5bf4350 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside multiple named flows should be raised when the Tab key is pressed and released.
regions-keyboard-events-008 CSS Regions: onkeydown and onkeyup events inside region and outside region using Tab key in forms dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 6fca52a4d0fea9188dca9f78dde02fd18516050b `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when the Tab key is pressed and released.
regions-keyboard-events-009 CSS Regions: onkeydown and onkeyup events inside region using Tab key on page where normal document flow is reordered dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events d41240b8ba154e5dedf439aac6da6c55372f2398 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow on a page where the normal document flow is reordered should be raised when the Tab key is pressed and released.
regions-keyboard-events-010 CSS Regions: onkeydown and onkeyup events inside region using Tab key in forms dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events b0a17d878418ff3b9947a03d02d227be96ff68c6 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside a named flow should be raised when the Tab key is pressed and released.
regions-keyboard-events-001 CSS Regions: onkeydown events inside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 985591e87d1a35219b7c5d01fc0525a26538af5b `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown events inside a named flow should be raised when any key is pressed.
regions-keyboard-events-002 CSS Regions: onkeydown events outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 98ca13e37a9502c2af70f288233d33d0861a689d `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown events outside a named flow should be raised when any key is pressed.
regions-keyboard-events-003 CSS Regions: onkeypress events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 8bfa7282759e2da441f0b7fa4ddab240484623da `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeypress events inside and outside a named flow should be raised when any key is pressed.
regions-keyboard-events-004 CSS Regions: onkeydown and onkeyup events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 038408ae4c76039c04e6b48474759c576e2d7fce `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when a specific key is pressed and released.
regions-keyboard-events-005 CSS Regions: onkeydown and onkeyup events outside region using Tab key in forms dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 72e5888255f524e8eb44b22065beebd31e89204a `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events outside a named flow should be raised when the Tab key is pressed and released.
regions-keyboard-events-006 CSS Regions: onkeydown and onkeyup events using Delete key inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events f78b34e26f22a89eb796359fdaaacffddde55a3b `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when the Delete key is pressed and released.
regions-keyboard-events-007 CSS Regions: onkeydown and onkeyup events inside multiple regions using Tab key in forms dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 8c4518b7b4b54a0db2c864a7304d9e45c132f796 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside multiple named flows should be raised when the Tab key is pressed and released.
regions-keyboard-events-008 CSS Regions: onkeydown and onkeyup events inside region and outside region using Tab key in forms dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 75d97f86632c45b1f61658ad9fa2045a8d34a97f `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow should be raised when the Tab key is pressed and released.
regions-keyboard-events-009 CSS Regions: onkeydown and onkeyup events inside region using Tab key on page where normal document flow is reordered dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events d64c5fb8242c7ad730ae50b13228a6622e890ba4 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside and outside a named flow on a page where the normal document flow is reordered should be raised when the Tab key is pressed and released.
regions-keyboard-events-010 CSS Regions: onkeydown and onkeyup events inside region using Tab key in forms dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 4957e57dd4e48423c0b0ef469268ebe2c2bf38e1 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onkeydown and onkeyup events inside a named flow should be raised when the Tab key is pressed and released.
regions-layers-001 reference/regions-layers-001-ref flowing content in regions that have a non-auto z-index ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from 4f69c5f5e85de04a2fb0def9a4cd2524eb652941 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that making the region create a stacking context by setting a non-auto z-index does not affect rendering of the content flowed in the region.
regions-layers-002 reference/regions-layers-002-ref flowing content in regions that have opacity < 1 with the content also having opacity < 1 ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from b7b351b66b42f18023be43e24f75e5befdb7611d `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that region's opacity is properly composited with content opacity.
regions-layers-003 reference/regions-layers-003-ref flowing content in regions that are absolutely positioned and have visual overflow ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from a6121a423a3ac37d81f7fb8b4a9baccb29d39cb0 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that region's visual overflow is displayed when region is absolutely positioned and has visual overflow.
regions-modal-dialog-001 reference/regions-modal-dialog-001-ref flowing content in a modal dialog dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from 82e99e158202f5380e90d8dd3c4323ff99ea0e6a `Catalin Badea`<mailto:badea@adobe.com> Test checks that content is correctly flowed into modal dialog elements.
regions-modal-dialog-002 reference/regions-modal-dialog-002-ref flowing modal dialog elements in region dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from 070627d2e2affae7d87492e3628c09aeec214544 `Catalin Badea`<mailto:badea@adobe.com> Test checks that modal dialog elements are correctly flowed into a region.
regions-mouse-events-001 CSS Regions: onclick events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events be1c92eeacb6b25e320885955865e2cab43be852 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse onclick events inside and outside a named flow should function correctly.
regions-mouse-events-002 CSS Regions: onmousedown events inside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 225fcb766861e435084c3188ba7ae295ed5f50b3 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousedown events inside a named flow should function correctly.
regions-mouse-events-003 CSS Regions: onmousedown events outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events edeac50266c930ce75d419227054ec4b8a35ec05 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousedown events outside a named flow should function correctly.
regions-mouse-events-004 CSS Regions: onmouseup events inside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 9ff444766c003942d93fe61697e530ef728eecd6 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseup events inside a named flow should function correctly.
regions-mouse-events-005 CSS Regions: onmouseup events outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events b5e33b8d3b1e932219684913a95262c77eb9a0f1 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseup events outside a named flow should function correctly.
regions-mouse-events-006 CSS Regions: ondblclick events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events bc404e9c0e61d5d54fa1f07dd020b6f141b7f04c `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse ondblclick events inside and outside a named flow should function correctly.
regions-mouse-events-007 CSS Regions: onmousemove events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 94dccea7df8716080e322a0180275e7df716ed30 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousemove events inside and outside a named flow should function correctly.
regions-mouse-events-008 CSS Regions: onmouseover and onmouseout events inside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events e44414849fd57615b59d2d4dcc80322a54f72b0b `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseover and onmouseout events inside a named flow should function correctly.
regions-mouse-events-009 CSS Regions: onmouseover and onmouseout events outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 3838567524063034dc590a8c6ab50186bf598051 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseover and onmouseout events outside a named flow should function correctly.
regions-mouse-events-001 CSS Regions: onclick events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 0e834b8efeec2fafa0e9cd7273e1916324e12762 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse onclick events inside and outside a named flow should function correctly.
regions-mouse-events-002 CSS Regions: onmousedown events inside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events e00f9ae6ad2cce28907775446afffdeb51440f67 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousedown events inside a named flow should function correctly.
regions-mouse-events-003 CSS Regions: onmousedown events outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events de8f98dd57a2be08ccef26bf9e942219fb022cd1 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousedown events outside a named flow should function correctly.
regions-mouse-events-004 CSS Regions: onmouseup events inside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 2f028ffaf36bc4adeb0a3239ea9653569c43f0f4 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseup events inside a named flow should function correctly.
regions-mouse-events-005 CSS Regions: onmouseup events outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events f07e42e6f539c9e6c6e9e1e972f28caa4f0e9274 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseup events outside a named flow should function correctly.
regions-mouse-events-006 CSS Regions: ondblclick events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 9bc2dd6436b5fe9b99c6e0b1d28e1c31d3a6979e `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse ondblclick events inside and outside a named flow should function correctly.
regions-mouse-events-007 CSS Regions: onmousemove events inside region and outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events cb88df6a4b7fc3a845f7da01b3e3fb77c2ff0474 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmousemove events inside and outside a named flow should function correctly.
regions-mouse-events-008 CSS Regions: onmouseover and onmouseout events inside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events e9719e4be23e97b20c03d078ff72066b6dc11950 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseover and onmouseout events inside a named flow should function correctly.
regions-mouse-events-009 CSS Regions: onmouseover and onmouseout events outside region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 6cd13891ee531e7660eb1f9c6653968d26f1d445 `David Alcala`<mailto:dalcala@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, onmouseover and onmouseout events outside a named flow should function correctly.
regions-multicol-003 reference/regions-multicol-003-ref One named flow multi-column container, text content overflowing one region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-multicol/#columns 2d4aa8780585f59f3cc6f0ad3a91ff0cd5ddbc8a `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content flows through a region maintaining the named flow multi-column container and that it overflows visibly into a third column.
regions-multicol-004 reference/regions-multicol-003-ref One named flow, text content flowing into one multi-column region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns a16d935155fb78ac0887e4f7d0fb5657d3e63187 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content in a named flow is laid out using columns when flowed in a multi-column region.
regions-multicol-006 reference/regions-multicol-006-ref One named flow, text content - fragmented between multicol region and non-multicol region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 2345d3ad7be4c677a3e79d79e6992c34a1e80118 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that the named flow text content flows through the multi-column region in the region chain then through the second non-multicol region in the chain.
@ -234,31 +234,31 @@ regions-resizing-010 reference/regions-resizing-001-ref CSS Regions: resizing pe
regions-resizing-011 reference/regions-resizing-011-ref CSS Regions: resizing fixed sized region and percent-sized region ahem,dom,http http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from dd54d1943bfa27df209ce00f5cb05226ceba3435 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing two regions and a single named flow where one region has a fixed size size and the other has a percentage size correctly relayouts the region's contents.
regions-resizing-012 reference/regions-resizing-011-ref CSS Regions: resizing percent sized region and auto-sized region ahem,dom,http http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#regions-visual-formatting-details 4eebde393b9f9dfcb261be8dd42c322c0cedce87 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing two regions and a single named flow where one region has percentage size and the other is auto-sized correctly relayouts the region's contents.
regions-resizing-013 reference/regions-resizing-001-ref CSS Regions: resizing region based on media query ahem,dom,http http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from f68aa0af475f119a7218a7b9d31560c11c82e278 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that changing the size of a region via media queries correctly relayouts the region's contents.
regions-selection-001 Selection begins at the top of the region and ends at the bottom of the region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events e3e7b79c6bd2d4c52975423d634ffb6a65b49ef5 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse the movement.
regions-selection-002 Selection begins at the bottom of the region and ends at the top of the region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 9b449746d90afb7324d16721c6bdfd8fa7cd016c `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-003 Selection begins at the top of the region and ends in the middle of region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events ebe555ddc154f1ed74e1ef6c3e6a21bdc58369fb `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-004 Selection begins at the bottom of the region and ends in the middle of region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 17845290d470be5ae817af5c55ab1318812ad956 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-005 CSS Regions: Selection begins in the middle of the region and ends in the middle of the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 52c3dc8897c93f4aa6327f2fd30114db83128e62 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-006 Selection begins in the middle of the region and ends in the middle of the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events a3fe4b06931d64532f6b7e538c28041ae210dfb7 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-007 Selection begins at the top of the region and ends outside the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 2b6a7c2fd0b02eed76784e823a067c5239b3aec9 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-008 Selection begins at the bottom of the region and ends outside the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events f3dcf5cf226f67bb9a0d693a605f4bbcf55f9b21 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-009 Selection begins in the middle of the region and ends outside the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 7c0602f14942e6084b9475fdb3c5a77927c0c34e `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-010 Selection begins in the middle of the region and ends outside the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 0ac9dee27e74082269ce933a8c5325f6ddcfa5f1 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-011 Selection begins outside of the region and ends at the bottom of the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 6cf82b581d05f430e1fbecb4d90cdb4e1012b326 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-012 Selection begins outside of the region and ends at the top the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 867e4d49571a5b2fa37d7b20618bb476038dcdb2 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-013 Selection begins outside of the region and ends in the middle of the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 03494bf5e55f8099da31fb3204ed0dc033b7ad60 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-014 Selection begins outside of the region and ends in the middle of the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 52f2376a5a27cb20940e356c95ae638bf37bd386 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-015 Selection begins and ends outside of the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 544f190e9244f24718eb0b29c13356852e21aa8f `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-016 Selection begins and ends outside of the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events acdc3bdff3de578d0b162656f81a3daec9c0f550 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-017 Selection is downward, begins and ends inside a region containing one other element - div dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 0c2880c79a84fe081b5f71f164cbe69bd5e954fd `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-018 Selection is downward, begins and ends inside a region containing one other element - img dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 9f69d13a988451375b91fe1985fa9ae4bd4d29be `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-019 Selection is upward, begins and ends inside a region containing one other element - div dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events b8f09a09fb479805e36cfe2874d21a0a0f6acc47 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-020 Selection is upward, begins and ends inside a region containing one other element - img dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 5c78668f404bb924400a414b959c900b0570249d `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-021 Selection is downward, begins and ends inside a region containing two other elements - div + img dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 87e104f72ed1f9bfab8914e0573ab7e00cfd5b87 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-022 CSS Regions: Selection is upward, begins and ends inside a region containing two other elements - div + img dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events e9d29040b87e663492712771e65f19e137950bfc `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-023 Selection is downward, begins inside a region and ends outside of it - both the region and the content after it have child elements dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events bc9825882d08e698bcea2cec3cf20dcdf8abb686 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-024 CSS Regions: Selection is upward, begins inside and ends outside a region - both the region and the before after it have child elements dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events c134442928bdf5afc1b98fc5da2c15a8b94683af `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mousemovement, including nested elements.
regions-selection-025 DOM order is different than the linear selection dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 4d0cde3e77323a10f8b4e803caebb8bed4bf7392 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection should capture content in DOM order as it would without a named flow.
regions-selection-001 Selection begins at the top of the region and ends at the bottom of the region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 6d3322bb017500f7467d3405b4205948783c39c4 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse the movement.
regions-selection-002 Selection begins at the bottom of the region and ends at the top of the region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events b83a8cfae80be7d70c8b1074237dcbc5f7f3239d `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-003 Selection begins at the top of the region and ends in the middle of region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events e4e1021e2339cdcdab24d228f0c3f6dd385a8ad5 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-004 Selection begins at the bottom of the region and ends in the middle of region dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 350f6c4f569c91e13dc233ac0e05fda90ddb8f10 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-005 CSS Regions: Selection begins in the middle of the region and ends in the middle of the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 2ade779b41d4026805a08797c8875f9f9f8587cf `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-006 Selection begins in the middle of the region and ends in the middle of the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 7056247b1357f90d290bb1c2257c5755b8b1dad2 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse.
regions-selection-007 Selection begins at the top of the region and ends outside the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 5cb2d04d237d63c5878d31aaf43667f068ebcd6e `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-008 Selection begins at the bottom of the region and ends outside the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events a27f934c7809252fee09241d51934ab8d418fc0a `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-009 Selection begins in the middle of the region and ends outside the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events d15bba06d985afdfde9884b1f0adbf59624bb09c `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-010 Selection begins in the middle of the region and ends outside the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 0c7413df4f39770929d81de8a239883adeae7658 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-011 Selection begins outside of the region and ends at the bottom of the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 1aa6550cb54c456126287ca9d6549ed0981b1174 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-012 Selection begins outside of the region and ends at the top the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events e805973f345dcc51573dc6eb29782ef156abaea8 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-013 Selection begins outside of the region and ends in the middle of the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 9e6719777e433a5d646f8a45947fff0eb24b6903 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-014 Selection begins outside of the region and ends in the middle of the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 871c1bef0482e4ac2be7d20889cfcd004a2aeafd `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-015 Selection begins and ends outside of the region moving downward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events eb2b2a47725946403325076e780f636da39c0670 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-016 Selection begins and ends outside of the region moving upward dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 822837d528af4dbf697a8a98aa24b845a1d462a8 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse.
regions-selection-017 Selection is downward, begins and ends inside a region containing one other element - div dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events a5115abbb7ae581caa44523ef44e60ad538f7a4c `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-018 Selection is downward, begins and ends inside a region containing one other element - img dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 4588440f3f09a84d431612adde904d5151f4ce88 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-019 Selection is upward, begins and ends inside a region containing one other element - div dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events eddb0503a12f3ccd9cf07bf4bc8eda64634bbe80 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-020 Selection is upward, begins and ends inside a region containing one other element - img dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events eace1cc071c359f7219b44b532bbe1b2ffdb5076 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-021 Selection is downward, begins and ends inside a region containing two other elements - div + img dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 531594efefa544c841c87fd5155374130216ecab `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-022 CSS Regions: Selection is upward, begins and ends inside a region containing two other elements - div + img dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 41c6490af292051b9367ef76d9fc74d8a0296973 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection within a region should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-023 Selection is downward, begins inside a region and ends outside of it - both the region and the content after it have child elements dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events 588be4dc0bd0b1dccd0f471d2c7eeea0c0d52405 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mouse, including nested elements.
regions-selection-024 CSS Regions: Selection is upward, begins inside and ends outside a region - both the region and the before after it have child elements dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events a897eedca87a1ee6da2cc09ec0ecb7816d7abe7a `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection inside and outside of a named flow should contain all of the content dragged over by the mousemovement, including nested elements.
regions-selection-025 DOM order is different than the linear selection dom,interact,script http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#relation-to-document-events acad648892ab250b0163805894c72526b1bb5f12 `Rebecca Hauck`<mailto:rhauck@adobe.com> CSS regions module does not alter the normal processing of events in the document tree. Therefore, mouse selection should capture content in DOM order as it would without a named flow.
regions-stacking-context-001 reference/regions-stacking-context-001-ref regions as part of the root stacking context ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from e0b4bd97f7b857a0c6ad170898370585efbc6dea `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that regions respect stacking rules when part of the root stacking context.
regions-stacking-context-002 reference/regions-stacking-context-002-ref regions as part of a non-root stacking context ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from f759227f21e721c91beee5d180d808893b327b14 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that regions respect stacking rules when part of a non-root stacking context.
regions-stacking-context-003 reference/regions-stacking-context-003-ref regions as part of the same stacking context as the node ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from eea6a89cc4f5ce415242e8802096dbf020be7736 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that regions respect stacking and painting rules when both the region and the content nodes are part of the same, non-root stacking context.
@ -288,5 +288,5 @@ regions-transforms-021 reference/regions-transforms-020-ref CSS Regions: Transfo
regions-transforms-022 reference/regions-transforms-020-ref CSS Regions: Transforms on multiple named flow (text) content nodes that break across multiple regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms adc697a9d4a294c14c090d904c6813a75db05354 `David Alcala`<mailto:dalcala@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that separate transforms can be applied to each named flow content text node that breaks across multiple regions
row-flexbox-break reference/row-flexbox-break-ref CSS Regions: row flex container fragmentation ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#pagination 62eca80457772bbcd6ef028a809740a4671aaece `Catalin Badea`<mailto:badea@adobe.com> Test checks that a flex container with row flow is split between regions.
variable-width-001 reference/variable-width-001-ref Variable-width Regions http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 231768fc13eccdd28d090cd42cc098c998e47d50 `Alan Stearns`<mailto:stearns@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> The second region should lay out two of the content boxes.
video-001 CSS Regions: flowing a video in a region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-transforms-1/#transform-functions 68cde74d5f7d336ecabbaaef08bcb491350cf40e `Mihai Balan`<mailto:mibalan@adobe.com> Test checks videos flowed in regions render smoothly and without artifacts.
video-001 CSS Regions: flowing a video in a region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from d2a51d2a890e1f8a137b35940005c5b2725f6f2e `Mihai Balan`<mailto:mibalan@adobe.com> Test checks videos flowed in regions render smoothly and without artifacts.
visibility-regions-in-flexbox reference/visibility-regions-in-flexbox-ref CSS Regions: collapsed region flex items ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#visibility-collapse f928a7d12588030ca5a9e83b970ad9ff0a70a22c `Catalin Badea`<mailto:badea@adobe.com> Test checks that the flexbox collapsed property works on flex items that are regions. The collapsed region item should not contribute to the flex container's width.