From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../box-properties/CSS21-t100301-ref.xhtml | 23 + layout/reftests/box-properties/CSS21-t100301.xhtml | 76 +++ .../CSS21-t100303-green-in-170px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-in-334px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-in-340px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-in-344px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-in-350px.png | Bin 0 -> 89 bytes .../CSS21-t100303-green-in-458px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-outside-170px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-outside-334px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-outside-340px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-outside-344px.png | Bin 0 -> 90 bytes .../CSS21-t100303-green-outside-350px.png | Bin 0 -> 89 bytes .../CSS21-t100303-green-outside-458px.png | Bin 0 -> 90 bytes .../box-properties/CSS21-t100303-make-images.html | 55 ++ .../box-properties/CSS21-t100303-ref.xhtml | 26 + .../box-properties/CSS21-t100303-simple.xhtml | 202 +++++++ layout/reftests/box-properties/CSS21-t100303.xhtml | 191 +++++++ .../CSS21-t100801-vertical-align-ref.xhtml | 27 + .../CSS21-t100801-vertical-align.xhtml | 247 +++++++++ ...bspos-non-replaced-width-offset-margin-ref.html | 456 +++++++++++++++ .../abspos-non-replaced-width-offset-margin.html | 488 ++++++++++++++++ .../abspos-replaced-width-offset-margin-narrow.png | Bin 0 -> 73 bytes .../abspos-replaced-width-offset-margin-ref.html | 604 ++++++++++++++++++++ .../abspos-replaced-width-offset-margin-wide.png | Bin 0 -> 82 bytes .../abspos-replaced-width-offset-margin.html | 612 +++++++++++++++++++++ .../reftests/box-properties/box-sizing-1-ref.html | 64 +++ layout/reftests/box-properties/box-sizing-1.html | 64 +++ .../reftests/box-properties/box-sizing-2-ref.html | 56 ++ layout/reftests/box-properties/box-sizing-2.html | 59 ++ layout/reftests/box-properties/box-sizing-3.html | 64 +++ .../reftests/box-properties/box-sizing-4-ref.html | 66 +++ layout/reftests/box-properties/box-sizing-4.html | 76 +++ .../box-sizing-minmax-height-ref.html | 57 ++ .../box-properties/box-sizing-minmax-height.html | 70 +++ .../box-sizing-minmax-width-ref.html | 68 +++ .../box-properties/box-sizing-minmax-width.html | 83 +++ .../box-sizing-mozbox-minmax-height-ref.html | 47 ++ .../box-sizing-mozbox-minmax-height.html | 43 ++ layout/reftests/box-properties/clip-auto-ref.html | 4 + layout/reftests/box-properties/clip-auto.html | 6 + .../box-properties/clip-rect-auto-ref.html | 4 + layout/reftests/box-properties/clip-rect-auto.html | 6 + .../reftests/box-properties/max-height-1-ref.html | 46 ++ layout/reftests/box-properties/max-height-1.html | 46 ++ .../reftests/box-properties/max-width-1-ref.html | 46 ++ layout/reftests/box-properties/max-width-1.html | 46 ++ .../reftests/box-properties/min-height-1-ref.html | 43 ++ layout/reftests/box-properties/min-height-1.html | 43 ++ .../reftests/box-properties/min-width-1-ref.html | 43 ++ layout/reftests/box-properties/min-width-1.html | 43 ++ ...x-width-special-values-block-intrinsic-ref.html | 75 +++ ...inmax-width-special-values-block-intrinsic.html | 75 +++ .../outline-radius-percent-1-ref.html | 27 + .../box-properties/outline-radius-percent-1.html | 27 + layout/reftests/box-properties/reftest-stylo.list | 37 ++ layout/reftests/box-properties/reftest.list | 30 + .../box-properties/width-rounding-ref.html | 207 +++++++ layout/reftests/box-properties/width-rounding.html | 210 +++++++ .../width-special-values-block-intrinsic-ref.html | 43 ++ .../width-special-values-block-intrinsic.html | 43 ++ .../width-special-values-block-ref.html | 49 ++ .../box-properties/width-special-values-block.html | 54 ++ .../width-special-values-cell-auto-ref.html | 86 +++ .../width-special-values-cell-auto.html | 86 +++ .../width-special-values-cell-fixed-ref.html | 66 +++ .../width-special-values-cell-fixed.html | 67 +++ .../width-special-values-float-intrinsic.html | 48 ++ .../box-properties/width-special-values-float.html | 56 ++ .../width-special-values-image-block-ref.html | 42 ++ .../width-special-values-image-block.html | 45 ++ .../width-special-values-image-ref.html | 41 ++ .../box-properties/width-special-values-image.html | 44 ++ 73 files changed, 5658 insertions(+) create mode 100644 layout/reftests/box-properties/CSS21-t100301-ref.xhtml create mode 100644 layout/reftests/box-properties/CSS21-t100301.xhtml create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-in-170px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-in-334px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-in-340px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-in-344px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-in-350px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-in-458px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-outside-170px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-outside-334px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-outside-340px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-outside-344px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-outside-350px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-green-outside-458px.png create mode 100644 layout/reftests/box-properties/CSS21-t100303-make-images.html create mode 100644 layout/reftests/box-properties/CSS21-t100303-ref.xhtml create mode 100644 layout/reftests/box-properties/CSS21-t100303-simple.xhtml create mode 100644 layout/reftests/box-properties/CSS21-t100303.xhtml create mode 100644 layout/reftests/box-properties/CSS21-t100801-vertical-align-ref.xhtml create mode 100644 layout/reftests/box-properties/CSS21-t100801-vertical-align.xhtml create mode 100644 layout/reftests/box-properties/abspos-non-replaced-width-offset-margin-ref.html create mode 100644 layout/reftests/box-properties/abspos-non-replaced-width-offset-margin.html create mode 100644 layout/reftests/box-properties/abspos-replaced-width-offset-margin-narrow.png create mode 100644 layout/reftests/box-properties/abspos-replaced-width-offset-margin-ref.html create mode 100644 layout/reftests/box-properties/abspos-replaced-width-offset-margin-wide.png create mode 100644 layout/reftests/box-properties/abspos-replaced-width-offset-margin.html create mode 100644 layout/reftests/box-properties/box-sizing-1-ref.html create mode 100644 layout/reftests/box-properties/box-sizing-1.html create mode 100644 layout/reftests/box-properties/box-sizing-2-ref.html create mode 100644 layout/reftests/box-properties/box-sizing-2.html create mode 100644 layout/reftests/box-properties/box-sizing-3.html create mode 100644 layout/reftests/box-properties/box-sizing-4-ref.html create mode 100644 layout/reftests/box-properties/box-sizing-4.html create mode 100644 layout/reftests/box-properties/box-sizing-minmax-height-ref.html create mode 100644 layout/reftests/box-properties/box-sizing-minmax-height.html create mode 100644 layout/reftests/box-properties/box-sizing-minmax-width-ref.html create mode 100644 layout/reftests/box-properties/box-sizing-minmax-width.html create mode 100644 layout/reftests/box-properties/box-sizing-mozbox-minmax-height-ref.html create mode 100644 layout/reftests/box-properties/box-sizing-mozbox-minmax-height.html create mode 100644 layout/reftests/box-properties/clip-auto-ref.html create mode 100644 layout/reftests/box-properties/clip-auto.html create mode 100644 layout/reftests/box-properties/clip-rect-auto-ref.html create mode 100644 layout/reftests/box-properties/clip-rect-auto.html create mode 100644 layout/reftests/box-properties/max-height-1-ref.html create mode 100644 layout/reftests/box-properties/max-height-1.html create mode 100644 layout/reftests/box-properties/max-width-1-ref.html create mode 100644 layout/reftests/box-properties/max-width-1.html create mode 100644 layout/reftests/box-properties/min-height-1-ref.html create mode 100644 layout/reftests/box-properties/min-height-1.html create mode 100644 layout/reftests/box-properties/min-width-1-ref.html create mode 100644 layout/reftests/box-properties/min-width-1.html create mode 100644 layout/reftests/box-properties/minmax-width-special-values-block-intrinsic-ref.html create mode 100644 layout/reftests/box-properties/minmax-width-special-values-block-intrinsic.html create mode 100644 layout/reftests/box-properties/outline-radius-percent-1-ref.html create mode 100644 layout/reftests/box-properties/outline-radius-percent-1.html create mode 100644 layout/reftests/box-properties/reftest-stylo.list create mode 100644 layout/reftests/box-properties/reftest.list create mode 100644 layout/reftests/box-properties/width-rounding-ref.html create mode 100644 layout/reftests/box-properties/width-rounding.html create mode 100644 layout/reftests/box-properties/width-special-values-block-intrinsic-ref.html create mode 100644 layout/reftests/box-properties/width-special-values-block-intrinsic.html create mode 100644 layout/reftests/box-properties/width-special-values-block-ref.html create mode 100644 layout/reftests/box-properties/width-special-values-block.html create mode 100644 layout/reftests/box-properties/width-special-values-cell-auto-ref.html create mode 100644 layout/reftests/box-properties/width-special-values-cell-auto.html create mode 100644 layout/reftests/box-properties/width-special-values-cell-fixed-ref.html create mode 100644 layout/reftests/box-properties/width-special-values-cell-fixed.html create mode 100644 layout/reftests/box-properties/width-special-values-float-intrinsic.html create mode 100644 layout/reftests/box-properties/width-special-values-float.html create mode 100644 layout/reftests/box-properties/width-special-values-image-block-ref.html create mode 100644 layout/reftests/box-properties/width-special-values-image-block.html create mode 100644 layout/reftests/box-properties/width-special-values-image-ref.html create mode 100644 layout/reftests/box-properties/width-special-values-image.html (limited to 'layout/reftests/box-properties') diff --git a/layout/reftests/box-properties/CSS21-t100301-ref.xhtml b/layout/reftests/box-properties/CSS21-t100301-ref.xhtml new file mode 100644 index 000000000..18d1c2181 --- /dev/null +++ b/layout/reftests/box-properties/CSS21-t100301-ref.xhtml @@ -0,0 +1,23 @@ + + + + CSS 2.1 Test Suite: Inline, non-replaced elements (reference) + + + + + + + + + diff --git a/layout/reftests/box-properties/CSS21-t100301.xhtml b/layout/reftests/box-properties/CSS21-t100301.xhtml new file mode 100644 index 000000000..e9d61cac8 --- /dev/null +++ b/layout/reftests/box-properties/CSS21-t100301.xhtml @@ -0,0 +1,76 @@ + + + + CSS 2.1 Test Suite: Inline, non-replaced elements + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/reftests/box-properties/CSS21-t100303-green-in-170px.png b/layout/reftests/box-properties/CSS21-t100303-green-in-170px.png new file mode 100644 index 000000000..fdb486978 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-in-170px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-in-334px.png b/layout/reftests/box-properties/CSS21-t100303-green-in-334px.png new file mode 100644 index 000000000..d4809b364 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-in-334px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-in-340px.png b/layout/reftests/box-properties/CSS21-t100303-green-in-340px.png new file mode 100644 index 000000000..300a54fa1 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-in-340px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-in-344px.png b/layout/reftests/box-properties/CSS21-t100303-green-in-344px.png new file mode 100644 index 000000000..5eec68371 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-in-344px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-in-350px.png b/layout/reftests/box-properties/CSS21-t100303-green-in-350px.png new file mode 100644 index 000000000..6e1a1021f Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-in-350px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-in-458px.png b/layout/reftests/box-properties/CSS21-t100303-green-in-458px.png new file mode 100644 index 000000000..6cb5c2254 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-in-458px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-outside-170px.png b/layout/reftests/box-properties/CSS21-t100303-green-outside-170px.png new file mode 100644 index 000000000..f52d6def0 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-outside-170px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-outside-334px.png b/layout/reftests/box-properties/CSS21-t100303-green-outside-334px.png new file mode 100644 index 000000000..8aae25ca2 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-outside-334px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-outside-340px.png b/layout/reftests/box-properties/CSS21-t100303-green-outside-340px.png new file mode 100644 index 000000000..613bfe782 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-outside-340px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-outside-344px.png b/layout/reftests/box-properties/CSS21-t100303-green-outside-344px.png new file mode 100644 index 000000000..434ef98fa Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-outside-344px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-outside-350px.png b/layout/reftests/box-properties/CSS21-t100303-green-outside-350px.png new file mode 100644 index 000000000..dd98e5944 Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-outside-350px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-green-outside-458px.png b/layout/reftests/box-properties/CSS21-t100303-green-outside-458px.png new file mode 100644 index 000000000..f3dc66a6e Binary files /dev/null and b/layout/reftests/box-properties/CSS21-t100303-green-outside-458px.png differ diff --git a/layout/reftests/box-properties/CSS21-t100303-make-images.html b/layout/reftests/box-properties/CSS21-t100303-make-images.html new file mode 100644 index 000000000..c397e26af --- /dev/null +++ b/layout/reftests/box-properties/CSS21-t100303-make-images.html @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + diff --git a/layout/reftests/box-properties/CSS21-t100303-ref.xhtml b/layout/reftests/box-properties/CSS21-t100303-ref.xhtml new file mode 100644 index 000000000..aff2b921e --- /dev/null +++ b/layout/reftests/box-properties/CSS21-t100303-ref.xhtml @@ -0,0 +1,26 @@ + + + + CSS 2.1 Test Suite: Block-level, non-replaced elements in normal flow + + + + + + + + +
+ + + diff --git a/layout/reftests/box-properties/CSS21-t100303-simple.xhtml b/layout/reftests/box-properties/CSS21-t100303-simple.xhtml new file mode 100644 index 000000000..94afe061a --- /dev/null +++ b/layout/reftests/box-properties/CSS21-t100303-simple.xhtml @@ -0,0 +1,202 @@ + + + + CSS 2.1 Test Suite: Block-level, non-replaced elements in normal flow + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/box-properties/CSS21-t100303.xhtml b/layout/reftests/box-properties/CSS21-t100303.xhtml new file mode 100644 index 000000000..463dd7ced --- /dev/null +++ b/layout/reftests/box-properties/CSS21-t100303.xhtml @@ -0,0 +1,191 @@ + + + + CSS 2.1 Test Suite: Block-level, non-replaced elements in normal flow + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/box-properties/CSS21-t100801-vertical-align-ref.xhtml b/layout/reftests/box-properties/CSS21-t100801-vertical-align-ref.xhtml new file mode 100644 index 000000000..8e11729e0 --- /dev/null +++ b/layout/reftests/box-properties/CSS21-t100801-vertical-align-ref.xhtml @@ -0,0 +1,27 @@ + + + + CSS 2.1 Test Suite: vertical-align (on an inline-block) (reference) + + + + + + + + + +
+ + + diff --git a/layout/reftests/box-properties/CSS21-t100801-vertical-align.xhtml b/layout/reftests/box-properties/CSS21-t100801-vertical-align.xhtml new file mode 100644 index 000000000..34ee8c788 --- /dev/null +++ b/layout/reftests/box-properties/CSS21-t100801-vertical-align.xhtml @@ -0,0 +1,247 @@ + + + + CSS 2.1 Test Suite: vertical-align (on an inline-block) + + + + + + + + + + + + + +
+ +
+ +
+ + text +
+ +
+ + text +
+ +
+ text + +
+ +
+ text + +
+ + + +
+ + text +
+ +
+ + text +
+ +
+ text + +
+ +
+ text + +
+ + + +
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + text +
+ +
+ + text +
+ +
+ text + +
+ +
+ text + +
+ + + +
+ + text +
+ +
+ + text +
+ +
+ text + +
+ +
+ text + +
+ + + +
+ +
+ +
+ +
+ + + +
+ + + + + +
+ +
+ + + + + +
+ + + +
+ +
+ +
+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ + +
+ + + +
+ + +
+ + + diff --git a/layout/reftests/box-properties/abspos-non-replaced-width-offset-margin-ref.html b/layout/reftests/box-properties/abspos-non-replaced-width-offset-margin-ref.html new file mode 100644 index 000000000..f48fc4263 --- /dev/null +++ b/layout/reftests/box-properties/abspos-non-replaced-width-offset-margin-ref.html @@ -0,0 +1,456 @@ + + + +Test, CSS 2.1, section 10.3.7 + + + + + + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/box-properties/abspos-non-replaced-width-offset-margin.html b/layout/reftests/box-properties/abspos-non-replaced-width-offset-margin.html new file mode 100644 index 000000000..2f67f9fd1 --- /dev/null +++ b/layout/reftests/box-properties/abspos-non-replaced-width-offset-margin.html @@ -0,0 +1,488 @@ + + + +Test, CSS 2.1, section 10.3.7 + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/box-properties/abspos-replaced-width-offset-margin-narrow.png b/layout/reftests/box-properties/abspos-replaced-width-offset-margin-narrow.png new file mode 100644 index 000000000..b36c5f4f9 Binary files /dev/null and b/layout/reftests/box-properties/abspos-replaced-width-offset-margin-narrow.png differ diff --git a/layout/reftests/box-properties/abspos-replaced-width-offset-margin-ref.html b/layout/reftests/box-properties/abspos-replaced-width-offset-margin-ref.html new file mode 100644 index 000000000..38aed2c96 --- /dev/null +++ b/layout/reftests/box-properties/abspos-replaced-width-offset-margin-ref.html @@ -0,0 +1,604 @@ + + + +Test, CSS 2.1, section 10.3.8 + + + + + + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/box-properties/abspos-replaced-width-offset-margin-wide.png b/layout/reftests/box-properties/abspos-replaced-width-offset-margin-wide.png new file mode 100644 index 000000000..ef3fce2dc Binary files /dev/null and b/layout/reftests/box-properties/abspos-replaced-width-offset-margin-wide.png differ diff --git a/layout/reftests/box-properties/abspos-replaced-width-offset-margin.html b/layout/reftests/box-properties/abspos-replaced-width-offset-margin.html new file mode 100644 index 000000000..a8417dad4 --- /dev/null +++ b/layout/reftests/box-properties/abspos-replaced-width-offset-margin.html @@ -0,0 +1,612 @@ + + + +Test, CSS 2.1, section 10.3.8 + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/box-properties/box-sizing-1-ref.html b/layout/reftests/box-properties/box-sizing-1-ref.html new file mode 100644 index 000000000..42aee1771 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-1-ref.html @@ -0,0 +1,64 @@ + + + + test of box-sizing + + + + + + + + + + + + +
+ + +
A B
+
A B
+
A
B
+
A B
+
A B
+
A B
+
A B
+ +
+ +
A B
+
A B
+
A
B
+
A B
+
A B
+
A B
+
A B
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-1.html b/layout/reftests/box-properties/box-sizing-1.html new file mode 100644 index 000000000..83c9c1d01 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-1.html @@ -0,0 +1,64 @@ + + + + test of box-sizing + + + + + + + + + + + + +
+ + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-2-ref.html b/layout/reftests/box-properties/box-sizing-2-ref.html new file mode 100644 index 000000000..b11313ed4 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-2-ref.html @@ -0,0 +1,56 @@ + + + + test of box-sizing + + + + + + + + + + + + +
+ + +
A B
+
A B
+
A
B
+
A B
+
A B
+
A B
+ +
+ +
A B
+
A B
+
A
B
+
A B
+
A B
+
A B
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-2.html b/layout/reftests/box-properties/box-sizing-2.html new file mode 100644 index 000000000..d61d8184f --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-2.html @@ -0,0 +1,59 @@ + + + + test of box-sizing + + + + + + + + + + + + +
+ + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-3.html b/layout/reftests/box-properties/box-sizing-3.html new file mode 100644 index 000000000..dd4391d4c --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-3.html @@ -0,0 +1,64 @@ + + + + test of box-sizing + + + + + + + + + + + + +
+ + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-4-ref.html b/layout/reftests/box-properties/box-sizing-4-ref.html new file mode 100644 index 000000000..b2a149dbe --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-4-ref.html @@ -0,0 +1,66 @@ + + + + test of box-sizing + + + + + + + + + + + + +
+ + +
A B
+
A B
+
A
B
+
A B
+
A B
+
A B
+
A B
+ +
+ +
A B
+
A B
+
A
B
+
A B
+
A B
+
A B
+
A B
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-4.html b/layout/reftests/box-properties/box-sizing-4.html new file mode 100644 index 000000000..f02eb1292 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-4.html @@ -0,0 +1,76 @@ + + + + test of box-sizing + + + + + + + + + + + + +
+ + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-minmax-height-ref.html b/layout/reftests/box-properties/box-sizing-minmax-height-ref.html new file mode 100644 index 000000000..ec9027039 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-minmax-height-ref.html @@ -0,0 +1,57 @@ + + + min-/max-height testcase for bug 308801 + + + + +
+ +
+ +
+ +

