From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../dynamic-change-with-overflow-1-ref.html | 6 +++ .../dynamic-change-with-overflow-1.html | 16 ++++++++ layout/reftests/text-indent/reftest.list | 20 +++++++++ .../text-indent/text-indent-intrinsic-min-ref.html | 36 ++++++++++++++++ .../text-indent/text-indent-intrinsic-min.html | 48 ++++++++++++++++++++++ .../text-indent-intrinsic-pref-ref.html | 36 ++++++++++++++++ .../text-indent/text-indent-intrinsic-pref.html | 48 ++++++++++++++++++++++ ...t-indent-multiple-line-notref-block-margin.html | 16 ++++++++ .../text-indent-multiple-line-ref-float.html | 16 ++++++++ ...ext-indent-multiple-line-ref-inline-margin.html | 15 +++++++ .../text-indent/text-indent-multiple-line.html | 16 ++++++++ .../text-indent-negative-intrinsic-min-ref.html | 30 ++++++++++++++ .../text-indent-negative-intrinsic-min.html | 43 +++++++++++++++++++ .../text-indent-negative-intrinsic-pref-ref.html | 30 ++++++++++++++ .../text-indent-negative-intrinsic-pref.html | 43 +++++++++++++++++++ .../text-indent-parent-dynamic-ref.html | 10 +++++ .../text-indent/text-indent-parent-dynamic.html | 15 +++++++ .../text-indent/text-indent-single-line-0.html | 15 +++++++ .../text-indent/text-indent-single-line-100.html | 15 +++++++ ...single-line-indent-inline-ref-block-margin.html | 16 ++++++++ ...ingle-line-indent-inline-ref-inline-margin.html | 15 +++++++ .../text-indent-single-line-indent-inline.html | 16 ++++++++ .../text-indent-single-line-percent-ref.html | 14 +++++++ .../text-indent-single-line-percent.html | 18 ++++++++ .../text-indent-single-line-ref-margin.html | 15 +++++++ .../text-indent-single-line-ref-unstyled.html | 14 +++++++ 26 files changed, 582 insertions(+) create mode 100644 layout/reftests/text-indent/dynamic-change-with-overflow-1-ref.html create mode 100644 layout/reftests/text-indent/dynamic-change-with-overflow-1.html create mode 100644 layout/reftests/text-indent/reftest.list create mode 100644 layout/reftests/text-indent/text-indent-intrinsic-min-ref.html create mode 100644 layout/reftests/text-indent/text-indent-intrinsic-min.html create mode 100644 layout/reftests/text-indent/text-indent-intrinsic-pref-ref.html create mode 100644 layout/reftests/text-indent/text-indent-intrinsic-pref.html create mode 100644 layout/reftests/text-indent/text-indent-multiple-line-notref-block-margin.html create mode 100644 layout/reftests/text-indent/text-indent-multiple-line-ref-float.html create mode 100644 layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.html create mode 100644 layout/reftests/text-indent/text-indent-multiple-line.html create mode 100644 layout/reftests/text-indent/text-indent-negative-intrinsic-min-ref.html create mode 100644 layout/reftests/text-indent/text-indent-negative-intrinsic-min.html create mode 100644 layout/reftests/text-indent/text-indent-negative-intrinsic-pref-ref.html create mode 100644 layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html create mode 100644 layout/reftests/text-indent/text-indent-parent-dynamic-ref.html create mode 100644 layout/reftests/text-indent/text-indent-parent-dynamic.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-0.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-100.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-inline-margin.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-indent-inline.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-percent-ref.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-percent.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-ref-margin.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-ref-unstyled.html (limited to 'layout/reftests/text-indent') diff --git a/layout/reftests/text-indent/dynamic-change-with-overflow-1-ref.html b/layout/reftests/text-indent/dynamic-change-with-overflow-1-ref.html new file mode 100644 index 0000000000..8de8673c25 --- /dev/null +++ b/layout/reftests/text-indent/dynamic-change-with-overflow-1-ref.html @@ -0,0 +1,6 @@ + + +
+ Some text. +
+ diff --git a/layout/reftests/text-indent/dynamic-change-with-overflow-1.html b/layout/reftests/text-indent/dynamic-change-with-overflow-1.html new file mode 100644 index 0000000000..97d6c69f70 --- /dev/null +++ b/layout/reftests/text-indent/dynamic-change-with-overflow-1.html @@ -0,0 +1,16 @@ + + +
+ Some text. +
+ + + diff --git a/layout/reftests/text-indent/reftest.list b/layout/reftests/text-indent/reftest.list new file mode 100644 index 0000000000..2a9cfed416 --- /dev/null +++ b/layout/reftests/text-indent/reftest.list @@ -0,0 +1,20 @@ +# XXX Need to repeat these tests for RTL. (Note that != tests can't use +# same file.) + +# Also need to test intrinsic widths (bug 368155). + +!= text-indent-single-line-100.html text-indent-single-line-0.html +== text-indent-single-line-100.html text-indent-single-line-ref-margin.html +== text-indent-single-line-0.html text-indent-single-line-ref-unstyled.html +== text-indent-single-line-percent.html text-indent-single-line-percent-ref.html +== text-indent-single-line-indent-inline.html text-indent-single-line-indent-inline-ref-block-margin.html +== text-indent-single-line-indent-inline.html text-indent-single-line-indent-inline-ref-inline-margin.html +== text-indent-multiple-line.html text-indent-multiple-line-ref-inline-margin.html +== text-indent-multiple-line.html text-indent-multiple-line-ref-float.html +!= text-indent-multiple-line.html text-indent-multiple-line-notref-block-margin.html +== text-indent-intrinsic-pref.html text-indent-intrinsic-pref-ref.html +== text-indent-intrinsic-min.html text-indent-intrinsic-min-ref.html +== text-indent-negative-intrinsic-pref.html text-indent-negative-intrinsic-pref-ref.html +== text-indent-negative-intrinsic-min.html text-indent-negative-intrinsic-min-ref.html +== text-indent-parent-dynamic.html text-indent-parent-dynamic-ref.html +== dynamic-change-with-overflow-1.html dynamic-change-with-overflow-1-ref.html diff --git a/layout/reftests/text-indent/text-indent-intrinsic-min-ref.html b/layout/reftests/text-indent/text-indent-intrinsic-min-ref.html new file mode 100644 index 0000000000..8fb6f977e7 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-intrinsic-min-ref.html @@ -0,0 +1,36 @@ + + + +Test for intrinsic widths and text-indent + + + + + +
X
+ + +
X
+ + +
+ +
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-intrinsic-min.html b/layout/reftests/text-indent/text-indent-intrinsic-min.html new file mode 100644 index 0000000000..1672b9778b --- /dev/null +++ b/layout/reftests/text-indent/text-indent-intrinsic-min.html @@ -0,0 +1,48 @@ + + + +CSS 2.1 Test Suite: Test for intrinsic widths and text-indent + + + + + + + + + +
X
+ + +
X
+ + +
+ +
+
+
+

