CSS will-change: 'will-change: mix-blend-mode' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
CSS will-change: 'will-change: isolation' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
+
+
+
diff --git a/tests/wpt/css-tests/compositing-1_dev/html/reference/green-square-100-by-100-ref.htm b/tests/wpt/css-tests/compositing-1_dev/html/reference/green-square-100-by-100-ref.htm
new file mode 100644
index 00000000000..d03521b5bb1
--- /dev/null
+++ b/tests/wpt/css-tests/compositing-1_dev/html/reference/green-square-100-by-100-ref.htm
@@ -0,0 +1,13 @@
+
+
+CSS will-change reference
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/compositing-1_dev/html/reftest-toc.htm b/tests/wpt/css-tests/compositing-1_dev/html/reftest-toc.htm
index b72882ab16a..5f49c25f162 100644
--- a/tests/wpt/css-tests/compositing-1_dev/html/reftest-toc.htm
+++ b/tests/wpt/css-tests/compositing-1_dev/html/reftest-toc.htm
@@ -24,6 +24,22 @@
CSS will-change: 'will-change: mix-blend-mode' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
CSS will-change: 'will-change: isolation' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
+
+
+
diff --git a/tests/wpt/css-tests/compositing-1_dev/xhtml1/reference/green-square-100-by-100-ref.xht b/tests/wpt/css-tests/compositing-1_dev/xhtml1/reference/green-square-100-by-100-ref.xht
new file mode 100644
index 00000000000..e7cd0a7c654
--- /dev/null
+++ b/tests/wpt/css-tests/compositing-1_dev/xhtml1/reference/green-square-100-by-100-ref.xht
@@ -0,0 +1,13 @@
+
+
+CSS will-change reference
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/compositing-1_dev/xhtml1/reftest-toc.xht b/tests/wpt/css-tests/compositing-1_dev/xhtml1/reftest-toc.xht
index d845052acfd..6c364c4aede 100644
--- a/tests/wpt/css-tests/compositing-1_dev/xhtml1/reftest-toc.xht
+++ b/tests/wpt/css-tests/compositing-1_dev/xhtml1/reftest-toc.xht
@@ -24,6 +24,22 @@
CSS will-change: 'will-change: mix-blend-mode' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
CSS will-change: 'will-change: isolation' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
+
+
+
diff --git a/tests/wpt/css-tests/compositing-1_dev/xhtml1print/reference/green-square-100-by-100-ref.xht b/tests/wpt/css-tests/compositing-1_dev/xhtml1print/reference/green-square-100-by-100-ref.xht
new file mode 100644
index 00000000000..e7cd0a7c654
--- /dev/null
+++ b/tests/wpt/css-tests/compositing-1_dev/xhtml1print/reference/green-square-100-by-100-ref.xht
@@ -0,0 +1,13 @@
+
+
+CSS will-change reference
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/compositing-1_dev/xhtml1print/reftest-toc.xht b/tests/wpt/css-tests/compositing-1_dev/xhtml1print/reftest-toc.xht
index d845052acfd..6c364c4aede 100644
--- a/tests/wpt/css-tests/compositing-1_dev/xhtml1print/reftest-toc.xht
+++ b/tests/wpt/css-tests/compositing-1_dev/xhtml1print/reftest-toc.xht
@@ -24,6 +24,22 @@
Check that setting 'display' property to 'none' terminates running animation applied to the element, and updating 'display' property to a value other than 'none' will start the animation.
When animation-delay is set to a negative time offset, animation will execute as soon as it is applied but act as if the animation had started the specified time in the past.
When animation-direction is set to alternate, animation cycle will iteration that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate-reverse, the animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
Check that setting 'display' property to 'none' terminates running animation applied to the element, and updating 'display' property to a value other than 'none' will start the animation.
When animation-duration is set to 0s (zero seconds), and 'animation-fill-mode' is set to 'forwards', the last frame of the animation will be displayed.
When animation-fill-mode is set to backwards, animation-delay is set a positive time offset, and animation-direction is 'normal' or 'alternate-reverse', animation will apply the from or 0% keyframe that will start the first iteration.
animation-timing-function - cubic-bezier with parameters (0,0,1,1)
+
+
When animation-timing-function is set to cubic-bezier with parameters (0,0,1,1), animation will progress over one cycle of its duration with constant speed.
Check that animation-timing-function is set to ease-out, animation will start with higher (than the normal) speed and relatively slow down as time progresses.
When animation-timing-function is set to step-end, animation will play the end effect at the end time point, and keep the start effect at the start of the interval.
animation-timing-function - steps with parameters (<number>, start)
+
+
When animation-timing-function is set to steps with paramenters (<number>, start), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the start of the interval.
animation-timing-function - steps with parameters (<number>, end)
+
+
When animation-timing-function is set to steps with paramenters (<number>, end), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the end of the interval.
When animation-delay is set to a negative time offset, animation will execute as soon as it is applied but act as if the animation had started the specified time in the past.
When animation-direction is set to alternate, animation cycle will iteration that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate-reverse, the animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
Check that setting 'display' property to 'none' terminates running animation applied to the element, and updating 'display' property to a value other than 'none' will start the animation.
When animation-duration is set to 0s (zero seconds), and 'animation-fill-mode' is set to 'forwards', the last frame of the animation will be displayed.
When animation-fill-mode is set to backwards, animation-delay is set a positive time offset, and animation-direction is 'normal' or 'alternate-reverse', animation will apply the from or 0% keyframe that will start the first iteration.
animation-timing-function - cubic-bezier with parameters (0,0,1,1)
+
+
When animation-timing-function is set to cubic-bezier with parameters (0,0,1,1), animation will progress over one cycle of its duration with constant speed.
Check that animation-timing-function is set to ease-out, animation will start with higher (than the normal) speed and relatively slow down as time progresses.
When animation-timing-function is set to step-end, animation will play the end effect at the end time point, and keep the start effect at the start of the interval.
animation-timing-function - steps with parameters (<number>, start)
+
+
When animation-timing-function is set to steps with paramenters (<number>, start), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the start of the interval.
animation-timing-function - steps with parameters (<number>, end)
+
+
When animation-timing-function is set to steps with paramenters (<number>, end), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the end of the interval.
When animation-delay is set to a negative time offset, animation will execute as soon as it is applied but act as if the animation had started the specified time in the past.
animation-timing-function - cubic-bezier with parameters (0,0,1,1)
+
+
When animation-timing-function is set to cubic-bezier with parameters (0,0,1,1), animation will progress over one cycle of its duration with constant speed.
Check that animation-timing-function is set to ease-out, animation will start with higher (than the normal) speed and relatively slow down as time progresses.
When animation-timing-function is set to step-end, animation will play the end effect at the end time point, and keep the start effect at the start of the interval.
animation-timing-function - steps with parameters (<number>, start)
+
+
When animation-timing-function is set to steps with paramenters (<number>, start), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the start of the interval.
animation-timing-function - steps with parameters (<number>, end)
+
+
When animation-timing-function is set to steps with paramenters (<number>, end), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the end of the interval.
When animation-direction is set to alternate, animation cycle will iteration that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate-reverse, the animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate, animation cycle will iteration that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate-reverse, the animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-delay is set to a negative time offset, animation will execute as soon as it is applied but act as if the animation had started the specified time in the past.
When animation-fill-mode is set to backwards, animation-delay is set a positive time offset, and animation-direction is 'normal' or 'alternate-reverse', animation will apply the from or 0% keyframe that will start the first iteration.
When animation-duration is set to 0s (zero seconds), and 'animation-fill-mode' is set to 'forwards', the last frame of the animation will be displayed.
When animation-fill-mode is set to backwards, animation-delay is set a positive time offset, and animation-direction is 'normal' or 'alternate-reverse', animation will apply the from or 0% keyframe that will start the first iteration.
animation-timing-function - steps with parameters (<number>, start)
+
+
When animation-timing-function is set to steps with paramenters (<number>, start), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the start of the interval.
animation-timing-function - steps with parameters (<number>, end)
+
+
When animation-timing-function is set to steps with paramenters (<number>, end), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the end of the interval.
Check that setting 'display' property to 'none' terminates running animation applied to the element, and updating 'display' property to a value other than 'none' will start the animation.
When animation-delay is set to a negative time offset, animation will execute as soon as it is applied but act as if the animation had started the specified time in the past.
When animation-direction is set to alternate, animation cycle will iteration that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate-reverse, the animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
Check that setting 'display' property to 'none' terminates running animation applied to the element, and updating 'display' property to a value other than 'none' will start the animation.
When animation-duration is set to 0s (zero seconds), and 'animation-fill-mode' is set to 'forwards', the last frame of the animation will be displayed.
When animation-fill-mode is set to backwards, animation-delay is set a positive time offset, and animation-direction is 'normal' or 'alternate-reverse', animation will apply the from or 0% keyframe that will start the first iteration.
animation-timing-function - cubic-bezier with parameters (0,0,1,1)
+
+
When animation-timing-function is set to cubic-bezier with parameters (0,0,1,1), animation will progress over one cycle of its duration with constant speed.
Check that animation-timing-function is set to ease-out, animation will start with higher (than the normal) speed and relatively slow down as time progresses.
When animation-timing-function is set to step-end, animation will play the end effect at the end time point, and keep the start effect at the start of the interval.
animation-timing-function - steps with parameters (<number>, start)
+
+
When animation-timing-function is set to steps with paramenters (<number>, start), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the start of the interval.
animation-timing-function - steps with parameters (<number>, end)
+
+
When animation-timing-function is set to steps with paramenters (<number>, end), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the end of the interval.
When animation-delay is set to a negative time offset, animation will execute as soon as it is applied but act as if the animation had started the specified time in the past.
When animation-direction is set to alternate, animation cycle will iteration that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate-reverse, the animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
Check that setting 'display' property to 'none' terminates running animation applied to the element, and updating 'display' property to a value other than 'none' will start the animation.
When animation-duration is set to 0s (zero seconds), and 'animation-fill-mode' is set to 'forwards', the last frame of the animation will be displayed.
When animation-fill-mode is set to backwards, animation-delay is set a positive time offset, and animation-direction is 'normal' or 'alternate-reverse', animation will apply the from or 0% keyframe that will start the first iteration.
animation-timing-function - cubic-bezier with parameters (0,0,1,1)
+
+
When animation-timing-function is set to cubic-bezier with parameters (0,0,1,1), animation will progress over one cycle of its duration with constant speed.
Check that animation-timing-function is set to ease-out, animation will start with higher (than the normal) speed and relatively slow down as time progresses.
When animation-timing-function is set to step-end, animation will play the end effect at the end time point, and keep the start effect at the start of the interval.
animation-timing-function - steps with parameters (<number>, start)
+
+
When animation-timing-function is set to steps with paramenters (<number>, start), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the start of the interval.
animation-timing-function - steps with parameters (<number>, end)
+
+
When animation-timing-function is set to steps with paramenters (<number>, end), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the end of the interval.
When animation-delay is set to a negative time offset, animation will execute as soon as it is applied but act as if the animation had started the specified time in the past.
animation-timing-function - cubic-bezier with parameters (0,0,1,1)
+
+
When animation-timing-function is set to cubic-bezier with parameters (0,0,1,1), animation will progress over one cycle of its duration with constant speed.
Check that animation-timing-function is set to ease-out, animation will start with higher (than the normal) speed and relatively slow down as time progresses.
When animation-timing-function is set to step-end, animation will play the end effect at the end time point, and keep the start effect at the start of the interval.
animation-timing-function - steps with parameters (<number>, start)
+
+
When animation-timing-function is set to steps with paramenters (<number>, start), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the start of the interval.
animation-timing-function - steps with parameters (<number>, end)
+
+
When animation-timing-function is set to steps with paramenters (<number>, end), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the end of the interval.
When animation-direction is set to alternate, animation cycle will iteration that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate-reverse, the animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate, animation cycle will iteration that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-direction is set to alternate-reverse, the animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction.
When animation-delay is set to a negative time offset, animation will execute as soon as it is applied but act as if the animation had started the specified time in the past.
When animation-fill-mode is set to backwards, animation-delay is set a positive time offset, and animation-direction is 'normal' or 'alternate-reverse', animation will apply the from or 0% keyframe that will start the first iteration.
When animation-duration is set to 0s (zero seconds), and 'animation-fill-mode' is set to 'forwards', the last frame of the animation will be displayed.
When animation-fill-mode is set to backwards, animation-delay is set a positive time offset, and animation-direction is 'normal' or 'alternate-reverse', animation will apply the from or 0% keyframe that will start the first iteration.
animation-timing-function - steps with parameters (<number>, start)
+
+
When animation-timing-function is set to steps with paramenters (<number>, start), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the start of the interval.
animation-timing-function - steps with parameters (<number>, end)
+
+
When animation-timing-function is set to steps with paramenters (<number>, end), animation will be defined by the number that divides the domain of operation into equally size intervals, evey time the changes happens at the end of the interval.
Scrolling when ‘background-attachment: local’
+
Scrolling when 'background-attachment: local'
If 'background-attachment: local' the background scrolls along with the element's contents (the UA may treat 'background-clip: border-box' as the same as 'background-clip: padding-box').
Original aspect ratio of image is maintained when ‘background-size: auto’ and ‘background-repeat: round'
+
Original aspect ratio of image is maintained when 'background-size: auto' and 'background-repeat: round'
If 'background-repeat' is 'round' for one dimension only and if 'background-size' is 'auto' in the other dimension, then the other dimension is sclaed so that the original aspect ratio is restored.
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/chapter-7.htm b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/chapter-7.htm
index cf7a91d3bc1..5fa14d03717 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/chapter-7.htm
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/chapter-7.htm
@@ -38,14 +38,14 @@
+7.1 Drop Shadows: the ‘box-shadow’ property
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reftest.list b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reftest.list
index 61338012f7f..795fec6dfab 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reftest.list
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reftest.list
@@ -213,6 +213,7 @@ border-top-right-radius-009.htm == border-top-right-radius-007.htm
border-top-right-radius-010.htm == reference/border-radius-001-ref.htm
border-top-right-radius-011.htm == reference/border-radius-001-ref.htm
border-top-right-radius-014.htm == reference/border-radius-001-ref.htm
+box-shadow-001.htm == reference/box-shadow-001-ref.htm
box-shadow-inset-spread-without-border-radius.htm == reference/box-shadow-inset-spread-without-border-radius.htm
box-shadow-inset-without-border-radius.htm == reference/box-shadow-inset-without-border-radius.htm
box-shadow-outset-spread-without-border-radius.htm == reference/box-shadow-outset-spread-without-border-radius.htm
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/pattern-grg-rgr-grg.png b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/pattern-grg-rgr-grg.png
index 6fcfeb4883e..9b88fbd8114 100644
Binary files a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/pattern-grg-rgr-grg.png and b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/pattern-grg-rgr-grg.png differ
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/pattern-rgr-grg-rgr.png b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/pattern-rgr-grg-rgr.png
index db8ed5cf7bd..d454e3a630c 100644
Binary files a/tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/pattern-rgr-grg-rgr.png and b/tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/pattern-rgr-grg-rgr.png differ
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css-backgrounds-3_dev/implementation-report-TEMPLATE.data
index e995a6090b7..7c9b0b1a482 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/implementation-report-TEMPLATE.data
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/implementation-report-TEMPLATE.data
@@ -101,8 +101,8 @@ html4/background-336.htm d8ffb8c3574d7c27ba4ba04d34fba948debf922b ?
xhtml1/background-336.xht d8ffb8c3574d7c27ba4ba04d34fba948debf922b ?
html4/background-attachment-fixed.htm 8da0f6cc1e67b1609fa31df814b55c7e4048b6ec ?
xhtml1/background-attachment-fixed.xht 8da0f6cc1e67b1609fa31df814b55c7e4048b6ec ?
-html4/background-attachment-local-scrolling.htm 8e7f9a0312083d97751cec1ac8a76190f1d68a1e ?
-xhtml1/background-attachment-local-scrolling.xht 8e7f9a0312083d97751cec1ac8a76190f1d68a1e ?
+html4/background-attachment-local-scrolling.htm 6947df98c06fb21d63351e8fa064e8575ae3853b ?
+xhtml1/background-attachment-local-scrolling.xht 6947df98c06fb21d63351e8fa064e8575ae3853b ?
html4/background-attachment-local.htm 2872cbeb53db7bc4c1b90bc27363d57cb5c42e99 ?
xhtml1/background-attachment-local.xht 2872cbeb53db7bc4c1b90bc27363d57cb5c42e99 ?
html4/background-clip-001.htm 9fb84a761767b000ab557c7de2f79d3722c5ae9d ?
@@ -277,8 +277,8 @@ html4/background-size-035.htm 80b65cb2ec6b6ccce3f65ae447260464a1b71543 ?
xhtml1/background-size-035.xht 80b65cb2ec6b6ccce3f65ae447260464a1b71543 ?
html4/background-size-applies-to-block.htm 0a809377a72418e1524250623b7a77d47301b6cd ?
xhtml1/background-size-applies-to-block.xht 0a809377a72418e1524250623b7a77d47301b6cd ?
-html4/background-size-aspect-ratio.htm d9c9465cefea2ddc3c52c03330c391b9dcc4aba9 ?
-xhtml1/background-size-aspect-ratio.xht d9c9465cefea2ddc3c52c03330c391b9dcc4aba9 ?
+html4/background-size-aspect-ratio.htm 33a11227d1894e790f93cad6a1bccfeb2062ed55 ?
+xhtml1/background-size-aspect-ratio.xht 33a11227d1894e790f93cad6a1bccfeb2062ed55 ?
html4/background-size-contain-001.htm 05cdf4865cccd39a1f9526405bae59207c138b6a ?
xhtml1/background-size-contain-001.xht 05cdf4865cccd39a1f9526405bae59207c138b6a ?
html4/background-size-contain-002.htm 5212c53da511bfd45de61fb9c0eb79a25a809b4d ?
@@ -659,8 +659,8 @@ html4/border-top-right-radius-014.htm da34f4b7b8e9fa8b5f62323c478a8ce6ca5add2b ?
xhtml1/border-top-right-radius-014.xht da34f4b7b8e9fa8b5f62323c478a8ce6ca5add2b ?
html4/border-top-right-radius-values-004.htm b0b8efe5ffbb9afb0e6430321784891fd69d1da3 ?
xhtml1/border-top-right-radius-values-004.xht b0b8efe5ffbb9afb0e6430321784891fd69d1da3 ?
-html4/box-shadow-001.htm 1c8548de168515500a4953975a935d49352c76d8 ?
-xhtml1/box-shadow-001.xht 1c8548de168515500a4953975a935d49352c76d8 ?
+html4/box-shadow-001.htm 5937733dbf81339f32c8be0e25aa99021a4841b9 ?
+xhtml1/box-shadow-001.xht 5937733dbf81339f32c8be0e25aa99021a4841b9 ?
html4/box-shadow-002.htm 51e9728d7bb6c05d90f699ee55f11a6aac8c0dc8 ?
xhtml1/box-shadow-002.xht 51e9728d7bb6c05d90f699ee55f11a6aac8c0dc8 ?
html4/box-shadow-003.htm 2e612545b32f7aa9da6ba0fcc4a230f5229ea0c8 ?
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/testinfo.data b/tests/wpt/css-tests/css-backgrounds-3_dev/testinfo.data
index 5f9e060b16e..7289397fe11 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/testinfo.data
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/testinfo.data
@@ -49,7 +49,7 @@ background-335 background shorthand - only one value dom,script http://ww
background-336 background shorthand - two values dom,script http://www.w3.org/TR/css3-background/#the-background d8ffb8c3574d7c27ba4ba04d34fba948debf922b `Intel` Check if two values are present, then the first sets 'background-origin' and the second 'background-clip'
background-attachment-fixed 'Background-attachment' with value 'fixed' interact http://www.w3.org/TR/css3-background/#the-background-attachment 8da0f6cc1e67b1609fa31df814b55c7e4048b6ec `Melanie Archer` If 'background-attachment' is given the value 'fixed,' then the background image remains fixed in relation to the user agent viewport when the viewport is scrolled.
background-attachment-local 'Background-attachment' with value 'local' interact http://www.w3.org/TR/css3-background/#the-background-attachment 2872cbeb53db7bc4c1b90bc27363d57cb5c42e99 `Melanie Archer` If 'background-attachment' is given the value 'local,' then the background image scrolls with the containing element's content when the element's content is scrolled
-background-attachment-local-scrolling Scrolling when ‘background-attachment: local’ http://www.w3.org/TR/css3-background/#the-background-attachment 8e7f9a0312083d97751cec1ac8a76190f1d68a1e `Microsoft` If 'background-attachment: local' the background scrolls along with the element's contents (the UA may treat 'background-clip: border-box' as the same as 'background-clip: padding-box').
+background-attachment-local-scrolling Scrolling when 'background-attachment: local' http://www.w3.org/TR/css3-background/#the-background-attachment 6947df98c06fb21d63351e8fa064e8575ae3853b `Microsoft` If 'background-attachment: local' the background scrolls along with the element's contents (the UA may treat 'background-clip: border-box' as the same as 'background-clip: padding-box').
background-clip-001 background-clip - initial and supported values dom,script http://www.w3.org/TR/css3-background/#the-background-clip 9fb84a761767b000ab557c7de2f79d3722c5ae9d `Intel` Check if background-clip initial value is border-box and supports values border-box, padding-box and content-box
background-clip-002 reference/background-clip-002-ref background-clip - initial value http://www.w3.org/TR/css3-background/#the-background-clip 92d0780fa1c4f198383b320d83a886b64d766ebe `Intel` Background-clip with initial value implies to paint the background within (clipped to) the border box.
background-clip-003 reference/background-clip-002-ref background-clip - border-box keyword value http://www.w3.org/TR/css3-background/#the-background-clip 0986afc648919557886750b754a717b8e58139fe `Intel` Background-clip with 'border-box' implies to paint the background within (clipped to) the border box.
@@ -136,7 +136,7 @@ background-size-033 background-size - applies to ::first-line pseudo-element im
background-size-034 reference/ref-filled-green-100px-square background-size - inherit keyword value image http://www.w3.org/TR/css3-background/#the-background-size,http://www.w3.org/TR/css3-background/#values 22985092746796a4def9577bb1388c959bb98c5d `Intel` Check if background-size supports inherit keyword as its property value.
background-size-035 reference/background-size-ref background-size conflicts with background-attachment http://www.w3.org/TR/css3-background/#the-background-size 80b65cb2ec6b6ccce3f65ae447260464a1b71543 `xiaochun` The test passes if we can see the background-image is exactly same as above.
background-size-applies-to-block 'Background-size' applied to element with a display of 'block'. http://www.w3.org/TR/css3-background/#the-background-size 0a809377a72418e1524250623b7a77d47301b6cd `Microsoft` 'Background-size' property applies to elements with 'display: block'.
-background-size-aspect-ratio Original aspect ratio of image is maintained when ‘background-size: auto’ and ‘background-repeat: round' http://www.w3.org/TR/css3-background/#the-background-size d9c9465cefea2ddc3c52c03330c391b9dcc4aba9 `Microsoft` If 'background-repeat' is 'round' for one dimension only and if 'background-size' is 'auto' in the other dimension, then the other dimension is sclaed so that the original aspect ratio is restored.
+background-size-aspect-ratio Original aspect ratio of image is maintained when 'background-size: auto' and 'background-repeat: round' http://www.w3.org/TR/css3-background/#the-background-size 33a11227d1894e790f93cad6a1bccfeb2062ed55 `Microsoft` If 'background-repeat' is 'round' for one dimension only and if 'background-size' is 'auto' in the other dimension, then the other dimension is sclaed so that the original aspect ratio is restored.
background-size-contain reference/background-size-contain background-size:contain image http://www.w3.org/TR/css3-background/#the-background-size 87c250883a042d9dff85ed1762d5584197a0e156 `Jeffrey Carl Faden` The background image is scaled, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area.
background-size-contain-001 reference/ref-filled-green-100px-square background-size - contain keyword value image http://www.w3.org/TR/css3-background/#the-background-size 05cdf4865cccd39a1f9526405bae59207c138b6a `Intel` Check if 'background-size' is 'contain' that it scales the background-image, while preserving its intrinsic aspect ratio (it is 1:1 in this test), to the largest size such that both its width and its height can fit inside the background positioning area. In this test, the background-image should be scaled to become 100px by 100px.
background-size-contain-002 reference/ref-filled-green-100px-square background-size - contain keyword value image http://www.w3.org/TR/css3-background/#the-background-size 5212c53da511bfd45de61fb9c0eb79a25a809b4d `Intel` Check if 'background-size' is 'contain' that it scales the background-image, while preserving its intrinsic aspect ratio (it is 1:1 in this test), to the largest size such that both its width and its height can fit inside the background positioning area. In this test, the background-image should be scaled to become 100px by 100px.
@@ -327,7 +327,7 @@ border-top-right-radius-012 Borders. Border-top-right-radius using two length v
border-top-right-radius-013 Borders. Border-top-right-radius using two length values: 40pt 2pc http://www.w3.org/TR/css3-background/#the-border-radius 3cd7b5e00e8ee28be18076ef7204312707b643da `Nokia` To verify border-top-right-radius property sets to two length values (with different units), works fine
border-top-right-radius-014 reference/border-radius-001-ref Borders. Border-top-right-radius using two length values: 50px -25px http://www.w3.org/TR/css3-background/#the-border-radius da34f4b7b8e9fa8b5f62323c478a8ce6ca5add2b `Nokia` To verify if one length value is negative for border-top-right-radius, then the element is not rounded.
border-top-right-radius-values-004 Percentage for the vertical radius of 'border-top-right-radius' refers to the height of the border box. http://www.w3.org/TR/css3-background/#border-radius b0b8efe5ffbb9afb0e6430321784891fd69d1da3 `Microsoft` Percentage for the vertical radius of 'border-top-right-radius' refers to the height of the border box.
-box-shadow-001 Positive value of horizontal offset internal http://www.w3.org/TR/css3-background/#the-box-shadow 1c8548de168515500a4953975a935d49352c76d8 `Microsoft` A positive value for the horizontal offset of the 'box-shadow' draws a shadow that is offset to the right of the box.
+box-shadow-001 reference/box-shadow-001-ref Box-Shadow property http://www.w3.org/TR/css3-background/#the-box-shadow 5937733dbf81339f32c8be0e25aa99021a4841b9 `Marc Silverman` Testing simple drop shadow with the box-shadow property
box-shadow-002 Positive values for spread distance http://www.w3.org/TR/css3-background/#the-box-shadow 51e9728d7bb6c05d90f699ee55f11a6aac8c0dc8 `Microsoft` Positive values of the spread distance cause the shadow to grow in all directions by the specified distance.
box-shadow-003 Layering of box shadows http://www.w3.org/TR/css3-background/#the-background-size 2e612545b32f7aa9da6ba0fcc4a230f5229ea0c8 `Microsoft` Shadow effects are applied front to back, where the first shadow is on the top and the last shadow is on the bottom.
box-shadow-004 Negative value for blur radius http://www.w3.org/TR/css3-background/#the-box-shadow ab393af60215943f4f47e4a7455d41fe6fb2de5e `Microsoft` Negative values for the blur radius of the 'box-shadow' are not allowed.
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/background-attachment-local-scrolling.xht b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/background-attachment-local-scrolling.xht
index af82958f8fa..084d27b482f 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/background-attachment-local-scrolling.xht
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/background-attachment-local-scrolling.xht
@@ -1,6 +1,6 @@
- CSS Test: Scrolling when ‘background-attachment: local’
+ CSS Test: Scrolling when 'background-attachment: local'
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/background-size-aspect-ratio.xht b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/background-size-aspect-ratio.xht
index 2e8c392bcfd..808687e5428 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/background-size-aspect-ratio.xht
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/background-size-aspect-ratio.xht
@@ -1,6 +1,6 @@
- CSS Test: Original aspect ratio of image is maintained when ‘background-size: auto’ and ‘background-repeat: round'
+ CSS Test: Original aspect ratio of image is maintained when 'background-size: auto' and 'background-repeat: round'
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/box-shadow-001.xht b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/box-shadow-001.xht
index 91fdc855a46..f2f15c37ea9 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/box-shadow-001.xht
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/box-shadow-001.xht
@@ -1,32 +1,36 @@
- CSS Test: Positive value of horizontal offset
-
-
-
-
-
-
-
-
Test passes if there is no red visible on the page.
The test passes if there is a green drop shadow and no red.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/chapter-3.xht b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/chapter-3.xht
index f2d5fbab411..8622525a3ee 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/chapter-3.xht
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/chapter-3.xht
@@ -832,7 +832,7 @@
background-attachment-local-scrolling
-
Scrolling when ‘background-attachment: local’
+
Scrolling when 'background-attachment: local'
If 'background-attachment: local' the background scrolls along with the element's contents (the UA may treat 'background-clip: border-box' as the same as 'background-clip: padding-box').
Original aspect ratio of image is maintained when ‘background-size: auto’ and ‘background-repeat: round'
+
Original aspect ratio of image is maintained when 'background-size: auto' and 'background-repeat: round'
If 'background-repeat' is 'round' for one dimension only and if 'background-size' is 'auto' in the other dimension, then the other dimension is sclaed so that the original aspect ratio is restored.
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/chapter-7.xht b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/chapter-7.xht
index 544bd89c98b..7da0fd0d205 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/chapter-7.xht
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1/chapter-7.xht
@@ -38,14 +38,14 @@
+7.1 Drop Shadows: the ‘box-shadow’ property
The test passes if there is a green drop shadow and no red.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/chapter-3.xht b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/chapter-3.xht
index f2d5fbab411..8622525a3ee 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/chapter-3.xht
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/chapter-3.xht
@@ -832,7 +832,7 @@
background-attachment-local-scrolling
-
Scrolling when ‘background-attachment: local’
+
Scrolling when 'background-attachment: local'
If 'background-attachment: local' the background scrolls along with the element's contents (the UA may treat 'background-clip: border-box' as the same as 'background-clip: padding-box').
Original aspect ratio of image is maintained when ‘background-size: auto’ and ‘background-repeat: round'
+
Original aspect ratio of image is maintained when 'background-size: auto' and 'background-repeat: round'
If 'background-repeat' is 'round' for one dimension only and if 'background-size' is 'auto' in the other dimension, then the other dimension is sclaed so that the original aspect ratio is restored.
diff --git a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/chapter-7.xht b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/chapter-7.xht
index 544bd89c98b..7da0fd0d205 100644
--- a/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/chapter-7.xht
+++ b/tests/wpt/css-tests/css-backgrounds-3_dev/xhtml1print/chapter-7.xht
@@ -38,14 +38,14 @@
+7.1 Drop Shadows: the ‘box-shadow’ property
CSS will-change: 'will-change: opacity' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
+
+
+
diff --git a/tests/wpt/css-tests/css-color-3_dev/html4/reference/green-square-100-by-100-ref.htm b/tests/wpt/css-tests/css-color-3_dev/html4/reference/green-square-100-by-100-ref.htm
new file mode 100644
index 00000000000..d03521b5bb1
--- /dev/null
+++ b/tests/wpt/css-tests/css-color-3_dev/html4/reference/green-square-100-by-100-ref.htm
@@ -0,0 +1,13 @@
+
+
+CSS will-change reference
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-color-3_dev/html4/reftest-toc.htm b/tests/wpt/css-tests/css-color-3_dev/html4/reftest-toc.htm
index 3f2214b0c65..59cd865389a 100644
--- a/tests/wpt/css-tests/css-color-3_dev/html4/reftest-toc.htm
+++ b/tests/wpt/css-tests/css-color-3_dev/html4/reftest-toc.htm
@@ -392,6 +392,14 @@
CSS will-change: 'will-change: opacity' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
+
+
+
diff --git a/tests/wpt/css-tests/css-color-3_dev/xhtml1/reference/green-square-100-by-100-ref.xht b/tests/wpt/css-tests/css-color-3_dev/xhtml1/reference/green-square-100-by-100-ref.xht
new file mode 100644
index 00000000000..e7cd0a7c654
--- /dev/null
+++ b/tests/wpt/css-tests/css-color-3_dev/xhtml1/reference/green-square-100-by-100-ref.xht
@@ -0,0 +1,13 @@
+
+
+CSS will-change reference
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-color-3_dev/xhtml1/reftest-toc.xht b/tests/wpt/css-tests/css-color-3_dev/xhtml1/reftest-toc.xht
index ef34cb5828b..48c30eab0a0 100644
--- a/tests/wpt/css-tests/css-color-3_dev/xhtml1/reftest-toc.xht
+++ b/tests/wpt/css-tests/css-color-3_dev/xhtml1/reftest-toc.xht
@@ -392,6 +392,14 @@
CSS will-change: 'will-change: opacity' creates a stacking context
+
+
If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.
+
+
+
diff --git a/tests/wpt/css-tests/css-color-3_dev/xhtml1print/reference/green-square-100-by-100-ref.xht b/tests/wpt/css-tests/css-color-3_dev/xhtml1print/reference/green-square-100-by-100-ref.xht
new file mode 100644
index 00000000000..e7cd0a7c654
--- /dev/null
+++ b/tests/wpt/css-tests/css-color-3_dev/xhtml1print/reference/green-square-100-by-100-ref.xht
@@ -0,0 +1,13 @@
+
+
+CSS will-change reference
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-color-3_dev/xhtml1print/reftest-toc.xht b/tests/wpt/css-tests/css-color-3_dev/xhtml1print/reftest-toc.xht
index ef34cb5828b..48c30eab0a0 100644
--- a/tests/wpt/css-tests/css-color-3_dev/xhtml1print/reftest-toc.xht
+++ b/tests/wpt/css-tests/css-color-3_dev/xhtml1print/reftest-toc.xht
@@ -392,6 +392,14 @@
Testing the sizing of a stretched horizontal flex container in a vertical flex container
If a stretched flex item's main size is influenced by its cross size, and the flex container has a definite cross size, then the item's cross size should be resolved early so that it can be used when determining the item's main size
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/flex-flexitem-percentage-prescation.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/flex-flexitem-percentage-prescation.htm
index dc1bd5d0885..35583b9ae2e 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/html/flex-flexitem-percentage-prescation.htm
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/flex-flexitem-percentage-prescation.htm
@@ -10,16 +10,13 @@
#test
{
background: blue;
- display: -webkit-flex;
display: flex;
height:300px;
width:101px;
}
p {
flex:1;
- -webkit-flex:1;
background:red;
- -webkit-flex-direction:row;
flex-direction:row;
margin:0 0 0 0;
}
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/flex-order.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/flex-order.htm
index abdcc31a5ec..206928afc8b 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/html/flex-order.htm
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/flex-order.htm
@@ -7,20 +7,20 @@
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-002.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-002.htm
new file mode 100644
index 00000000000..8383b48b775
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-002.htm
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-003.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-003.htm
new file mode 100644
index 00000000000..83d4cb72e20
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-003.htm
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
L
+
M
+
B
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-004.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-004.htm
new file mode 100644
index 00000000000..8ec0d7d7504
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-004.htm
@@ -0,0 +1,58 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
B
+
L
+
M
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-005.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-005.htm
new file mode 100644
index 00000000000..98bd6981850
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-auto-placement-005.htm
@@ -0,0 +1,58 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
Y
+
M
+
B
+
L
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-001.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-001.htm
new file mode 100644
index 00000000000..a87466a7525
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-001.htm
@@ -0,0 +1,38 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-002.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-002.htm
new file mode 100644
index 00000000000..882a7ff7396
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-002.htm
@@ -0,0 +1,38 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-003.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-003.htm
new file mode 100644
index 00000000000..44d66e11cbc
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-003.htm
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-004.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-004.htm
new file mode 100644
index 00000000000..cde595fd7d6
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-004.htm
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-005.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-005.htm
new file mode 100644
index 00000000000..107738d6a8d
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-inline-order-property-painting-005.htm
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-001.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-001.htm
new file mode 100644
index 00000000000..905d5982d2e
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-001.htm
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-002.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-002.htm
new file mode 100644
index 00000000000..55ded02686d
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-002.htm
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-003.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-003.htm
new file mode 100644
index 00000000000..157c0a92422
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-003.htm
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
L
+
M
+
B
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-004.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-004.htm
new file mode 100644
index 00000000000..514ba41b49d
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-004.htm
@@ -0,0 +1,58 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
B
+
L
+
M
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-005.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-005.htm
new file mode 100644
index 00000000000..4fdbf94e11f
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-auto-placement-005.htm
@@ -0,0 +1,58 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
Y
+
M
+
B
+
L
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-001.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-001.htm
new file mode 100644
index 00000000000..5fb4695f7d4
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-001.htm
@@ -0,0 +1,38 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-002.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-002.htm
new file mode 100644
index 00000000000..bd7241e7209
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-002.htm
@@ -0,0 +1,38 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-003.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-003.htm
new file mode 100644
index 00000000000..985ad4f1029
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-003.htm
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-004.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-004.htm
new file mode 100644
index 00000000000..1811eca22d5
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-004.htm
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-005.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-005.htm
new file mode 100644
index 00000000000..a6b60526e66
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/grid-order-property-painting-005.htm
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/css-flexbox-column-ref.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/css-flexbox-column-ref.htm
index a08cbe06cea..adbc1426a62 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/css-flexbox-column-ref.htm
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/css-flexbox-column-ref.htm
@@ -9,7 +9,6 @@
width: 9em;
}
.item {
- -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
background: green;
height: 4em;
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flex-container-margin-ref.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flex-container-margin-ref.htm
new file mode 100644
index 00000000000..56a313ef692
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flex-container-margin-ref.htm
@@ -0,0 +1,33 @@
+
+
+CSS Test: flex-container-margin-not-collapse-with-content-margin
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flex-order-ref.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flex-order-ref.htm
index d053097f30d..6e24e688486 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flex-order-ref.htm
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flex-order-ref.htm
@@ -3,7 +3,7 @@
CSS Reftest Reference: flex order
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+ BY
+
+ LM
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/reftest-toc.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/reftest-toc.htm
index ce821bae82d..5a75a731ec5 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/html/reftest-toc.htm
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/reftest-toc.htm
@@ -584,6 +584,14 @@
Testing the sizing of a stretched horizontal flex container in a vertical flex container
If a stretched flex item's main size is influenced by its cross size, and the flex container has a definite cross size, then the item's cross size should be resolved early so that it can be used when determining the item's main size
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flex-flexitem-percentage-prescation.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flex-flexitem-percentage-prescation.xht
index 25f4298cab9..f89a8986b2b 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flex-flexitem-percentage-prescation.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flex-flexitem-percentage-prescation.xht
@@ -10,16 +10,13 @@
#test
{
background: blue;
- display: -webkit-flex;
display: flex;
height:300px;
width:101px;
}
p {
flex:1;
- -webkit-flex:1;
background:red;
- -webkit-flex-direction:row;
flex-direction:row;
margin:0 0 0 0;
}
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flex-order.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flex-order.xht
index b477920f646..759a1009f9a 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flex-order.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flex-order.xht
@@ -7,20 +7,20 @@
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-002.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-002.xht
new file mode 100644
index 00000000000..8b3e9e4fa66
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-002.xht
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-003.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-003.xht
new file mode 100644
index 00000000000..0283292ec3f
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-003.xht
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
L
+
M
+
B
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-004.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-004.xht
new file mode 100644
index 00000000000..f97e1062085
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-004.xht
@@ -0,0 +1,58 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
B
+
L
+
M
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-005.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-005.xht
new file mode 100644
index 00000000000..c8a670021a9
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-auto-placement-005.xht
@@ -0,0 +1,58 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
Y
+
M
+
B
+
L
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-001.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-001.xht
new file mode 100644
index 00000000000..f282d6c857d
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-001.xht
@@ -0,0 +1,38 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-002.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-002.xht
new file mode 100644
index 00000000000..76152dba23f
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-002.xht
@@ -0,0 +1,38 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-003.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-003.xht
new file mode 100644
index 00000000000..ae20cc6e3cb
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-003.xht
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-004.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-004.xht
new file mode 100644
index 00000000000..6d53a380803
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-004.xht
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-005.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-005.xht
new file mode 100644
index 00000000000..cdc842304d9
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-inline-order-property-painting-005.xht
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-001.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-001.xht
new file mode 100644
index 00000000000..f67510ad5b4
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-001.xht
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-002.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-002.xht
new file mode 100644
index 00000000000..ae8460e87d2
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-002.xht
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-003.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-003.xht
new file mode 100644
index 00000000000..957553d372a
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-003.xht
@@ -0,0 +1,57 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
L
+
M
+
B
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-004.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-004.xht
new file mode 100644
index 00000000000..0a5e4614c83
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-004.xht
@@ -0,0 +1,58 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
B
+
L
+
M
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-005.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-005.xht
new file mode 100644
index 00000000000..38538b2cc7d
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-auto-placement-005.xht
@@ -0,0 +1,58 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
Y
+
M
+
B
+
L
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-001.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-001.xht
new file mode 100644
index 00000000000..b1f04e77dd5
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-001.xht
@@ -0,0 +1,38 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-002.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-002.xht
new file mode 100644
index 00000000000..9f59baa8275
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-002.xht
@@ -0,0 +1,38 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-003.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-003.xht
new file mode 100644
index 00000000000..77240d490e7
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-003.xht
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-004.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-004.xht
new file mode 100644
index 00000000000..dcc912a2578
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-004.xht
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-005.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-005.xht
new file mode 100644
index 00000000000..81e7466ea86
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/grid-order-property-painting-005.xht
@@ -0,0 +1,39 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/css-flexbox-column-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/css-flexbox-column-ref.xht
index 4f4b322478b..3ac0639340b 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/css-flexbox-column-ref.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/css-flexbox-column-ref.xht
@@ -9,7 +9,6 @@
width: 9em;
}
.item {
- -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
background: green;
height: 4em;
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flex-container-margin-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flex-container-margin-ref.xht
new file mode 100644
index 00000000000..38187fe38ca
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flex-container-margin-ref.xht
@@ -0,0 +1,33 @@
+
+
+CSS Test: flex-container-margin-not-collapse-with-content-margin
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flex-order-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flex-order-ref.xht
index 1ba69136aa2..527604fc061 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flex-order-ref.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flex-order-ref.xht
@@ -3,7 +3,7 @@
CSS Reftest Reference: flex order
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+ BY
+
+ LM
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reftest-toc.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reftest-toc.xht
index 64653047780..75ac520c053 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reftest-toc.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reftest-toc.xht
@@ -584,6 +584,14 @@
Testing the sizing of a stretched horizontal flex container in a vertical flex container
If a stretched flex item's main size is influenced by its cross size, and the flex container has a definite cross size, then the item's cross size should be resolved early so that it can be used when determining the item's main size
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-002.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-002.xht
new file mode 100644
index 00000000000..04ced17b09e
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-002.xht
@@ -0,0 +1,66 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-003.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-003.xht
new file mode 100644
index 00000000000..cf691a4bb18
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-003.xht
@@ -0,0 +1,66 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
L
+
M
+
B
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-004.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-004.xht
new file mode 100644
index 00000000000..42a17b2cadd
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-004.xht
@@ -0,0 +1,67 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
B
+
L
+
M
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-005.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-005.xht
new file mode 100644
index 00000000000..4c1a2a02924
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-auto-placement-005.xht
@@ -0,0 +1,67 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
Y
+
M
+
B
+
L
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-001.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-001.xht
new file mode 100644
index 00000000000..1c433920ea0
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-001.xht
@@ -0,0 +1,47 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-002.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-002.xht
new file mode 100644
index 00000000000..fcd324239e3
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-002.xht
@@ -0,0 +1,47 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-003.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-003.xht
new file mode 100644
index 00000000000..9fea376d53f
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-003.xht
@@ -0,0 +1,48 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-004.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-004.xht
new file mode 100644
index 00000000000..78fee78312b
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-004.xht
@@ -0,0 +1,48 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-005.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-005.xht
new file mode 100644
index 00000000000..3fb0b5175e3
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-inline-order-property-painting-005.xht
@@ -0,0 +1,48 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order within an inline grid
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-001.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-001.xht
new file mode 100644
index 00000000000..45cccbe7c58
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-001.xht
@@ -0,0 +1,66 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-002.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-002.xht
new file mode 100644
index 00000000000..699e83cbd9a
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-002.xht
@@ -0,0 +1,66 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
M
+
L
+
Y
+
B
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-003.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-003.xht
new file mode 100644
index 00000000000..36c62be1db3
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-003.xht
@@ -0,0 +1,66 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
L
+
M
+
B
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-004.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-004.xht
new file mode 100644
index 00000000000..9b2dadf2343
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-004.xht
@@ -0,0 +1,67 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
B
+
L
+
M
+
Y
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-005.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-005.xht
new file mode 100644
index 00000000000..63125de403e
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-auto-placement-005.xht
@@ -0,0 +1,67 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items auto-placement position
+
+
+
+
+
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+
+
Y
+
M
+
B
+
L
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-001.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-001.xht
new file mode 100644
index 00000000000..0b0dfada795
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-001.xht
@@ -0,0 +1,47 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-002.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-002.xht
new file mode 100644
index 00000000000..2d065ea7dd6
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-002.xht
@@ -0,0 +1,47 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-003.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-003.xht
new file mode 100644
index 00000000000..9534061c07c
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-003.xht
@@ -0,0 +1,48 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-004.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-004.xht
new file mode 100644
index 00000000000..d8768985da4
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-004.xht
@@ -0,0 +1,48 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-005.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-005.xht
new file mode 100644
index 00000000000..168488852a7
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/grid-order-property-painting-005.xht
@@ -0,0 +1,48 @@
+
+
+
+ CSS Grid Layout Test: 'order' property affects grid items painting order
+
+
+
+
+
+
+
+
+
+
Test passes if there is a filled green square and no red.
+
+
+
G
+
R
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/css-flexbox-column-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/css-flexbox-column-ref.xht
index 4f4b322478b..3ac0639340b 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/css-flexbox-column-ref.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/css-flexbox-column-ref.xht
@@ -9,7 +9,6 @@
width: 9em;
}
.item {
- -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
background: green;
height: 4em;
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/flex-container-margin-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/flex-container-margin-ref.xht
new file mode 100644
index 00000000000..38187fe38ca
--- /dev/null
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/flex-container-margin-ref.xht
@@ -0,0 +1,33 @@
+
+
+CSS Test: flex-container-margin-not-collapse-with-content-margin
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/flex-order-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/flex-order-ref.xht
index 1ba69136aa2..527604fc061 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/flex-order-ref.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reference/flex-order-ref.xht
@@ -3,7 +3,7 @@
CSS Reftest Reference: flex order
+
+
+
+
+
Test passes if there are four filled squares with the same size and no red.
+
Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).
+
+
+ BY
+
+ LM
+
+
+
\ No newline at end of file
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reftest-toc.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reftest-toc.xht
index 64653047780..75ac520c053 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reftest-toc.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1print/reftest-toc.xht
@@ -584,6 +584,14 @@