+ +

+ +

+ +
+ + + +
+ +
+ +
+ +
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-minmax-height.html b/layout/reftests/box-properties/box-sizing-minmax-height.html new file mode 100644 index 000000000..2a745fca0 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-minmax-height.html @@ -0,0 +1,70 @@ + + + min-/max-height testcase for bug 308801 + + + + +
+ +
+ +
+ +

+ +

+ +

+ +
+ + + +
+ +
+ +
+ +
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-minmax-width-ref.html b/layout/reftests/box-properties/box-sizing-minmax-width-ref.html new file mode 100644 index 000000000..f962ace1f --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-minmax-width-ref.html @@ -0,0 +1,68 @@ + + + min-/max-width testcase for bug 308801 + + + + +
+ +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+ + +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
+ + + + + + diff --git a/layout/reftests/box-properties/box-sizing-minmax-width.html b/layout/reftests/box-properties/box-sizing-minmax-width.html new file mode 100644 index 000000000..d5ec53110 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-minmax-width.html @@ -0,0 +1,83 @@ + + + min-/max-width testcase for bug 308801 + + + + +
+ +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+ + +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
+ + + + + + diff --git a/layout/reftests/box-properties/box-sizing-mozbox-minmax-height-ref.html b/layout/reftests/box-properties/box-sizing-mozbox-minmax-height-ref.html new file mode 100644 index 000000000..71b19db8c --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-mozbox-minmax-height-ref.html @@ -0,0 +1,47 @@ + + + + Testcase for bug 789824 + + + + + +
border-box 20px
+
border-box 50px
+
border-box 20px
+ +
content-box 20px
+
content-box 50px
+
content-box 20px
+ + + + diff --git a/layout/reftests/box-properties/box-sizing-mozbox-minmax-height.html b/layout/reftests/box-properties/box-sizing-mozbox-minmax-height.html new file mode 100644 index 000000000..df4d8c503 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-mozbox-minmax-height.html @@ -0,0 +1,43 @@ + + + + Testcase for bug 789824 + + + + + +
border-box 20px
+
border-box 50px
+
border-box 20px
+ +
content-box 20px
+
content-box 50px
+
content-box 20px
+ + + + diff --git a/layout/reftests/box-properties/clip-auto-ref.html b/layout/reftests/box-properties/clip-auto-ref.html new file mode 100644 index 000000000..625d3c321 --- /dev/null +++ b/layout/reftests/box-properties/clip-auto-ref.html @@ -0,0 +1,4 @@ + +test for 'clip: auto' +
+
diff --git a/layout/reftests/box-properties/clip-auto.html b/layout/reftests/box-properties/clip-auto.html new file mode 100644 index 000000000..06cb49f12 --- /dev/null +++ b/layout/reftests/box-properties/clip-auto.html @@ -0,0 +1,6 @@ + +test for 'clip: auto' +
+
+
+
diff --git a/layout/reftests/box-properties/clip-rect-auto-ref.html b/layout/reftests/box-properties/clip-rect-auto-ref.html new file mode 100644 index 000000000..4f486809a --- /dev/null +++ b/layout/reftests/box-properties/clip-rect-auto-ref.html @@ -0,0 +1,4 @@ + +test for 'clip: auto' +
+
diff --git a/layout/reftests/box-properties/clip-rect-auto.html b/layout/reftests/box-properties/clip-rect-auto.html new file mode 100644 index 000000000..a47472bef --- /dev/null +++ b/layout/reftests/box-properties/clip-rect-auto.html @@ -0,0 +1,6 @@ + +test for 'clip: auto' +
+
+
+
diff --git a/layout/reftests/box-properties/max-height-1-ref.html b/layout/reftests/box-properties/max-height-1-ref.html new file mode 100644 index 000000000..0b955cd01 --- /dev/null +++ b/layout/reftests/box-properties/max-height-1-ref.html @@ -0,0 +1,46 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/max-height-1.html b/layout/reftests/box-properties/max-height-1.html new file mode 100644 index 000000000..b0c6f737e --- /dev/null +++ b/layout/reftests/box-properties/max-height-1.html @@ -0,0 +1,46 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/max-width-1-ref.html b/layout/reftests/box-properties/max-width-1-ref.html new file mode 100644 index 000000000..916b24ccf --- /dev/null +++ b/layout/reftests/box-properties/max-width-1-ref.html @@ -0,0 +1,46 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/max-width-1.html b/layout/reftests/box-properties/max-width-1.html new file mode 100644 index 000000000..423e84b27 --- /dev/null +++ b/layout/reftests/box-properties/max-width-1.html @@ -0,0 +1,46 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/min-height-1-ref.html b/layout/reftests/box-properties/min-height-1-ref.html new file mode 100644 index 000000000..a0f8fa5d7 --- /dev/null +++ b/layout/reftests/box-properties/min-height-1-ref.html @@ -0,0 +1,43 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/min-height-1.html b/layout/reftests/box-properties/min-height-1.html new file mode 100644 index 000000000..cc17951fd --- /dev/null +++ b/layout/reftests/box-properties/min-height-1.html @@ -0,0 +1,43 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/min-width-1-ref.html b/layout/reftests/box-properties/min-width-1-ref.html new file mode 100644 index 000000000..0af8138fa --- /dev/null +++ b/layout/reftests/box-properties/min-width-1-ref.html @@ -0,0 +1,43 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/min-width-1.html b/layout/reftests/box-properties/min-width-1.html new file mode 100644 index 000000000..e7624c254 --- /dev/null +++ b/layout/reftests/box-properties/min-width-1.html @@ -0,0 +1,43 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/minmax-width-special-values-block-intrinsic-ref.html b/layout/reftests/box-properties/minmax-width-special-values-block-intrinsic-ref.html new file mode 100644 index 000000000..e11ae0fb1 --- /dev/null +++ b/layout/reftests/box-properties/minmax-width-special-values-block-intrinsic-ref.html @@ -0,0 +1,75 @@ + + + + intrinsic min-widths and max-widths for -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks + + + + + +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ + + diff --git a/layout/reftests/box-properties/minmax-width-special-values-block-intrinsic.html b/layout/reftests/box-properties/minmax-width-special-values-block-intrinsic.html new file mode 100644 index 000000000..3ea9437b6 --- /dev/null +++ b/layout/reftests/box-properties/minmax-width-special-values-block-intrinsic.html @@ -0,0 +1,75 @@ + + + + intrinsic min-widths and max-widths for -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks + + + + + +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ + + diff --git a/layout/reftests/box-properties/outline-radius-percent-1-ref.html b/layout/reftests/box-properties/outline-radius-percent-1-ref.html new file mode 100644 index 000000000..f7342c1df --- /dev/null +++ b/layout/reftests/box-properties/outline-radius-percent-1-ref.html @@ -0,0 +1,27 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/outline-radius-percent-1.html b/layout/reftests/box-properties/outline-radius-percent-1.html new file mode 100644 index 000000000..9a683f82f --- /dev/null +++ b/layout/reftests/box-properties/outline-radius-percent-1.html @@ -0,0 +1,27 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/box-properties/reftest-stylo.list b/layout/reftests/box-properties/reftest-stylo.list new file mode 100644 index 000000000..b25f1258e --- /dev/null +++ b/layout/reftests/box-properties/reftest-stylo.list @@ -0,0 +1,37 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +== outline-radius-percent-1.html outline-radius-percent-1.html +== min-width-1.html min-width-1.html +== min-height-1.html min-height-1.html +== max-width-1.html max-width-1.html +== max-height-1.html max-height-1.html +== width-special-values-block.html width-special-values-block.html +== width-special-values-float.html width-special-values-float.html +random == width-special-values-image-block.html width-special-values-image-block.html +== width-special-values-image.html width-special-values-image.html +== width-special-values-block-intrinsic.html width-special-values-block-intrinsic.html +== width-special-values-float-intrinsic.html width-special-values-float-intrinsic.html +skip == minmax-width-special-values-block-intrinsic.html minmax-width-special-values-block-intrinsic.html +skip == width-special-values-cell-auto.html width-special-values-cell-auto.html +== width-special-values-cell-fixed.html width-special-values-cell-fixed.html +== box-sizing-1.html box-sizing-1.html +== box-sizing-2.html box-sizing-2.html +== box-sizing-3.html box-sizing-3.html +== box-sizing-4.html box-sizing-4.html +== box-sizing-minmax-height.html box-sizing-minmax-height.html +== box-sizing-minmax-width.html box-sizing-minmax-width.html +== box-sizing-mozbox-minmax-height.html box-sizing-mozbox-minmax-height.html +skip == abspos-non-replaced-width-offset-margin.html abspos-non-replaced-width-offset-margin.html +# Initial mulet triage: parity with B2G/B2G Desktop +skip == abspos-replaced-width-offset-margin.html abspos-replaced-width-offset-margin.html +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) HTTP(..) == CSS21-t100301.xhtml CSS21-t100301.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop +random-if(B2G||Mulet) == CSS21-t100303.xhtml CSS21-t100303.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop +random-if(B2G||Mulet) == CSS21-t100303-simple.xhtml CSS21-t100303-simple.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop +random-if(B2G||Mulet) == CSS21-t100801-vertical-align.xhtml CSS21-t100801-vertical-align.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop +== clip-auto.html clip-auto.html +== clip-rect-auto.html clip-rect-auto.html +== width-rounding.html width-rounding.html diff --git a/layout/reftests/box-properties/reftest.list b/layout/reftests/box-properties/reftest.list new file mode 100644 index 000000000..4a8168b03 --- /dev/null +++ b/layout/reftests/box-properties/reftest.list @@ -0,0 +1,30 @@ +== outline-radius-percent-1.html outline-radius-percent-1-ref.html +== min-width-1.html min-width-1-ref.html +== min-height-1.html min-height-1-ref.html +== max-width-1.html max-width-1-ref.html +== max-height-1.html max-height-1-ref.html +== width-special-values-block.html width-special-values-block-ref.html +== width-special-values-float.html width-special-values-block-ref.html +== width-special-values-image-block.html width-special-values-image-block-ref.html +== width-special-values-image.html width-special-values-image-ref.html +== width-special-values-block-intrinsic.html width-special-values-block-intrinsic-ref.html +== width-special-values-float-intrinsic.html width-special-values-block-intrinsic-ref.html +== minmax-width-special-values-block-intrinsic.html minmax-width-special-values-block-intrinsic-ref.html +== width-special-values-cell-auto.html width-special-values-cell-auto-ref.html +== width-special-values-cell-fixed.html width-special-values-cell-fixed-ref.html +== box-sizing-1.html box-sizing-1-ref.html +== box-sizing-2.html box-sizing-2-ref.html +== box-sizing-3.html box-sizing-1-ref.html +== box-sizing-4.html box-sizing-4-ref.html +== box-sizing-minmax-height.html box-sizing-minmax-height-ref.html +== box-sizing-minmax-width.html box-sizing-minmax-width-ref.html +== box-sizing-mozbox-minmax-height.html box-sizing-mozbox-minmax-height-ref.html +== abspos-non-replaced-width-offset-margin.html abspos-non-replaced-width-offset-margin-ref.html +== abspos-replaced-width-offset-margin.html abspos-replaced-width-offset-margin-ref.html +HTTP(..) == CSS21-t100301.xhtml CSS21-t100301-ref.xhtml +== CSS21-t100303.xhtml CSS21-t100303-ref.xhtml +== CSS21-t100303-simple.xhtml CSS21-t100303-ref.xhtml +== CSS21-t100801-vertical-align.xhtml CSS21-t100801-vertical-align-ref.xhtml +== clip-auto.html clip-auto-ref.html +== clip-rect-auto.html clip-rect-auto-ref.html +== width-rounding.html width-rounding-ref.html diff --git a/layout/reftests/box-properties/width-rounding-ref.html b/layout/reftests/box-properties/width-rounding-ref.html new file mode 100644 index 000000000..3f9166f86 --- /dev/null +++ b/layout/reftests/box-properties/width-rounding-ref.html @@ -0,0 +1,207 @@ + +width rounding (bug 590417) + +

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