+

+

+
+

+
+ + + diff --git a/layout/reftests/text-indent/text-indent-intrinsic-pref-ref.html b/layout/reftests/text-indent/text-indent-intrinsic-pref-ref.html new file mode 100644 index 0000000000..e31a87e7f6 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-intrinsic-pref-ref.html @@ -0,0 +1,36 @@ + + + +Test for intrinsic widths and text-indent + + + + + +
X
+ + +
X
+ + +
+ +
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-intrinsic-pref.html b/layout/reftests/text-indent/text-indent-intrinsic-pref.html new file mode 100644 index 0000000000..7f90ed4fbc --- /dev/null +++ b/layout/reftests/text-indent/text-indent-intrinsic-pref.html @@ -0,0 +1,48 @@ + + + +CSS 2.1 Test Suite: Test for intrinsic widths and text-indent + + + + + + + + + +
X
+ + +
X
+ + +
+ +
+
+
+

+

+

+
+

+
+ + + diff --git a/layout/reftests/text-indent/text-indent-multiple-line-notref-block-margin.html b/layout/reftests/text-indent/text-indent-multiple-line-notref-block-margin.html new file mode 100644 index 0000000000..6ab611947d --- /dev/null +++ b/layout/reftests/text-indent/text-indent-multiple-line-notref-block-margin.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/layout/reftests/text-indent/text-indent-multiple-line-ref-float.html b/layout/reftests/text-indent/text-indent-multiple-line-ref-float.html new file mode 100644 index 0000000000..1166653475 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-multiple-line-ref-float.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.html b/layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.html new file mode 100644 index 0000000000..a2c2634f61 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/layout/reftests/text-indent/text-indent-multiple-line.html b/layout/reftests/text-indent/text-indent-multiple-line.html new file mode 100644 index 0000000000..faac92a3e2 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-multiple-line.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/layout/reftests/text-indent/text-indent-negative-intrinsic-min-ref.html b/layout/reftests/text-indent/text-indent-negative-intrinsic-min-ref.html new file mode 100644 index 0000000000..b5bd6204ce --- /dev/null +++ b/layout/reftests/text-indent/text-indent-negative-intrinsic-min-ref.html @@ -0,0 +1,30 @@ + + + +Test for intrinsic widths and text-indent + + + + +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-negative-intrinsic-min.html b/layout/reftests/text-indent/text-indent-negative-intrinsic-min.html new file mode 100644 index 0000000000..7139987bef --- /dev/null +++ b/layout/reftests/text-indent/text-indent-negative-intrinsic-min.html @@ -0,0 +1,43 @@ + + + +CSS 2.1 Test Suite: Test for intrinsic widths and negative text-indent + + + + + + + + +
+
+ +
+
+
+
+

