Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab

This commit is contained in:
James Graham 2015-03-27 09:18:12 +00:00
parent 1a81b18b9f
commit 2c9faf5363
91915 changed files with 5979820 additions and 0 deletions

View file

@ -0,0 +1,292 @@
id references title flags links revision credits assertion
animations-001 reference/animations-001-ref CSS Regions: animating content flowed into a region ahem,animated http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions,http://www.w3.org/TR/css3-animations/#animations 58200be49397d3ebd75335737334fadb5f72043a `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that content that has an animated 3D transform renders and animates when flowed in a region.
autoheight-flexbox-001 reference/autoheight-flexbox-001-ref CSS Regions: fixed height flexbox inside auto height region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm c0b56e31b6f023a8ef5b730317280adbe3ca47df `Catalin Badea`<mailto:badea@adobe.com> Test that flowing a flex container inside a region with auto-height will enlarge the region to fit the content.
autoheight-flexbox-002 reference/regions-flexbox-002-ref CSS Regions: flowing auto-height flexbox elements in region ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 345f18df42c54ea9b42a19a99da1799c885517ca `Catalin Badea`<mailto:badea@adobe.com> Test that a flex container with auto height is flowed correctly inside a region with auto height. The region should fit the flexbox.
autoheight-flexbox-003 reference/autoheight-flexbox-003-ref CSS Regions: auto height 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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 31267936d91d968e4e005e00ad0f2790dee7a4d2 `Catalin Badea`<mailto:badea@adobe.com> Test that an auto-height region inside a flexbox is stretched to match the flexbox container's cross size.
autoheight-flexbox-004 reference/autoheight-flexbox-003-ref CSS Regions: auto height 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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm e9cef8dc0a22a82f59ed633e0506ed290f76472a `Catalin Badea`<mailto:badea@adobe.com> Test that an auto height region inside a flex container with auto height is displayed properly. The flexbox should have the same height as the region.
autoheight-regions-in-autoheight-flexbox-001 reference/autoheight-regions-in-autoheight-flexbox-001-ref CSS Regions: Auto-height regions in auto-height flex container ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap,http://www.w3.org/TR/css-flexbox-1/#flex-direction-property,http://www.w3.org/TR/css-flexbox-1/#flex-flow-property f73cb2b3f7e27477a602f27d2cb845144bb6153e `Catalin Badea`<mailto:badea@adobe.com> Test that auto-height regions placed in a flex container with auto-height and row wrap reverse flow are sized correctly. The content from the second flow should flow through the region on the second row and into the region from the first row, making the left blue rectangle taller than the green rectangle on the right.
autoheight-regions-in-autoheight-flexbox-002 reference/autoheight-regions-in-autoheight-flexbox-002-ref CSS Regions: Auto-height regions with vertical writing mode in auto-height flexbox ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#flex-direction-property,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 03903463d0ee57e784c8305fc4b3c522d62beb38 `Catalin Badea`<mailto:badea@adobe.com> Test checks that auto-height regions having content with vertical writing mode are sized correctly when placed inside a flex container. The flowed content should be displayed as a horizontal green stripe.
autoheight-regions-in-autoheight-flexbox-003 reference/autoheight-regions-in-autoheight-flexbox-003-ref CSS Regions: auto-height regions in auto-height flexbox with flex basis ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#break-after,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#flex-basis 5db5e57532a68ef37598bebed21c922573209b91 `Catalin Badea`<mailto:badea@adobe.com> Test checks that the computed height of auto-height regions placed in a flex container takes into the account the flex basis property. The space available inside the flex container should be distributed according to the flex basis property. In this particular case, each of the three regions must have a height equal to one third of the flex container's height.
autoheight-regions-in-autoheight-flexbox-004 reference/autoheight-regions-in-autoheight-flexbox-004-ref CSS Regions: nested regions in flexbox ahem http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#flex-direction 6aed43ca8ca1eff8e844a36c67b5358eb3a45364 `Catalin Badea`<mailto:badea@adobe.com> Test checks that nested regions placed in flex containers are laid out properly. The first flow (blue content) is nested inside the second flow (green content). The user should see three horizontal stripes with the following colors: green, blue, green.
autoheight-regions-in-fixed-sized-flexbox-001 reference/autoheight-regions-in-fixed-sized-flexbox-001-ref CSS Regions: Auto-height regions inside fixed sized flexbox ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow d2cc013518afce0ab2d881e747e94c6c0bea9b65 `Catalin Badea`<mailto:badea@adobe.com> Test checks that auto-height regions respect the flex grow property when placed inside a fixed sized flexbox with a single row.
autoheight-regions-in-fixed-sized-flexbox-002 reference/autoheight-regions-in-fixed-sized-flexbox-002-ref CSS Regions: Auto-height regions inside fixed sized flexbox with column flow ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 9d2ff994f2958b948d906e62fa86d199535ce8a6 `Catalin Badea`<mailto:badea@adobe.com> Test checks that auto-height regions placed inside a fixed sized flexbox with column flow have the correct computed height. There are two regions placed inside the same flex container having the same 'grow' value. The space should be distributed evenly between the two.
autoheight-regions-in-fixed-sized-flexbox-003 reference/autoheight-regions-in-fixed-sized-flexbox-003-ref CSS Regions: Auto-height regions inside a fixed sized flexbox with column wrap flow ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap c731fa925c971434f240e8c6e166f58cb5c5399e `Catalin Badea`<mailto:badea@adobe.com> Test checks the layout of auto-height regions placed inside a flexbox with a fixed size and column wrap flow. The flex container should have two columns with three regions each.
autoheight-regions-in-fixed-sized-flexbox-004 reference/autoheight-regions-in-fixed-sized-flexbox-004-ref CSS Regions: Auto-height region in fixed sized flexbox using flex basis ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm bed2efbe8241100305186b91029c58ade9f2a44d `Catalin Badea`<mailto:badea@adobe.com> Test checks the layout of regions placed inside a fixed sized flexbox using flex basis and column flow. The flex container should force the first region to break by constraining its height.
autoheight-regions-in-fixed-sized-flexbox-005 reference/autoheight-regions-in-fixed-sized-flexbox-005-ref CSS Regions: Auto-height regions in fixed sized flexboxes with align-items and justify-content http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 521595ef4fcf87065ea6d27a3369d6318933dcb7 `Catalin Badea`<mailto:badea@adobe.com> Test checks auto-height regions' layout when placed inside a flexbox with using align-items and justify-content properties. The flowed content should be fragmented between the three regions and the flex container should distribute the remaining horizontal space evenly around the regions.
autoheight-regions-in-fixed-sized-flexbox-006 reference/autoheight-regions-in-fixed-sized-flexbox-006-ref CSS Regions: auto-height regions inside a flex container with fixed size http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap e038d7afa0ac1dda468cb127b5b37cc745b0fd40 `Catalin Badea`<mailto:badea@adobe.com> Test that the flex container stretches a region flex item with a height smaller than the flex container's inner cross size.
autoheight-regions-in-fixed-sized-flexbox-007 reference/autoheight-regions-in-fixed-sized-flexbox-007-ref CSS Regions: auto-height regions inside fixed sized flexbox ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm e075ff74ca28e9b0a7aad0279c0825f739ce9651 `Catalin Badea`<mailto:badea@adobe.com> Test that using the flex-basis property sizes the flex items to a percentage of the flex container's height when said items are auto-height regions. The last region, the outside the flex container should not be visible.
autoheight-regions-in-fixed-sized-flexbox-008 reference/autoheight-regions-in-fixed-sized-flexbox-008-ref CSS Regions: auto-height regions with max height in fixed sized flexbox ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 715216466f7b8100617f5d9837f20ea185dd150c `Catalin Badea`<mailto:badea@adobe.com> Test that the max-height property is applied to regions placed inside a fixed sized flexbox with a column flow. The flex container should not flex the region flex items beyond their max height value.
canvas3d-001 reference/canvas3d-001-ref CSS Regions: rendering 3D canvas elements inside regions dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions 2f6baccb8e8e33017d8e1100142074a0ec735244 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that when a 3D (webGL) canvas element is flowed in a region it renders as it would render if it wouldn't be flowed in the region.
canvas3d-002 reference/canvas3d-002-ref CSS Regions: rendering text flowed in a region on top of 3D content dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions d5431124350557a48fb42d3e6bfc421d6f6ccd6f `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that text flowed in a region renders without artifacts when the region overlaps a 3D (webGL) canvas element. This can be problematic in browsers that don't handle layers and/or 3D acceleration correctly.
column-flexbox-break reference/column-flexbox-break-ref CSS Regions: fragmenting a flex container with column flow ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#flex-containers,http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 10eb17e5712519a47d8edc5e72b2f29dc0a0b8bd `Catalin Badea`<mailto:badea@adobe.com> Test checks that a flex container with column flow is fragmented between regions.
content-node-layers-001 reference/content-node-layers-001-ref flowing content with opacity < 1 in region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 96b72dd6e5f57c465bcbec76cff5f12561ba8992 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that content with opacity < 1 is correctly flowed into regions. This might fail on implementations that use layers for compositing but don't properly handle content flowing.
content-node-layers-002 reference/content-node-layers-002-ref flowing content with scrollbars in region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property e4785961e1ed4343bf48a1ab66f9af097222cccb `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that content with scrollbars is correctly flowed into regions. This might fail on implementations that use layers for compositing but don't properly handle content flowing.
content-node-layers-003 reference/content-node-layers-003-ref flowing content that's relatively positioned and get fragmented ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property db06b3956b317a691a1349d8a3de091b355e9c8e `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that content that's relatively positioned gets properly fragmented between regions.
content-node-layers-004 reference/content-node-layers-004-ref flowing content with opacity < 1 and opacity = 1 in region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property f82b2350282533545823f58f0a3aaaffde844303 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that content nodes with mixed opacity < 1 and opacity = 1 is correctly flowed into regions. This might fail on implementations that use layers for compositing but don't properly handle content flowing.
content-node-layers-005 reference/content-node-layers-005-ref flowing content with position: absolute and clip ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 1be82ffe58d08fe5867fc09bfead970d76379d21 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that absolutely positioned content that has the clip property applied is correctly flowed into regions. This might fail on implementations that use layers for compositing but don't properly handle content flowing or the clipping shapes.
contentEditable-001 reference/contentEditable-001-ref CSS Regions: named flow content has contentEditable attribute set dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable 7bef0e43deea97579593cc567584f46b2e4e7727 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on elements that get flowed in a region does not affect their rendering in the regions. Also, such elements should be editable just as they are outside of the region.
contentEditable-002 reference/contentEditable-002-ref CSS Regions: named flow content has a child with contentEditable attribute set dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable bde32fa5e8a07ffba767414caf1777b1e90f02d4 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on elements that get flowed in a region does not affect their rendering in the regions. Also, such elements should be editable just as they are outside of the region, even if they are not the only elements in the named flow.
contentEditable-003 reference/contentEditable-003-ref CSS Regions: named flow content is child of an element that has contentEditable attribute set dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable 27038eb33c603327d04534960817ce85ad951cee `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on the parent of an element that gets flowed in a region does not affect its rendering in the regions. Also, the element should be editable outside and inside the region without differences.
contentEditable-004 reference/contentEditable-004-ref CSS Regions: element has contentEditable attribute set and both it and a child of it are flowed in a the same region dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable 16ebeaaf6b972a8497e62e47ac24386d002f3775 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that flowing both and element and one of its children in a region, when said element has the contentEditable attribute set does not affect their rendering in the regions and the ability to edit it.
contentEditable-005 reference/contentEditable-005-ref CSS Regions: named flow content has contentEditable attribute set and is fragmented dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable 056f725cc375cb988e59156efd89eb483665701b `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on elements that get flowed in a region does not affect their rendering and the ability to edit them even when they get fragmented in multiple regions.
contentEditable-006 reference/contentEditable-006-ref CSS Regions: named flow content has contentEditable attribute set and is flowed in an auto-height region dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable a023a536ed8dcfd54c59ba0bee643bb43dab24fb `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on elements that get flowed in a region does not affect their rendering in the regions. Also, if the region uses height:auto, the size of the region should change as the content flowed in it is edited.
contentEditable-007 reference/contentEditable-007-ref CSS Regions: named flow content has contentEditable attribute set and children of it get flowed in a region dynamically dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable 4bd508c3b0b3ab3beb576454bfbfa8afc83cf017 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on an element does not interfere with its children being dinamically flowed into a region.
contentEditable-008 reference/contentEditable-008-ref CSS Regions: region element has contentEditable attribute set dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable b801cec36d9b770f8b87c2af0c982d53ebac8305 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on a region (an element that has flow-from set) does not prevent the element to becoming a region, nor does attempting to interactively edit it produces unexpected results.
contentEditable-009 reference/contentEditable-008-ref CSS Regions: region element has child with contentEditable attribute set dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable 14562b685b5b4ea70a33e605df1d977ca7e9c552 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on a child of a region (an element that has flow-from set) does not prevent the parent element to becoming a region, nor does attempting to interactively edit it produces unexpected results.
contentEditable-010 reference/contentEditable-010-ref CSS Regions: auto-size region with contentEditable attribute set dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable 9feab59ebe023b66530fa30efe6a03350d51c8d5 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on an auto-sized region (an element that has flow-from set) does not prevent it to becoming a region, nor does attempting to interactively edit it produces unexpected results.
contentEditable-011 reference/contentEditable-011-ref CSS Regions: both named flow content and region element have contentEditable attribute set dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable fc3e6c473981ee216648447e987efd9e95a93df7 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that setting the contentEditable attribute on both named flow content (an element that has flow-into set) and the region (an element that has flow-from set) does not prevent the region to properly flowing the content, while the content stays editable and no unexpected interactions happen.
contentEditable-012 CSS Regions: regions are children of an element with the contentEditable attribute set ahem,dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/html5/editing.html#contenteditable 5e3a7c14f60e0ac66201949acf34c6b1f97dfff7 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that children of an element that has the contentEditable attribute can be used for flowing content into and interactively duplicating the regions (via user-initiated copy/paste) properly flows the content in the newly created regions. Properly executing this test requires an user agent that supports copy/paste operations.
css-cursor-001 CSS Regions: CSS cursor on content node ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 819a43ebba788b0f587886db16848e19bb63c00a `Mihai Balan`<mailto:mibalan@adobe.com> CSS cursors are properly displayed for content flowed into regions.
css-cursor-002 CSS Regions: CSS cursor on region ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 70d67d77e25b8ff061946331ad54d68a214e0929 `Mihai Balan`<mailto:mibalan@adobe.com> CSS cursors are properly displayed even when an element is turned into a region
css-hover-on-content-001 CSS Regions: :hover on content nodes interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 6dde87aa6d405cfef3e8181148ccd3f002a78e00 `Mihai Balan`<mailto:mibalan@adobe.com> CSS rules using the :hover pseudo class are applied to content nodes
css-hover-on-content-002 CSS Regions: :hover on content node parent when the parent is in the named flow and rendered as a sibling of its child ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 551cc5332179c9556604cb20695aa0b0fbd948bc `Mihai Balan`<mailto:mibalan@adobe.com> CSS properties set through rules that use the :hover pseudo-class on an element are properly propagated to children that are flowed into regions even when they're visually rendered as siblings
css-hover-on-content-003 CSS Regions: :hover on content node parent when the parent is not in the named flow interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 3a86bb49ac0ed320578d2251b090e8c5e4141439 `Mihai Balan`<mailto:mibalan@adobe.com> CSS properties set through rules that use the :hover pseudo-class on an element are properly propagated to children that are flowed into regions
css-hover-on-content-004 CSS Regions: :hover on content node when the content node has position:fixed interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property b108d03bc98211f780c2020f642251fe0bfb8ea5 `Mihai Balan`<mailto:mibalan@adobe.com> CSS rules using the :hover pseudo class are applied to content nodes that have position:fixed.
css-hover-on-content-005 CSS :hover on content node when the content node has position:relative interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property fa7a6a0f4ec515f9bd8b8d08fe1fd89e211c7294 `Mihai Balan`<mailto:mibalan@adobe.com> CSS rules using the :hover pseudo class are applied to content nodes that are relatively positioned
css-hover-on-region-001 CSS Regions: :hover on region that has borders interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 026ac0cc3211055466ed1d0fb596c70ad9fccf91 `Mihai Balan`<mailto:mibalan@adobe.com> CSS rules using the :hover pseudo class are applied to regions when moving the mouse over the region border
css-hover-on-region-002 CSS Regions: :hover on regions that have padding interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property bdaeb30838fdc390152f048ec31538c357764504 `Mihai Balan`<mailto:mibalan@adobe.com> CSS rules using the :hover pseudo class are applied to regions when moving the mouse over the region padding
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/#the-flow-from-property c43225dd33555d939ab3bcf2a5403f3dae49ab8f `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/#the-flow-from-property 0f46b6655b9b2e874edd14b013c89e741c054ef7 `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 1908b97bdabff24b110ad88c6a3a1ac4b02432d7 `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/#the-flow-from-property d0c899dac19f5f3f44ab9cf9ef9dc421e376dded `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/#the-flow-from-property 5225a36cf7d640dc4df4080661b1d5a60cf73104 `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 407ca374a0b95d493a2f1464ff4464875ebb0ebe `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 10dcbc654ba0a149f507eb3eaac6f1bba9c2cd89 `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 315af8f26cebb86d89434f1484bd41e299c999ba `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 1660135cacd8af753dca426e14632a93648cf756 `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 04bec8d2edbf46a98c3488888efeb880dbf3b02c `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 fe32f958bc141d72fc588c43e4c90501f45e3dbd `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 28612058a401292b70fac3553b8d48af3009050c `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 8200ad382d0bb091719426e79e584528c272c767 `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 a46f3ead163204aec512ca59872f017573ca8265 `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 0720bb619b2f50abeb93a67a234d866f7bb6cb69 `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 f61b948f7a1e6f60a89f926349bc932218fe1cc2 `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 aedddec936258a46d9b83755abfa0a4b1aa1da53 `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 6590fd9fc1053e84d8396711bafd57576a88c71d `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 fc29cfa882ed58901aaa307718cb0494210e617f `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 8769a99c828a956b07630b2adc4851aead533fc8 `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 9391f97afbfb3a0614efea0c86a9a4834fab67c6 `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 eb0a9242d5ea558b7a7141bd2ccb7246b253870a `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.
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 f4cbc16e96bb1cc26c6f63129e01ed2f940602fc `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 5bc20de6436e9cebaa424733d407e591fe082206 `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 e5e4272207405d3347215a1da40b64a184b99a19 `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.
floated-regions-004 reference/floated-regions-004-ref CSS Regions: named flow contains a nested floated region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#regions-visual-formatting-details 9bdd68595d65c2b4d177dbaaf76a3b06efe54b33 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that a named flow that contains a nested floated auto-sized region is formatted according to the visual formatting model.
floated-regions-005 reference/floated-regions-005-ref CSS Regions: floated and normal flow auto-sized regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#regions-visual-formatting-details 98332c3537af058347846136842b845cc6f3c6b4 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that layout is correct when mixing floated and normal flow auto-sized regions.
floats-clear-breaks-001 reference/floats-clear-breaks-001-ref CSS Regions: cleared floats in named flow contents ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 749e744246d8f4125e2dad2db513b52797cfb1ae `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats in named flow contents are floated relative to the region container and not their initial container, even when multiple regions are involved.
floats-clear-breaks-002 reference/floats-clear-breaks-002-ref CSS Regions: forced region breaks and clear on floats inside named flow contents ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-break/#parallel-flows 66e95858ed37b82eeb7e8e883d8f1b3a1b51f8a4 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that no regions are left empty when setting a forced region break on a cleared float.
floats-in-named-flow-001 reference/floats-in-named-flow-001-ref CSS Regions: float in a named flow http://www.w3.org/TR/css3-regions/#the-flow-into-property 3113afeaa622fede47f1784119dde028b567a741 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that a float in named flow contents is floated relative to the region container and not its initial container.
floats-in-named-flow-002 reference/floats-in-named-flow-002-ref CSS Regions: named flow contains multiple floats http://www.w3.org/TR/css3-regions/#the-flow-into-property 104f1ad8b6b83597467a273d853acda941008fa0 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that when a named flow contains multiple floats they are floated relative to the region container and not their initial container.
floats-in-named-flow-003 reference/floats-in-named-flow-003-ref CSS Regions: separate floats as named flow contents http://www.w3.org/TR/css3-regions/#the-flow-into-property 58ac999fed9607f633b08401dc4916a88b278883 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats from different containers, individually flowed in a region are floated relative to the region container and not their initial container.
floats-in-named-flow-004 reference/floats-in-named-flow-004-ref CSS Regions: separate floats flowed in autosized region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#regions-visual-formatting-details 7e955c5e86eb4d12f507bcfaefb2740566f6cf31 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats added to a named flow from different containers are stacked relative to the region container (not their initial container) and the region is correctly sized.
floats-in-named-flow-005 reference/floats-in-named-flow-005-ref CSS Regions: separate floats with percent size in sized region http://www.w3.org/TR/css3-regions/#the-flow-into-property e600c6a7a59010162bd52d1f0cab423ddb19978a `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats inside a named flow are sized relative to the region container, regardless of their initial block formatting context.
floats-in-named-flow-006 reference/floats-in-named-flow-006-ref CSS Regions: floats in a named flow with multiple regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 2168df2d7967d9cfbeca720854a1242067e5963e `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats in named flow contents are positioned relative to their containing regions.
floats-in-named-flow-007 reference/floats-in-named-flow-006-ref CSS Regions: named flow has floats and multiple block formatting contexts and is flowed in multiple regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 4c76c57d8d6a74fe6fce8d2eace9485b8c088a2f `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats in named flows are positioned relative to their regions and not their initial container, even when multiple regions are involved and the named flow contents come from different block formatting contexts.
floats-in-named-flow-008 reference/floats-in-named-flow-006-ref CSS Regions: floats in a named flow with forced breaks and multiple regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 1597261b527ab0225f1ae22c12f15b7cea79b148 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats in named flow contents are floated relative to the region container they are laid out in (and not their initial container), even when multiple regions are involved and content has forced region breaks.
floats-in-named-flow-009 reference/floats-in-named-flow-009-ref CSS Regions: floats in a named flow fragmented through multiple regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property d76aec80953221b32547cb8900246d6b4ce58297 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats in named flow contents are correctly fragmented and the fragments are floated relative to the region container they are laid out in and not their initial container.
floats-in-named-flow-010 reference/floats-in-named-flow-006-ref CSS Regions: floats in named flow content are sized relatively to the region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property e9ffc0df3f2609d7300af398663f9bd21bc64e48 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats in named flow contents are sized relatively to the region they are laid out in.
floats-in-named-flow-011 reference/floats-in-named-flow-011-ref CSS Regions: forced region break on float inside a named flow ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 70295813c7e8e879329bf55a20cc03170baeb151 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that forced region breaks on floats do not influence normal flow content flowed in the region together with the float.
floats-in-named-flow-012 reference/floats-in-named-flow-012-ref floats with forced region breaks inside them ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-break/#parallel-flows eafba0507ab9b5fb89bea9e14f8256691bfd2891 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats in named flow contents are floated relative to the region container and not their initial container, even when multiple regions are involved.
floats-in-named-flow-013 reference/floats-in-named-flow-013-ref CSS Regions: regions wholly contain floates flowed in them ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 847c8a98b6b443006b5c0f995e96f726b3b4c6a8 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that regions create new block formatting contexts that wholly contain the floats flowed in them.
floats-in-named-flow-014 reference/floats-in-named-flow-013-ref CSS Regions: float overflowing a fixed-sized region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 9acb56a027b6fbe8d0e1577bac82715388aba89d `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats flowed in a fixed size region and overflowing it do no interact with line boxes outside of the region. This is another side effect of the fact that regions create block formatting contexts.
floats-in-named-flow-015 reference/floats-in-named-flow-013-ref CSS Regions: painting order for floats overflowing a region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 0fadb2ad5b8e49b3c85c31631001bd9bfacfeb0a `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that the painting order for floats flowed in a region is the same as if the floats were direct children of the region.
floats-in-named-flow-016 reference/floats-in-named-flow-016-ref CSS Regions: float overflowing its container does not interact with other line boxes when flowed in region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 2c95fc331fd00e021ca7dfe92127d9c0cbea92e7 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that a float that overflows its container does not interact with other line boxes when flowed in a region. In other words, floats flowed in regions are not taken into account when laying out sibling boxes that are not part of the same named flow.
floats-in-named-flow-017 reference/floats-in-named-flow-017-ref CSS Regions: float and non-float content with forced region break fragmented across two regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 9c83860903990398bc8d4305ac43e14bf86b9359 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that forcing a region break on the containing box of a float will fragment the float across the regions.
floats-in-named-flow-018 reference/floats-in-named-flow-018-ref CSS Regions: floats and cleared boxes are properly fragmented through regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property fefcf031dc6ad77dc0f72920af214ef83687cccd `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that cleared content is properly fragmented in regions.
floats-in-named-flow-019 reference/floats-in-named-flow-018-ref CSS Regions: cleared floats are properly fragmented through regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 30c070944d5af52bbe1012959f2efd67cae62286 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that cleared floats are properly fragmented through regions when the regions have an explicitly set height.
floats-in-named-flow-020 reference/floats-in-named-flow-020-ref CSS Regions: cleared pseudo-elements (clearfix) in named flow contents ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 4a82ac715a0352692a93cc563d9233e4c27c3007 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats and cleared pseudoelements (clearfix) render in regions just as they render without regions.
floats-in-named-flow-021 reference/floats-in-named-flow-021-ref CSS Regions: cleared non-float content after a forced region break ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property e4eed2000cbb115a2d01085220e0969dfb3d44a1 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that cleared non-float content after a float that also has a forced region break does not lead to an empty region.
floats-in-named-flow-022 reference/floats-in-named-flow-021-ref CSS Regions: float and non-float content floated in different named flows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 1159f2a855ab00e8cee6aeb3bbe5ac7a3289815e `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floated content flowed in a named flow does not change the rendering for non-float content flowed in a different named flow.
floats-in-named-flow-023 reference/floats-in-named-flow-023-ref CSS Regions: inline floats and non-float contents inside a named flow ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property af53d70ee31297454ebc11fa875391b80b2ff913 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that inline floats and non-floated elements flowed into regions render the same as they would without regions.
floats-in-named-flow-024 reference/floats-in-named-flow-024-ref CSS Regions: float with relative sizing fragmented in differently sized regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 9d1c52ccd3c41ad3233b491d0b4c721f910b5fe0 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that the fragments of floats with relative sizing (width specified using percents) that are fragmented in regions with varying sizes will be sized relative to each separate region.
floats-in-named-flow-025 reference/floats-in-named-flow-025-ref CSS Regions: painting order for floats and relatively positioned content ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 81aa283169a3d46db12be78f3b673fbda31e71f9 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats and relatively positioned content are painted in the same order when flowed into region as when they are not flowed into regions.
floats-in-named-flow-026 reference/floats-in-named-flow-026-ref CSS Regions: painting order for fragmented floats that are stacking contexts ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property b2415c18ebbc892cacd1ad88e48d3b0b3010edc5 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats inside a named flow that also create a stacking context respect the correct painting order even when fragmented across multiple regions that are overlapping.
floats-in-named-flow-027 reference/floats-in-named-flow-027-ref CSS Regions: floats outside of the region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 4388c61e8d811df4a9d4bc7e7a01d94b1b0ac82b `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that floats outside of the region do not interact with the line boxes of the content flowed in regions. This is the effect of the fact that regions are block formatting contexts.
floats-in-named-flow-028 reference/floats-in-named-flow-023-ref CSS Regions: floats and non-floats content flowed in a shrink-to fit autosized region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property cf933442735a876dd9b12de434b453c826d21c6f `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that an autosized region that has display: inline-block is properly sized when the content flowed in it has both floats and non-floats elements.
floats-in-named-flow-029 reference/floats-in-named-flow-029-ref CSS Regions: margins around forced breaks when break is around float ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-break/#break-margins,http://www.w3.org/TR/css3-break/#parallel-flows 3a5945dba8044ac56ae8d27832493141b8e556c6 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that margins are correctly preserved when content has floats and is fragmented via forced breaks.
floats-in-named-flow-030 reference/floats-in-named-flow-030-ref CSS Regions: margins around unforced breaks when break is around float ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-break/#break-margins,http://www.w3.org/TR/css3-break/#parallel-flows 3ed67f145da3817c1a9fe305372efcfca35292cc `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that margins are correctly preserved when content has floats and is fragmented via unforced breaks.
floats-in-named-flow-031 reference/floats-in-named-flow-031-ref CSS Regions: margins around float and non-float content ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property 4d3fdb9fcc5a6a047d51aef160853ede4d6b8b50 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that margins do not collapse for content flowed inside a region, both for float and non-float contents.
floats-in-named-flow-032 reference/floats-in-named-flow-032-ref CSS Regions: padding around float and non-float content ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property c5a5272aa5d6739d58c85f9cf4f146e205731fc8 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that paddings for floats and non-floats are properly computed when they are flowed in shrink-to-fit regions.
floats-in-named-flow-033 reference/floats-in-named-flow-033-ref CSS Regions: borders around float and non-float content ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property d25e9837770d3fd7428fbf69bbf9034482c16889 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that borders for floats and non-floats are properly computed and painted when the elements are flowed in shrink-to-fit regions.
flow-change-on-hover-001 CSS Regions: Changing an element's named flow when hovering over its parent interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property ce560953f77d803f4124c39de88bd613ef4d3c55 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the named flow an element is extracted in using a rule that contains the :hover pseudoclass should be possible
flow-change-on-hover-002 CSS Regions: Changing an element's named flow when hovering over a sibling interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 8b7fbc44654ec558a9ac2ac6b84fa5e0bb8847c4 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the named flow an element is extracted in using a rule that contains the :hover pseudoclass should be possible
flow-change-on-hover-003 CSS Regions: Remove child element from named flow on CSS hover when parent and child are rendered as siblings in region ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property d365d6e7240f22187452d32bdec82dc72f0ec814 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the flow-into property should be possible in rules that use the :hover pseudoclass
flow-change-on-hover-004 CSS Regions: Remove child element from named flow on CSS hover ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 97726ce945b4dd7021e74c2270bb966b4ef95e16 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the flow-into property should be possible in rules that use the :hover pseudoclass
flow-change-on-hover-005 CSS Regions: Remove element from named flow on CSS hover ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 41679223ebfe4d880600f938742dbf3d35c0ae06 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the flow-into property should be possible in rules that use the :hover pseudoclass
flow-change-on-hover-006 CSS Regions: Remove element sibling from named flow on CSS hover ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 041f47a7c1435f2db12252ff3e86f610bc7a34b6 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the flow-into property should be possible in rules that use the :hover pseudoclass
flow-content-001 reference/flow-content-001-ref Redirect content to a region http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from d75640ef0a11a6b9c28392eb9f9e02a359f500ab `Alan Stearns`<mailto:stearns@adobe.com> Content placed into a named flow with the flow-into property should display in the element whose flow-from property specifies that named flow.
flow-content-002 reference/flow-content-002-ref Redirect content through two regions http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from bcbcbafbb1d8ca35c02063e988c1f5a959593fb3 `Alan Stearns`<mailto:stearns@adobe.com> If multiple elements have their flow-from property set to a named flow, the named flow content will be consumed by the chain of elements.
flow-from-001 reference/flow-from-001-ref Region chain ordering http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-from-property 968f6e9f0d74ae2f159f6b24116211ddbd6dab1b `Alan Stearns`<mailto:stearns@adobe.com> Regions are ordered in a region chain according to their document order.
flow-from-block-container-001 reference/flow-from-block-container-001-ref Regions apply only to block container boxes http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#flow-from eb5e3520ccd377e42f3614ab34a8eebe9b61679c `Alan Stearns`<mailto:stearns@adobe.com> If a span has flow-from set, that declaration is ignored.
flow-into-001 reference/flow-into-001-ref flow-into behavior http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 981a2f56e73a6a5f477e0f6e9052b05da9c6941f `Alan Stearns`<mailto:stearns@adobe.com> Elements placed into a named flow follow document order. Children of flow elements can be placed in a different flow. Nested flow elements in the same flow become siblings. Flow-into is not inherited.
flow-into-BFC-001 reference/flow-into-BFC-001-ref Regions establish a new block formatting context http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-from-property ec135fc3dcd30eec421e488b5648ddf295c9c0ac `Alan Stearns`<mailto:stearns@adobe.com> A region set next to a float will clear the float in a new block formatting context.
flow-into-invalid-names-001 reference/flow-into-invalid-names-001-ref invalid flow-into idents http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-into-property 3fb4b8a4b5bae11f614e57289686e781ba88c824 `Alan Stearns`<mailto:stearns@adobe.com> If flow-into is set to an invalid ident, no flow is created. The flow content will stay in its green wrapper. Invalid idents with flow-from do not create a region.
flow-into-parsing-001 Parse flow-into property dom,script http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from 7efbf245a48f1ccd0228521881cb5c5eb35de5f1 `Jacob Goldstein`<mailto:jacobg@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> Value specified for the flow-into property should be parsed correctly.
flow-into-region-children-001 reference/flow-into-region-children-001-ref Region children are formatted if directed to a flow http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-from-property 089fbcda884ae13373488e3800cefc4bfca6819f `Alan Stearns`<mailto:stearns@adobe.com> The two regions in this test will swap their children.
fullscreen-region-content-001 calling requestFullscreen() on video element inside a named flow dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api b8249eeadfdd51d2b6132b96d6a9014dad625461 `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on a video element that's part of a named flow properly displays the video in full screen
fullscreen-region-content-002 calling requestFullscreen() on image element inside a named flow dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api a24aa5bc6559d5425a966b859e204a22674eaa1e `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on an image element that's part of a named flow properly displays the image in full screen
fullscreen-region-content-003 calling requestFullscreen() on inline element inside a named flow ahem,dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api 375ff059c63a1f80e678b775333422309587bd05 `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on an inline element that's part of a named flow properly displays it in full screen
fullscreen-region-content-004 calling requestFullscreen() on block element inside a named flow ahem,dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api 8b863cd273b5b4e3589b36aff363afb2a476c376 `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on a block element that's part of a named flow properly displays it in full screen
fullscreen-region-content-005 calling requestFullscreen() on a fragmented block element inside a named flow ahem,dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api a7507d4b290ee8f576c6ed7eb7e0083627988935 `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on a block element that's part of a named flow and is fragmented displays both fragments it in full screen
fullscreen-region-content-006 calling requestFullscreen() on an element whose descendants are in a named flow ahem,dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api 4221f2634287843d2ed3d7322967d0d522d50791 `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on an element whose descendants are part of a named flow will not show the descendants flowed in the region.
fullscreen-region-content-007 calling requestFullscreen() on a fixed-size region ahem,dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api d50f36fb3a98ec83ab483f0341df55b5cdef5e4a `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on a fixed-size region displays the region and the content flowed in it without resizing the region or reflowing the content.
fullscreen-region-content-008 calling requestFullscreen() on an auto-sized region ahem,dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api 09872e840aa89b8fede8082fd80c17eec9e6a2a9 `Mihai Balan`<mailto:mibalan@adobe.com> This test checks that calling the requestFullscreen() method on an auto-sized region displays the region and the content flowed in it without resizing the window or reflowing the content.
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/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api,http://www.w3.org/TR/fullscreen/#:fullscreen-pseudo-class 697e300dd4f19408851804f0addb0b86cfcbd133 `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/#the-flow-from-property,http://www.w3.org/TR/fullscreen/#api 08165fa07b333dd6d0222056a59b990590143b21 `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/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions f9692ce6022962ff987762295548095720317b13 `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/#the-flow-from-property 3ec71be25ccfe064d98a46ddc85085db3478669a `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/#the-flow-from-property 15791cd929565038d4542bf6d91eb5008eb23771 `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/#the-flow-from-property 2882fdad81074c7e1bde23e2b0761e2684a9f328 `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/#the-flow-from-property 66d632c7309d0212fc018c0495fc2d1508a7efbc `Mihai Balan`<mailto:mibalan@adobe.com> Mouse event handlers set on content nodes, even if they're unknown elements should fire
mouse-events-003 CSS Regions: mouse over DOM location of content flowed in a region dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 48e453cd57376088997e0a5c607554d076ede586 `Mihai Balan`<mailto:mibalan@adobe.com> Mouse events should not fire over the would-be location of the content nodes (where they would have been rendered were they not flowed in a region)
mouse-events-004 CSS Regions: Removing content nodes on mouse events dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 6e20608a95ad37b7a65057989f9832d872181c2c `Mihai Balan`<mailto:mibalan@adobe.com> Altering the contents of the named flow via DOM manipulation in response to user gestures (mouse move, mouse click) should works as without regions.
mouse-events-005 CSS Regions: Adding and removing regions on mouse events interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 26ce0ddc29756808e23cc84a7ede49f4e892649c `Mihai Balan`<mailto:mibalan@adobe.com> Altering the region chain via DOM manipulation in response to user gestures should not change the rendering of the content inside regions
overflow-and-elementFromPoint-001 CSS Regions: document.elementFromPoint() for elements in a region's hidden overflow dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 0117ab38268a67460933e4c1e0e9913744da620b `Mihai Balan`<mailto:mibalan@adobe.com> For regions that have hidden overflow calling document.elementFromPoint() on the location of the element should not return the element
overflow-and-elementFromPoint-002 CSS Regions: document.elementFromPoint() for elements in a region's scroll overflow dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 59bfdb909450d39c0e2be1da1aedf0dfa4d25325 `Mihai Balan`<mailto:mibalan@adobe.com> For regions that have scroll overflow, scrolling an element flowed in them into view and then calling document.elementFromPoint() on the visible location of the element should return the element
overflow-and-elementFromPoint-003 CSS Regions: document.elementFromPoint() for elements in a region's visible overflow dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property d88201f426020ce9948b292a82d0d6769f0f8914 `Mihai Balan`<mailto:mibalan@adobe.com> For regions that have visible overflow calling document.elementFromPoint() on the visible location of the element should return the element
overflow-and-events-001 CSS Regions: JavaScript event handlers for elements in a region's hidden overflow dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 3ae87b5dee2daa8933b34c8bdee9358f53dd4568 `Mihai Balan`<mailto:mibalan@adobe.com> For regions that have hidden overflow, JavaScript events on elements that are in the hidden overflow should not trigger
overflow-and-events-002 CSS Regions: JavaScript event handlers for elements in a region's scroll overflow dom,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 13bf818008ab5ba1733a1892abb612207455d599 `Mihai Balan`<mailto:mibalan@adobe.com> For regions that have scroll overflow, JavaScript events on elements that are in the scrollable overflow should trigger once the element is scrolled into view and the corresponding user gesture is made
overflow-and-events-003 CSS Regions: Mouse events in visible overflow of a region interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 2ce8e1a3f16bf1d798d36f738dcfc553d2d014e3 `Mihai Balan`<mailto:mibalan@adobe.com> Mouse events set up on elements displayed in a region's visible overflow should trigger
overflow-and-selection-001 CSS Regions: Selection for elements in a region's hidden overflow interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 454adad87ab31cbbdd6ec3884a2b847a687e036a `Mihai Balan`<mailto:mibalan@adobe.com> For regions that have hidden overflow, the contents in the hidden overflow should not be scrollable or selectable
overflow-and-selection-002 CSS Regions: Selection for elements in a region's scroll overflow interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 2c2abcfc90f73404f464d88ec219671e4596c6b6 `Mihai Balan`<mailto:mibalan@adobe.com> For regions that have scroll overflow, their content should be scrollable into view and selectable as without regions
overflow-and-selection-003 CSS Regions: Selection for elements in a region's visible overflow interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 42c29c9bfbc7cb6e520baa127869f9eacc392558 `Mihai Balan`<mailto:mibalan@adobe.com> For regions that have visible overflow, their content should be selectable as without regions
position-relative-001 reference/position-relative-001-ref CSS Regions: flowing content that has position: relative ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-break/#transforms 521a7215acc0461c6336fedf9a12c369e7c5b80a `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that fragments of content flowed in regions are positioned independently, after the fragmentation occurs.
region-chain-change-on-hover-001 CSS Regions: Remove element from named flow when hovering the region ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 30dbf017abc6624f35ae7f755376050749021fc2 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the flow-into property should be possible in rules that use the :hover pseudoclass
region-chain-change-on-hover-002 CSS Regions: Remove region from region chain on CSS :hover ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 8f99476e9641ab7ccb12a3416eb569e3bfad54e4 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the flow-from property should be possible in rules that use the :hover pseudoclass
region-chain-change-on-hover-003 CSS Regions: Remove region from region chain on CSS hover ahem,interact http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 866423c97297ff2ff3794a17d560a7aa7c5260c0 `Mihai Balan`<mailto:mibalan@adobe.com> Changing the flow-from property should be possible in rules that use the :hover pseudoclass
region-fragment-001 reference/region-fragment-001-ref Region overflow http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from 21ce6842754cf02e5863ee5f1b3d45b0e0d8df66 `Alan Stearns`<mailto:stearns@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> With the default overflow:visible setting, region-overflow:auto will continue composing lines through the bottom edge of the last region, and region-overflow:break will compose overflow lines after the bottom edge of the last region.
region-fragment-002 reference/region-fragment-002-ref Region overflow: last region http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from a2153ca3cdb00ff8292e20f77035b049313da9a9 `Alan Stearns`<mailto:stearns@adobe.com> The region-overflow setting only affects the last region in the chain.
region-fragment-break-1 reference/region-fragment-break-1-ref CSS Regions region-fragment-break-1 http://www.w3.org/TR/css3-regions/#the-region-fragment-property 5f442f9e1348036c551a789c7cf8a440acfa0534 `Andy Hall`<mailto:andhall@adobe.com> If the content fits within the CSS Region, then setting region-fragment: break; has no effect.
region-stacking-context-001 reference/region-stacking-context-001-ref Regions create new stacking context http://www.w3.org/TR/css3-regions/#properties,http://www.w3.org/TR/css3-regions/#the-flow-from-property dcc466f68ecef85755ee7cf0d83b1c62e6abd54b `Alan Stearns`<mailto:stearns@adobe.com> The z-index set on region content does not affect how they are stacked with siblings of the region.
region-styling-001 reference/region-styling-001-ref Region Styling http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 808aed3980cbfaee84609d1febebdcd33019f37e `Alan Stearns`<mailto:stearns@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> Styling set in an @region rule overrides named flow element styling.
regions-dialog-001 reference/regions-dialog-001-ref flowing content in dialog dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 61c37d2e53544ca9ecdeba831733801600ddcb9b `Catalin Badea`<mailto:badea@adobe.com> Test checks that content is correctly flowed into dialog elements.
regions-dialog-002 reference/regions-dialog-002-ref flowing dialog elements in region dom http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 476f28586890539ecea85dc9915aba7c1d48f517 `Catalin Badea`<mailto:badea@adobe.com> Test checks that dialog elements are correctly flowed into a region.
regions-flexbox-001 reference/regions-flexbox-001-ref CSS Regions: flowing flexbox elements in region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#flex-containers 83b83da5bb4c67dc08a884dae60037b691e4d41a `Catalin Badea`<mailto:badea@adobe.com> Test that flex containers are flowed inside a namedflow.
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/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#flex-containers 05d54663ad42f6429f76ada029189b86a5714cbd `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/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#flex-containers 2736ca78203b295f9fec24c368ea4beadc2ea6ae `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/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#flex-containers b2c866b6178383b319e3f78db28d3dbe2bd40bd3 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 93e0042b31a62f0a8fd4cba61558bc35e99d01e6 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events e0df4e3fde39b539dda7f1fdf2089677118b3684 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 8ce441f854c6cee394bb2e35de821cdb84806c8a `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 30f95e327f09e1e333b4fb1743fd9b8d89d876cc `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 6c6af7ec3ddfa0dc0578242f5ba9dc1d1e2a4c6b `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 4fbb9416afb9292249ab3ac41cf21845941fe420 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events ca6c768fcdb97460a4068a60d3a16741c8fb6619 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 532a807c07bcb0d884e4e17a09135c7fa915e30d `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 7f64eff511b43639b9bab942dd0a89db44cda48d `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 4a9e130fe4817421419903ea876972d204909256 `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/#the-flow-from-property 92efc8571b41adac37ea6725688dd1e8fd84e7ef `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/#the-flow-from-property 1dd6aa0a2102fdc5556206f431bcd292ea3aa5bb `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/#the-flow-from-property 9ecb7da26e8346d9c28a6ebf62aff750cd43c99d `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/#the-flow-from-property f17df322f117a8e81a87139f6dc6f4e563112807 `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/#the-flow-from-property 5bc55132c5c79f9444ca9da2a23dee2c04fd2465 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events f82b95ac8b3e4e8742c1c9f8fe57eab8d4b082e8 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events da02d84f28eb88cf6d5b593025d8049b8c9f1ff1 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 6111968211eaf8fe6cfbb61871e51dd70e112164 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events f3cb6ebebada64df17353a1c6b0b3d7790061872 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events b422ace5e85d46765342e64b4633fc49784ed11a `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 5bea943d497b08d7584ba6b2de3b6644cad5c527 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events d0524778ce5503d625911a1533a35c70a26d45a8 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 2675078d975d5eb7f91a9b30ce99bc9722d4564c `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 70c89963641535f4dbda81af0d2cb42ee7b29fe8 `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/#the-flow-from-property,http://www.w3.org/TR/css3-multicol/#columns 28cde34b09ceb3a707c161ca69278da2a2520dea `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns cfd985c314c77abeeae478a4935c405885cd08db `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns c5986220561fc49cc56c45a6f85cc6c5bfacae43 `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.
regions-multicol-008 reference/regions-multicol-008-ref One named flow, non-text fragmentable content flowing into multi-column region then into non-multicol region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns ff6f2eb57ade1a9580e7a628538b1f408034c1a0 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that non-text named flow contentmulti-column is fragmented first through the columns in a region multi-column container, then through a second non-multi-column region.
regions-multicol-009 reference/regions-multicol-009-ref One named flow, text content flowing into a simple region then into a multi-column region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 60a9194c1183851845bc4220f7d7b3b7546c7d89 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text named flow content is fragmented first through a simple region, then through a multi-column region
regions-multicol-011 reference/regions-multicol-009-ref One named flow, non-text fragmentable content flowing into non-mulicol region then into a multi-column region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 3b1e73ca067d918cfaaa52308725d256950f16ff `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that non-text fragmentable named flow content is fragmented through a simple region, then through a multi-column region.
regions-multicol-012 reference/regions-multicol-012-ref One named flow multi-column container, monolithic content flowing into one region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-multicol/#columns 87104f302eda066810c13bbdbadc34132c6ee90f `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that monolithic content in a named flow multi-column container flows through the region.
regions-multicol-013 reference/regions-multicol-013-ref One named flow, text content flowing into multiple regions fragmented across multiple columns and overflowing the last region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-multicol/#columns 34aa0dc9b0fcd8f7c2345cccfec125410e672f89 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that the named flow text content flows through the regions in the multi-column container and that it overflows visibly into a fourth column.
regions-multicol-015 reference/regions-multicol-013-ref One named flow muticolumn container, text content flowing into multiple regions with content overflowing last region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-multicol/#columns 09d522f9b19ae821bf68e18ab875f2a5d5c3a467 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content flows through multiple regions from the named flow multi-column container and that it overflows the last region in the region chain visibly.
regions-multicol-016 reference/regions-multicol-016-ref One named flow multi-column container, monolithic content flowing into multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-multicol/#columns f37a157e1823126018c5acb906c291607e7e6b5a `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that monolithic content flows through multiple regions from the named flow multi-column container and that it overflows the last region in the region chain visibly into a fifth column.
regions-multicol-017 reference/regions-multicol-017-ref Multiple named flows, text content flowing into multiple regions in a multi-column container ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-multicol/#columns 8c686ef4f39cddb1dca59866d22d084c69b80167 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks multiple named flows with text content flow into multiple regions in the multi-column container.
regions-multicol-019 reference/regions-multicol-019-ref Multiple named flows multi-column containers, text content flowing into multiple visually overlapping regions ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-multicol/#columns 488af534153cbb1af17a335404362faee4e3e4e8 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks multiple named flow multi-column containers with text content flow into multiple overlapping regions.
regions-multicol-021 reference/regions-multicol-019-ref Multiple named flows multi-column containers with unspecified width, non-text content flowing into multiple overlapping regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css3-multicol/#columns d2ffe6ae9cd8d4e0185d43040ae49a0d387c91bf `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks multiple named flow multi-column containers with unspecified width and non-text content flow into multiple overlapping regions.
regions-multicol-022 reference/regions-multicol-003-ref One named flow multi-column container, text content flowing into one autosized region with overflowing column ahem http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 1f0ee3f5bf92a574f9e430d1bc7d80d825770e02 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content flows through an autosized region from a multi-column named flow and that it overflows visibly into a third column.
regions-multicol-023 reference/regions-multicol-003-ref One named flow multi-column container, monolithic content flowing into an autosized region, overflowing column http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 131bc372b33f0245dee84ff6dfbe507b52e74300 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content flows through an autosized region from the multi-column named flow and that it overflows visibly into a third column.
regions-multicol-024 reference/regions-multicol-024-ref One named flow multi-column container with text content flowing into region of smaller width/height than the second region ahem http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 3e080991d203b5d80aeef392fa2c5e0fd0a8f384 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content flows through a region with a smaller width + height than the multi-column named flow and than the second region and that it overflows the first region visibly as a multi-column container before flowing into the second region.
regions-multicol-025 reference/regions-multicol-024-ref One named flow multi-column container with monolithic content flowing into region of smaller width/height than the second region http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 301cc0dc2e2294a1a39865006798fdfde9afcb10 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content flows through a region with a smaller width + height than the multi-column named flow and the second region and that it overflows the first region visibly as a multi-column container before flowing into the second region.
regions-multicol-026 reference/regions-multicol-024-ref One named flow multi-column container with text content flowing into region of smaller height than the second region ahem http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 0f7cebdd98f49c75f3b863ab0b83057b947b8bb9 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content flows through a region with a height smaller than the second region and that it overflows the first region as a multi-column container before flowing into the second region.
regions-multicol-027 reference/regions-multicol-024-ref One named flow multi-column container with monolithic content + flowing into region of smaller height than the second region http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns 3dc2f20016772e56202f4899c8dac9dd93265ce6 `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that monolithic content flows through a region with a height smaller than the second region and that it overflows the first region as a multi-column container before flowing into the second region.
regions-multicol-028 reference/regions-multicol-028-ref One named flow multi-column container with text content flowing into first region of smaller width than the second region ahem http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns ec21d79a8b00d6107de6f4fb787cbb72282857cc `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that text content flows through a region with a smaller width than the multi-column named flow and the second region and that it overflows the first region visibly as a multi-column container before flowing into the second region.
regions-multicol-029 reference/regions-multicol-028-ref One named flow multi-column container with monolithic content flowing into first region of smaller width than the second region http://www.w3.org/TR/css3-regions/#multi-column-regions,http://www.w3.org/TR/css3-multicol/#columns c6d2d20e63b2063431b0b20c0203793987c5d21c `Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that monolithic content flows through a region with a smaller width than the multi-column named flow and the second region and that it overflows the first region visibly as a multi-column container before flowing into the second region.
regions-resizing-001 reference/regions-resizing-001-ref CSS Regions: resizing region that has percentage size ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from 97e858bf6e95452f16e90a91af8baf2a1c2173eb `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing a region that is sized to a percentage of the body correctly relayouts the region's contents.
regions-resizing-002 reference/regions-resizing-001-ref CSS Regions: resizing region that has position:fixed and top/right/bottom/left set ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from 82b5e6c763a9a816245ae5ea453401a2545a60a3 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing a region that has position fixed and is sized using top/right/bottom/left correctly relayouts the region's contents.
regions-resizing-003 reference/regions-resizing-001-ref CSS Regions: resizing region that is sized using viewport units ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-values/#viewport-relative-lengths 71c1f411a346c33c9d5d6e05d03afbc3ea317be2 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing a region sized using viewport units correctly relayouts the region's contents.
regions-resizing-004 reference/regions-resizing-001-ref CSS Regions: resizing auto-sized region ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from c678f0036b3af4497ab8c47ad9514c6f354a46f7 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing an auto-sized region correctly relayouts the region's contents.
regions-resizing-005 reference/regions-resizing-005-ref CSS Regions: resizing floated region with percentage size relative to the body ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#regions-visual-formatting-details 93941615345248d197673e851d797cbd4460b71f `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing a region that has a percentage size relative to the body and is floated, correctly relayouts the region's contents.
regions-resizing-006 reference/regions-resizing-001-ref CSS Regions: resizing region with percentage size inside a container that also has percentage size ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from b920ff74fe3cc1cd817ab3a863492583f9096f3e `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing a region that has a percentage size relative to a percentage-sized parent correctly relayouts the region's contents.
regions-resizing-007 reference/regions-resizing-001-ref CSS Regions: resizing region with percentage size inside a container that has size set in viewport units ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-values/#viewport-relative-lengths b3c27186de96575d59a6881a938478ccdcd92d43 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing a region that has a percentage size relative to a parent sized using viewport units correctly relayouts the region's contents.
regions-resizing-008 reference/regions-resizing-001-ref CSS Regions: resizing region with percentage size when content flowed in it also has percentage size ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from 4fae0a0c0edd46a386bc74b5c0adb6d5615e4294 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing a region that has a percentage size when the content flowed in it also has a percentage size set correctly relayouts the region's contents.
regions-resizing-009 reference/regions-resizing-001-ref CSS Regions: resizing autosized region when content flowed in it is sized with viewport units ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#regions-visual-formatting-details,http://www.w3.org/TR/css3-values/#viewport-relative-lengths b450ca89b40faa57188c740596f20ed16b0909cc `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing an autosized region when the content flowed in it is sized with viewport units correctly relayouts the region's contents.
regions-resizing-010 reference/regions-resizing-001-ref CSS Regions: resizing percent sized region when content flowed in it is floated ahem,dom,http http://www.w3.org/TR/css3-regions/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from a71f21dab2d0bb652c1d920d2d0fd014a22fe721 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that resizing the viewport of a page containing an percentage sized region when the content flowed in it is floated, correctly relayouts the region's contents.
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/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from fcd13084d3bae4fbcb5666502065092b77d82daa `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/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css3-regions/#regions-visual-formatting-details 8783ce2f5934b59bf0dda647dca508cb28f9d02c `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/#flow-into,http://www.w3.org/TR/css3-regions/#flow-from e793bf4602598237878cf94a02b829ac188d2325 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 0383b60b7f61b1594bdb79a38bcbe683f6355a32 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events eb39028baf7afa1871b311f199081c690749a842 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 3dbb3421cb7a0fd748a99dd1266275386680745e `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 51bd6a6c36873c2526fd7f5ee060ea8beee90619 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 9c6d46ae20770b40b6e8bfd7a0fe61908e2765b6 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 207ff6995bd914fd6cd96b9e595b14a732d9ba83 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events f73934579e30aa8037da174bd2ce8bd198dcfeed `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events f45ba72cf1d9abff4012785eafa0827a586639ad `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events fca4632841e9d847e4087e20eaef1b5259a25846 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 44aa1d13f93744a53f4eefcac6223fc80a862938 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events e3f4adb897900503c3b8d949cc3200aface8af58 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 4876b1202d5ae9e222b080c189eee3ed68e4dce6 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 3c9a4be6c33efb78d6a9e9aee0ccd0f422a12cab `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 84327fac50b53fed9dec8b013530d632946c204c `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 5d9b8a6598d7644c3bcacd8a0abccf92670d270a `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 8ca985652ca82d06b3ef7afbef9c7a0d646a3d6c `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 2ffe524194d39fe1a139307cf0bb71ab5754cf4c `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events dcbae27439e8eeef72e66bf55a0c7060fe675438 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 520f82816677c4e253b53efd3e7816ad70846790 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 0be45c48184d990aacf9a6ebca0f6fffc6dc48b2 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 7a89daa102c3b58bd1bd0265e549265af3020bd9 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 66cc9098536adef78fe87d06a9cd412c5ca2dbaf `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events abfe704a2518ea6a75ad6399f1f6d96dd74e16ca `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events a7796b96ae19e088c2fd8c4e2c591d55313ce029 `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/#the-flow-from-property,http://www.w3.org/TR/css3-regions/#relation-to-document-events 3d3816654ab9e672310c92add3f7108eb3e3c22b `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/#the-flow-from-property cbeace93b558e744bec5f423d202cf5249188bfe `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/#the-flow-from-property 32764521d104f3d840e49e23b12652d75873e1f2 `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/#the-flow-from-property 8288846a64820e6776896d33c7923ebf28ec032f `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.
regions-stacking-context-004 reference/regions-stacking-context-004-ref regions create stacking contexts ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 5a38e5bd36977a5c7143b9f7e010924eb7772a2b `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that regions create stacking contexts for content flowed into them.
regions-stacking-context-005 reference/regions-stacking-context-005-ref regions changing stacking order when as part of a stacking context ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property 9f5a26cff8a90fad0482cbae1136229d7fb48472 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that regions stacking rules take precedence over content stacking rules.
regions-transforms-001 reference/regions-transforms-001-ref CSS Regions: Transformed named flow (non-text) content http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions df8f65049018b0ba4622a006ac2c510d33a9ed54 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform is applied to the named flow non-text content.
regions-transforms-002 reference/regions-transforms-001-ref CSS Regions: Transformed named flow content element that has a child http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 5446ebdbeb1dfb6e48bde6195f12fe1bc66734e1 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the child is transformed along with the parent when the transform is applied to a named flow content node
regions-transforms-003 reference/regions-transforms-001-ref CSS Regions: Named flow content that has a transformed parent outside of the named flow http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions e3b43fb18ab66dfdcfb326afb819d19bd3bf79ce `David Alcala`<mailto:dalcala@adobe.com> This tests checks that when a transform is applied to a parent outside of the named flow but has child in the named flow, the child is not transformed along with the parent.
regions-transforms-004 reference/regions-transforms-001-ref CSS Regions: Transformed region using a 3D transform http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions 74d1a2dbee481879e40d68ef593345807e854642 `David Alcala`<mailto:dalcala@adobe.com> This test checks that a 3D transform can be applied to a region
regions-transforms-005 reference/regions-transforms-001-ref CSS Regions: perspective set on the named flow content's parent does not apply when content flows into region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#perspective-property 913e605f79c0bd7fa7a503f4ca5ac508fb83ba7d `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content that has a 3D transform does not respect the perspective set on its parent when flowed into a region.
regions-transforms-006 reference/regions-transforms-001-ref CSS Regions: 3D transform on region with named flow (text) content that overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions 84d78e1b9b1e97afeb6b483a242c53f1ff2253ee `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content flowed in a region and overflowing it is still rendered if the region has a 3D transform applied.
regions-transforms-007 reference/regions-transforms-001-ref CSS Regions: Transforms on both the named flow content and the region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 4cdf36e0c5c21021a0e7d724e40ef9f7e5cf00fc `Rebecca Hauck`<mailto:rhauck@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> Test checks that if both the content flowed in a region and the region have a transform applied, they are properly composed. More specifically, in this test the content should appear as rotated 180 degrees.
regions-transforms-008 reference/regions-transforms-008-ref CSS Regions: Transformed named flow (text) content that breaks across multiple regions and overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms 58d78346144d7c008e64511acbf572838a2a269b `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com>,`Mihai Balan`<mailto:mibalan@adobe.com> This test checks that named flow text content is transformed when it breaks across multiple regions and that the overflow remains visible.
regions-transforms-009 reference/regions-transforms-008-ref CSS Regions: Transformed region with named flow (text) content that breaks across multiple regions and overflows ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms 32378d5da8a2c8d3aabf46cfbeaa935025b9d9a6 `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the regions are transformed when named flow text content breaks across multiple regions and that the overflow remains visible.
regions-transforms-010 reference/regions-transforms-010-ref CSS Regions: Transformed region with position: relative http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 410ae95b3811f31ce90968e4de2d53ff42aa861e `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform can be applied on relative positioned region.
regions-transforms-011 reference/regions-transforms-010-ref CSS Regions: Transformed region where parent and child are separate named flow content nodes http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 82c7988143629889c2ce3be9631b84e7610771f8 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the region is transformed when a parent and its child are separate named flow content nodes flowing into it.
regions-transforms-012 reference/regions-transforms-010-ref CSS Regions: Transformed named flow content flowing into transformed region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 286dc7367be44dd51c782d349d510d57318580af `David Alcala`<mailto:dalcala@adobe.com> This test checks that named flow text content is transformed when it flows into a region that is also transformed.
regions-transforms-013 reference/regions-transforms-013-alt-ref;reference/regions-transforms-013-ref CSS Regions: Transformed named flow (monolithic) content that breaks across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms,http://www.w3.org/TR/css3-break/#breaking-rules,http://www.w3.org/TR/css3-break/#monolithic 0ae809ed1ce15a7fbfcb3dd582d9060f2d53ae8d `Rebecca Hauck`<mailto:rhauck@adobe.com>,`David Alcala`<mailto:dalcala@adobe.com> This test checks that the named flow content that is monolithic is transformed when it breaks across multiple regions whether it is sliced or overflowed at the fragmentainer edge.
regions-transforms-014 reference/regions-transforms-014-ref CSS Regions: Transform region with position:absolute and transform-origin http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#transform-origin-property 162eeff712756893589f7f2c8dece2fcbb9aaf26 `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform and transform-origin are applied to a region with absolute positioning.
regions-transforms-015 reference/regions-transforms-014-ref CSS Regions: Transformed named flow (non-text) content with transform-origin and position: absolute http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions f305b81a5b47c0a51480579f5624f81ac4fd803e `David Alcala`<mailto:dalcala@adobe.com> This test checks that the transform and transform-origin are applied to named flow content that flows into a region with absolute positioning.
regions-transforms-016 reference/regions-transforms-016-ref CSS Regions: 3D transform on named flow content with perspective() http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions d4f879754bc6591e95075fa01846b740d7cc5615 `David Alcala`<mailto:dalcala@adobe.com> This test checks that a 3D transform is applied with perspective to named flow content.
regions-transforms-017 reference/regions-transforms-017-ref CSS Regions: Multiple transformed named flow content nodes that overflow a region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions 19be2df0fec774323f9657f8f3a4f239fc5e5c60 `David Alcala`<mailto:dalcala@adobe.com> This test checks that multiple named flow content nodes are transformed into a region and that the overflow remains visible.
regions-transforms-018 reference/regions-transforms-018-ref CSS Regions: 3D transform on named flow (text) content that overflows a region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions 37f5de6aae25dd7cef06f1aee9d21432e3034d0f `Mihai Balan`<mailto:mibalan@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> Test checks that content that is transformed does not clip when flowed in a region.
regions-transforms-019 reference/regions-transforms-019-ref CSS Regions: 3D transform on named flow (text) content with perspective property set on region ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions,http://www.w3.org/TR/css-transforms-1/#perspective-property,http://www.w3.org/TR/css-transforms-1/#perspective-origin-property a47a0531097e5be07dbb25a4b3146ba5e9f2bfd1 `Mihai Balan`<mailto:mibalan@adobe.com> Test checks that the 3D transform is applied named content flow, that the perspective set on the region is applied, and that the content is not clipped when the perspective is shifted
regions-transforms-020 reference/regions-transforms-020-ref CSS Regions: Transformed region with named flow (fragmentable) content that breaks across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms,http://www.w3.org/TR/css3-break/#breaking-rules 8c0ae042b61a7bf518608af69c63134156a08fde `David Alcala`<mailto:dalcala@adobe.com>,`Rebecca Hauck`<mailto:rhauck@adobe.com> This test checks that the named flow content that is fragmentable (has a break point) is transformed when it breaks across multiple regions.
regions-transforms-021 reference/regions-transforms-020-ref CSS Regions: Transforms on multiple named flow (non-text) content nodes that break across multiple regions http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms f0ae7ad886e17d887f432e628bbfba95b31ef6e7 `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 node that breaks across multiple regions and that each fragment has its own transform origin.
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/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions,http://www.w3.org/TR/css3-break/#transforms b80d65f89251dfe278eb59a5f16ed68c73f73328 `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/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#pagination 6a5465888880560af82a53de8f5d7f4764197ecd `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/#the-flow-from-property,http://www.w3.org/TR/css-transforms-1/#transform-functions 292acadfb0a71a94df81324dfe07f1da536f81c1 `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/#the-flow-from-property,http://www.w3.org/TR/css-flexbox-1/#visibility-collapse ac60324f0beee9f824fcec5826dab5393f01cf81 `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.