diff --git a/layout/reftests/box-properties/width-rounding.html b/layout/reftests/box-properties/width-rounding.html new file mode 100644 index 000000000..418475f43 --- /dev/null +++ b/layout/reftests/box-properties/width-rounding.html @@ -0,0 +1,210 @@ + +width rounding (bug 590417) + +

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

diff --git a/layout/reftests/box-properties/width-special-values-block-intrinsic-ref.html b/layout/reftests/box-properties/width-special-values-block-intrinsic-ref.html new file mode 100644 index 000000000..4e9e11772 --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-block-intrinsic-ref.html @@ -0,0 +1,43 @@ + + + + intrinsic widths for -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks + + + + + +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ + + diff --git a/layout/reftests/box-properties/width-special-values-block-intrinsic.html b/layout/reftests/box-properties/width-special-values-block-intrinsic.html new file mode 100644 index 000000000..aec2493fd --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-block-intrinsic.html @@ -0,0 +1,43 @@ + + + + intrinsic widths for -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks + + + + + +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ + + diff --git a/layout/reftests/box-properties/width-special-values-block-ref.html b/layout/reftests/box-properties/width-special-values-block-ref.html new file mode 100644 index 000000000..0d284e7f0 --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-block-ref.html @@ -0,0 +1,49 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks + + + + + +
A B
+
A B
+
A B
+
A
B
+
A
B
+
A
B
+
A B
+
A B
+
A B
+
A B C D E F G H I J
+
A B C D E F G H I J
+
A B C D E F G H I J
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
B
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
B
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
B
+
A B
+
A B
+
A B
+ + diff --git a/layout/reftests/box-properties/width-special-values-block.html b/layout/reftests/box-properties/width-special-values-block.html new file mode 100644 index 000000000..b802f487d --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-block.html @@ -0,0 +1,54 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks + + + + + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B C D E F G H I J
+
A B C D E F G H I J
+
A B C D E F G H I J
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA B
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA B
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA B
+
A B
+
A B
+
A B
+ + diff --git a/layout/reftests/box-properties/width-special-values-cell-auto-ref.html b/layout/reftests/box-properties/width-special-values-cell-auto-ref.html new file mode 100644 index 000000000..191603a06 --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-cell-auto-ref.html @@ -0,0 +1,86 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on table cells with table-layout: auto + + + + + + + + + + +
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ + +
+ + + + diff --git a/layout/reftests/box-properties/width-special-values-cell-auto.html b/layout/reftests/box-properties/width-special-values-cell-auto.html new file mode 100644 index 000000000..414cafb1f --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-cell-auto.html @@ -0,0 +1,86 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on table cells with table-layout: auto + + + + + + + + + + +
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
+ + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+ + +
+ + + + diff --git a/layout/reftests/box-properties/width-special-values-cell-fixed-ref.html b/layout/reftests/box-properties/width-special-values-cell-fixed-ref.html new file mode 100644 index 000000000..1a8c6601f --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-cell-fixed-ref.html @@ -0,0 +1,66 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on table cells with table-layout: fixed + + + + + + + + + + +
+ +
A B
+
A B
+
A B
+
A B
+ +
+ + +
A B
+
A B
+
A B
+
A B
+ +
A B
+
A B
+
A B
+
A B
+ +
+ + +
A B
+
A B
+
A B
+
A B
+ +
A B
+
A B
+
A B
+
A B
+ +
+ + + + diff --git a/layout/reftests/box-properties/width-special-values-cell-fixed.html b/layout/reftests/box-properties/width-special-values-cell-fixed.html new file mode 100644 index 000000000..adaf42f24 --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-cell-fixed.html @@ -0,0 +1,67 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on table cells with table-layout: fixed + + + + + + + + + + +
+ +
A B
+
A B
+
A B
+
A B
+ +
+ + +
A B
+
A B
+
A B
+
A B
+ +
A B
+
A B
+
A B
+
A B
+ +
+ + +
A B
+
A B
+
A B
+
A B
+ +
A B
+
A B
+
A B
+
A B
+ + +
+ + + + diff --git a/layout/reftests/box-properties/width-special-values-float-intrinsic.html b/layout/reftests/box-properties/width-special-values-float-intrinsic.html new file mode 100644 index 000000000..efa41584e --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-float-intrinsic.html @@ -0,0 +1,48 @@ + + + + intrinsic widths for -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks + + + + + + +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ +
+
AA B
+
+ + + diff --git a/layout/reftests/box-properties/width-special-values-float.html b/layout/reftests/box-properties/width-special-values-float.html new file mode 100644 index 000000000..1c5056907 --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-float.html @@ -0,0 +1,56 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks + + + + + +
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B
+
A B C D E F G H I J
+
A B C D E F G H I J
+
A B C D E F G H I J
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA B
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA B
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA B
+
A B
+
A B
+
A B
+ + diff --git a/layout/reftests/box-properties/width-special-values-image-block-ref.html b/layout/reftests/box-properties/width-special-values-image-block-ref.html new file mode 100644 index 000000000..6aee205fd --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-image-block-ref.html @@ -0,0 +1,42 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on block images + + + + + +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] + + diff --git a/layout/reftests/box-properties/width-special-values-image-block.html b/layout/reftests/box-properties/width-special-values-image-block.html new file mode 100644 index 000000000..11425ca6c --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-image-block.html @@ -0,0 +1,45 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on block images + + + + + +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] + + diff --git a/layout/reftests/box-properties/width-special-values-image-ref.html b/layout/reftests/box-properties/width-special-values-image-ref.html new file mode 100644 index 000000000..3a874b7d0 --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-image-ref.html @@ -0,0 +1,41 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on inline images + + + + + +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] + + diff --git a/layout/reftests/box-properties/width-special-values-image.html b/layout/reftests/box-properties/width-special-values-image.html new file mode 100644 index 000000000..46a8e58a7 --- /dev/null +++ b/layout/reftests/box-properties/width-special-values-image.html @@ -0,0 +1,44 @@ + + + + -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on inline images + + + + + +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] +[] + + -- cgit v1.2.3