+

+

+
+

+
+ + + diff --git a/layout/reftests/text-indent/text-indent-negative-intrinsic-pref-ref.html b/layout/reftests/text-indent/text-indent-negative-intrinsic-pref-ref.html new file mode 100644 index 0000000000..b8f26095ed --- /dev/null +++ b/layout/reftests/text-indent/text-indent-negative-intrinsic-pref-ref.html @@ -0,0 +1,30 @@ + + + +Test for intrinsic widths and text-indent + + + + +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html b/layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html new file mode 100644 index 0000000000..d9f8e12f26 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html @@ -0,0 +1,43 @@ + + + +CSS 2.1 Test Suite: Test for intrinsic widths and negative text-indent + + + + + + + + +
+
+ +
+
+
+
+

+

+

+
+

+
+ + + diff --git a/layout/reftests/text-indent/text-indent-parent-dynamic-ref.html b/layout/reftests/text-indent/text-indent-parent-dynamic-ref.html new file mode 100644 index 0000000000..8109f19e59 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-parent-dynamic-ref.html @@ -0,0 +1,10 @@ + + + + +
+
X
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-parent-dynamic.html b/layout/reftests/text-indent/text-indent-parent-dynamic.html new file mode 100644 index 0000000000..2bc8767d23 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-parent-dynamic.html @@ -0,0 +1,15 @@ + + + + +
+
X
+
+ + + + diff --git a/layout/reftests/text-indent/text-indent-single-line-0.html b/layout/reftests/text-indent/text-indent-single-line-0.html new file mode 100644 index 0000000000..0cb6ab4d4d --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-0.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-100.html b/layout/reftests/text-indent/text-indent-single-line-100.html new file mode 100644 index 0000000000..0df429a239 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-100.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html b/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html new file mode 100644 index 0000000000..7eb28cd930 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-inline-margin.html b/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-inline-margin.html new file mode 100644 index 0000000000..62a8f86fcb --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-inline-margin.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-indent-inline.html b/layout/reftests/text-indent/text-indent-single-line-indent-inline.html new file mode 100644 index 0000000000..7c520427dd --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-indent-inline.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-percent-ref.html b/layout/reftests/text-indent/text-indent-single-line-percent-ref.html new file mode 100644 index 0000000000..0eafe7c97c --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-percent-ref.html @@ -0,0 +1,14 @@ + + +text-indent test + + + +
+

text

+
+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-percent.html b/layout/reftests/text-indent/text-indent-single-line-percent.html new file mode 100644 index 0000000000..aeb4ae5f74 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-percent.html @@ -0,0 +1,18 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +
+

text

+
+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-ref-margin.html b/layout/reftests/text-indent/text-indent-single-line-ref-margin.html new file mode 100644 index 0000000000..7fb1be9993 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-ref-margin.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-ref-unstyled.html b/layout/reftests/text-indent/text-indent-single-line-ref-unstyled.html new file mode 100644 index 0000000000..5863a40c7b --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-ref-unstyled.html @@ -0,0 +1,14 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + -- cgit v1.2.3