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 --- .../list-item/bullet-intrinsic-isize-1-ref.html | 10 +++ .../list-item/bullet-intrinsic-isize-1.html | 10 +++ .../list-item/bullet-intrinsic-isize-2-ref.html | 10 +++ .../list-item/bullet-intrinsic-isize-2.html | 17 +++++ layout/reftests/list-item/bullet-space-1-ref.html | 75 ++++++++++++++++++++++ layout/reftests/list-item/bullet-space-1.html | 75 ++++++++++++++++++++++ layout/reftests/list-item/bullet-space-2-ref.html | 41 ++++++++++++ layout/reftests/list-item/bullet-space-2.html | 35 ++++++++++ layout/reftests/list-item/numbering-1-ref.html | 25 ++++++++ layout/reftests/list-item/numbering-1.html | 25 ++++++++ layout/reftests/list-item/numbering-2-ref.html | 23 +++++++ layout/reftests/list-item/numbering-2.html | 23 +++++++ layout/reftests/list-item/numbering-3-ref.html | 52 +++++++++++++++ layout/reftests/list-item/numbering-3.html | 49 ++++++++++++++ layout/reftests/list-item/numbering-4-ref.html | 52 +++++++++++++++ layout/reftests/list-item/numbering-4.html | 49 ++++++++++++++ layout/reftests/list-item/ol-reversed-1-ref.html | 6 ++ layout/reftests/list-item/ol-reversed-1a.html | 6 ++ layout/reftests/list-item/ol-reversed-1b.html | 11 ++++ layout/reftests/list-item/ol-reversed-1c.html | 12 ++++ layout/reftests/list-item/ol-reversed-2-ref.html | 6 ++ layout/reftests/list-item/ol-reversed-2.html | 6 ++ layout/reftests/list-item/ol-reversed-3-ref.html | 6 ++ layout/reftests/list-item/ol-reversed-3.html | 6 ++ layout/reftests/list-item/reftest-stylo.list | 13 ++++ layout/reftests/list-item/reftest.list | 13 ++++ 26 files changed, 656 insertions(+) create mode 100644 layout/reftests/list-item/bullet-intrinsic-isize-1-ref.html create mode 100644 layout/reftests/list-item/bullet-intrinsic-isize-1.html create mode 100644 layout/reftests/list-item/bullet-intrinsic-isize-2-ref.html create mode 100644 layout/reftests/list-item/bullet-intrinsic-isize-2.html create mode 100644 layout/reftests/list-item/bullet-space-1-ref.html create mode 100644 layout/reftests/list-item/bullet-space-1.html create mode 100644 layout/reftests/list-item/bullet-space-2-ref.html create mode 100644 layout/reftests/list-item/bullet-space-2.html create mode 100644 layout/reftests/list-item/numbering-1-ref.html create mode 100644 layout/reftests/list-item/numbering-1.html create mode 100644 layout/reftests/list-item/numbering-2-ref.html create mode 100644 layout/reftests/list-item/numbering-2.html create mode 100644 layout/reftests/list-item/numbering-3-ref.html create mode 100644 layout/reftests/list-item/numbering-3.html create mode 100644 layout/reftests/list-item/numbering-4-ref.html create mode 100644 layout/reftests/list-item/numbering-4.html create mode 100644 layout/reftests/list-item/ol-reversed-1-ref.html create mode 100644 layout/reftests/list-item/ol-reversed-1a.html create mode 100644 layout/reftests/list-item/ol-reversed-1b.html create mode 100644 layout/reftests/list-item/ol-reversed-1c.html create mode 100644 layout/reftests/list-item/ol-reversed-2-ref.html create mode 100644 layout/reftests/list-item/ol-reversed-2.html create mode 100644 layout/reftests/list-item/ol-reversed-3-ref.html create mode 100644 layout/reftests/list-item/ol-reversed-3.html create mode 100644 layout/reftests/list-item/reftest-stylo.list create mode 100644 layout/reftests/list-item/reftest.list (limited to 'layout/reftests/list-item') diff --git a/layout/reftests/list-item/bullet-intrinsic-isize-1-ref.html b/layout/reftests/list-item/bullet-intrinsic-isize-1-ref.html new file mode 100644 index 000000000..d6d93307f --- /dev/null +++ b/layout/reftests/list-item/bullet-intrinsic-isize-1-ref.html @@ -0,0 +1,10 @@ + + + + + Bug 1142369 + + +
  • blahblah and foobarboo
  • + + diff --git a/layout/reftests/list-item/bullet-intrinsic-isize-1.html b/layout/reftests/list-item/bullet-intrinsic-isize-1.html new file mode 100644 index 000000000..92d92b3d3 --- /dev/null +++ b/layout/reftests/list-item/bullet-intrinsic-isize-1.html @@ -0,0 +1,10 @@ + + + + + Bug 1142369 + + +
  • blahblah and foobarboo
  • + + diff --git a/layout/reftests/list-item/bullet-intrinsic-isize-2-ref.html b/layout/reftests/list-item/bullet-intrinsic-isize-2-ref.html new file mode 100644 index 000000000..b371dcbc6 --- /dev/null +++ b/layout/reftests/list-item/bullet-intrinsic-isize-2-ref.html @@ -0,0 +1,10 @@ + + + + + Bug 994418 + + + MMMCMXCIX. sometext + + diff --git a/layout/reftests/list-item/bullet-intrinsic-isize-2.html b/layout/reftests/list-item/bullet-intrinsic-isize-2.html new file mode 100644 index 000000000..c59545dd2 --- /dev/null +++ b/layout/reftests/list-item/bullet-intrinsic-isize-2.html @@ -0,0 +1,17 @@ + + + + + Bug 994418 + + + +
    sometext + + diff --git a/layout/reftests/list-item/bullet-space-1-ref.html b/layout/reftests/list-item/bullet-space-1-ref.html new file mode 100644 index 000000000..f62ad5e1f --- /dev/null +++ b/layout/reftests/list-item/bullet-space-1-ref.html @@ -0,0 +1,75 @@ + + + + + + Bug 1017335 + + + + + +
    +
    +
      +
    • foo
    • +
    +
    + +
    +
      +
    • bar
    • +
    +
    +
    + + +
    +
    + foo +
    + +
    + bar +
    +
    + + + + diff --git a/layout/reftests/list-item/bullet-space-1.html b/layout/reftests/list-item/bullet-space-1.html new file mode 100644 index 000000000..02cdfd218 --- /dev/null +++ b/layout/reftests/list-item/bullet-space-1.html @@ -0,0 +1,75 @@ + + + + + + Bug 1017335 + + + + + +
    +
    +
      +
    • foo
    • +
    +
    + +
    +
      +
    • bar
    • +
    +
    +
    + + +
    +
    + foo +
    + +
    + bar +
    +
    + + + + diff --git a/layout/reftests/list-item/bullet-space-2-ref.html b/layout/reftests/list-item/bullet-space-2-ref.html new file mode 100644 index 000000000..8678ff409 --- /dev/null +++ b/layout/reftests/list-item/bullet-space-2-ref.html @@ -0,0 +1,41 @@ + + + + + + Bug 1019470 + + + + + +
    + foo +
    + +
    + bar +
    + + + + diff --git a/layout/reftests/list-item/bullet-space-2.html b/layout/reftests/list-item/bullet-space-2.html new file mode 100644 index 000000000..704a178a3 --- /dev/null +++ b/layout/reftests/list-item/bullet-space-2.html @@ -0,0 +1,35 @@ + + + + + + Bug 1019470 + + + + + +
    + +
    + +
    + +
    + + + + diff --git a/layout/reftests/list-item/numbering-1-ref.html b/layout/reftests/list-item/numbering-1-ref.html new file mode 100644 index 000000000..6c1ab82a5 --- /dev/null +++ b/layout/reftests/list-item/numbering-1-ref.html @@ -0,0 +1,25 @@ + + + + Testcase #1 for bug 614969 + + + +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
    7. List item 4
    8. +
    9. List item 5
    10. +
    11. List item 6
    12. +
    13. List item 7
    14. +
    + +
      +
    1. item1
      +
    2. item2
      +
    3. item3
      +
    + + + diff --git a/layout/reftests/list-item/numbering-1.html b/layout/reftests/list-item/numbering-1.html new file mode 100644 index 000000000..37f90d9c9 --- /dev/null +++ b/layout/reftests/list-item/numbering-1.html @@ -0,0 +1,25 @@ + + + + Testcase #1 for bug 614969 + + + +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
    7. List item 4
    8. +
    9. List item 5
    10. +
    11. List item 6
    12. +
    13. List item 7
    14. +
    + +
      +
    1. item1
    2. +
    3. item2
    4. +
    5. item3
    6. +
    + + + diff --git a/layout/reftests/list-item/numbering-2-ref.html b/layout/reftests/list-item/numbering-2-ref.html new file mode 100644 index 000000000..b69644037 --- /dev/null +++ b/layout/reftests/list-item/numbering-2-ref.html @@ -0,0 +1,23 @@ + + + Testcase #2 for bug 614969 + + + + +
    1. ABS
    2. List item
    +
    1. REL BLOCK
    2. List item
    +
    1. FLOAT
    2. List item
    +
    1. REL INLINE
    2. List item
    +
      1. REL OL
    1. List item
    +
      1. ABS OL
    1. List item
    + + + diff --git a/layout/reftests/list-item/numbering-2.html b/layout/reftests/list-item/numbering-2.html new file mode 100644 index 000000000..02865411b --- /dev/null +++ b/layout/reftests/list-item/numbering-2.html @@ -0,0 +1,23 @@ + + + Testcase #2 for bug 614969 + + + + +
    1. ABS
    2. List item
    +
    1. REL BLOCK
    2. List item
    +
    1. FLOAT
    2. List item
    +
    1. REL INLINE
    2. List item
    +
      1. REL OL
    1. List item
    +
      1. ABS OL
    1. List item
    + + + diff --git a/layout/reftests/list-item/numbering-3-ref.html b/layout/reftests/list-item/numbering-3-ref.html new file mode 100644 index 000000000..4a2ee01d6 --- /dev/null +++ b/layout/reftests/list-item/numbering-3-ref.html @@ -0,0 +1,52 @@ + + + + Reference for testcase #1 for bug 1171419 + + + + +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
    7. List item 4
    8. +
    9. List item 5
    10. +
    11. List item 6
    12. +
    13. List item 7
    14. +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
    1. item1
    2. +
    3. item2
    4. +
    5. item3
    6. +
    + + + diff --git a/layout/reftests/list-item/numbering-3.html b/layout/reftests/list-item/numbering-3.html new file mode 100644 index 000000000..9bb229927 --- /dev/null +++ b/layout/reftests/list-item/numbering-3.html @@ -0,0 +1,49 @@ + + + + Testcase #1 for bug 1171419 + + + +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
    7. List item 4
    8. +
    9. List item 5
    10. +
    11. List item 6
    12. +
    13. List item 7
    14. +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
    1. item1
    2. +
    3. item2
    4. +
    5. item3
    6. +
    + + + diff --git a/layout/reftests/list-item/numbering-4-ref.html b/layout/reftests/list-item/numbering-4-ref.html new file mode 100644 index 000000000..2a2a981a0 --- /dev/null +++ b/layout/reftests/list-item/numbering-4-ref.html @@ -0,0 +1,52 @@ + + + + Reference for testcase #2 for bug 1171419 + + + + +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
    7. List item 4
    8. +
    9. List item 5
    10. +
    11. List item 6
    12. +
    13. List item 7
    14. +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
    1. item1
    2. +
    3. item2
    4. +
    5. item3
    6. +
    + + + diff --git a/layout/reftests/list-item/numbering-4.html b/layout/reftests/list-item/numbering-4.html new file mode 100644 index 000000000..e254c831a --- /dev/null +++ b/layout/reftests/list-item/numbering-4.html @@ -0,0 +1,49 @@ + + + + Testcase #2 for bug 1171419 + + + +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
    7. List item 4
    8. +
    9. List item 5
    10. +
    11. List item 6
    12. +
    13. List item 7
    14. +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
      +
    1. List item 1
    2. +
    3. List item 2
    4. +
    5. List item 3
    6. +
      +
    + +
      +
    1. item1
    2. +
    3. item2
    4. +
    5. item3
    6. +
    + + + diff --git a/layout/reftests/list-item/ol-reversed-1-ref.html b/layout/reftests/list-item/ol-reversed-1-ref.html new file mode 100644 index 000000000..f8cac3c70 --- /dev/null +++ b/layout/reftests/list-item/ol-reversed-1-ref.html @@ -0,0 +1,6 @@ + +
      +
    1. Three
    2. +
    3. Two
    4. +
    5. One
    6. +
    diff --git a/layout/reftests/list-item/ol-reversed-1a.html b/layout/reftests/list-item/ol-reversed-1a.html new file mode 100644 index 000000000..35e967c05 --- /dev/null +++ b/layout/reftests/list-item/ol-reversed-1a.html @@ -0,0 +1,6 @@ + +
      +
    1. Three
    2. +
    3. Two
    4. +
    5. One
    6. +
    diff --git a/layout/reftests/list-item/ol-reversed-1b.html b/layout/reftests/list-item/ol-reversed-1b.html new file mode 100644 index 000000000..d9810560e --- /dev/null +++ b/layout/reftests/list-item/ol-reversed-1b.html @@ -0,0 +1,11 @@ + +
      +
    1. Three
    2. +
    3. Two
    4. +
    5. One
    6. +
    + diff --git a/layout/reftests/list-item/ol-reversed-1c.html b/layout/reftests/list-item/ol-reversed-1c.html new file mode 100644 index 000000000..82ae84433 --- /dev/null +++ b/layout/reftests/list-item/ol-reversed-1c.html @@ -0,0 +1,12 @@ + +
      +
    1. Three
    2. +
    3. Two
    4. +
    + diff --git a/layout/reftests/list-item/ol-reversed-2-ref.html b/layout/reftests/list-item/ol-reversed-2-ref.html new file mode 100644 index 000000000..4f3ece2be --- /dev/null +++ b/layout/reftests/list-item/ol-reversed-2-ref.html @@ -0,0 +1,6 @@ + +
      +
    1. Five
    2. +
    3. Four
    4. +
    5. Three
    6. +
    diff --git a/layout/reftests/list-item/ol-reversed-2.html b/layout/reftests/list-item/ol-reversed-2.html new file mode 100644 index 000000000..662a14957 --- /dev/null +++ b/layout/reftests/list-item/ol-reversed-2.html @@ -0,0 +1,6 @@ + +
      +
    1. Five
    2. +
    3. Four
    4. +
    5. Three
    6. +
    diff --git a/layout/reftests/list-item/ol-reversed-3-ref.html b/layout/reftests/list-item/ol-reversed-3-ref.html new file mode 100644 index 000000000..1dc579210 --- /dev/null +++ b/layout/reftests/list-item/ol-reversed-3-ref.html @@ -0,0 +1,6 @@ + +
      +
    1. One
    2. +
    3. Zero
    4. +
    5. Neg-One
    6. +
    diff --git a/layout/reftests/list-item/ol-reversed-3.html b/layout/reftests/list-item/ol-reversed-3.html new file mode 100644 index 000000000..9132e5db5 --- /dev/null +++ b/layout/reftests/list-item/ol-reversed-3.html @@ -0,0 +1,6 @@ + +
      +
    1. One
    2. +
    3. Zero
    4. +
    5. Neg-One
    6. +
    diff --git a/layout/reftests/list-item/reftest-stylo.list b/layout/reftests/list-item/reftest-stylo.list new file mode 100644 index 000000000..50fc2907a --- /dev/null +++ b/layout/reftests/list-item/reftest-stylo.list @@ -0,0 +1,13 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +fuzzy-if(OSX>=1008,55,4) == numbering-1.html numbering-1.html +== numbering-2.html numbering-2.html +== ol-reversed-1a.html ol-reversed-1a.html +asserts(1) == ol-reversed-1b.html ol-reversed-1b.html +# bug 478135 +== ol-reversed-1c.html ol-reversed-1c.html +== ol-reversed-2.html ol-reversed-2.html +== ol-reversed-3.html ol-reversed-3.html +== bullet-space-1.html bullet-space-1.html +== bullet-space-2.html bullet-space-2.html +== bullet-intrinsic-isize-1.html bullet-intrinsic-isize-1.html +== bullet-intrinsic-isize-2.html bullet-intrinsic-isize-2.html diff --git a/layout/reftests/list-item/reftest.list b/layout/reftests/list-item/reftest.list new file mode 100644 index 000000000..c47473d0b --- /dev/null +++ b/layout/reftests/list-item/reftest.list @@ -0,0 +1,13 @@ +fuzzy-if(OSX>=1008,55,4) == numbering-1.html numbering-1-ref.html +== numbering-2.html numbering-2-ref.html +pref(layout.css.grid.enabled,true) fuzzy-if(OSX>=1008,8,1) == numbering-3.html numbering-3-ref.html +fuzzy-if(OSX>=1008,72,2) == numbering-4.html numbering-4-ref.html +== ol-reversed-1a.html ol-reversed-1-ref.html +asserts(1) == ol-reversed-1b.html ol-reversed-1-ref.html # bug 478135 +== ol-reversed-1c.html ol-reversed-1-ref.html +== ol-reversed-2.html ol-reversed-2-ref.html +== ol-reversed-3.html ol-reversed-3-ref.html +== bullet-space-1.html bullet-space-1-ref.html +== bullet-space-2.html bullet-space-2-ref.html +== bullet-intrinsic-isize-1.html bullet-intrinsic-isize-1-ref.html +== bullet-intrinsic-isize-2.html bullet-intrinsic-isize-2-ref.html -- cgit v1.2.3