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 --- layout/reftests/first-line/287088-1-ref.html | 18 +++++++ layout/reftests/first-line/287088-1.html | 18 +++++++ layout/reftests/first-line/287088-2-ref.html | 14 ++++++ layout/reftests/first-line/287088-2.html | 14 ++++++ layout/reftests/first-line/403177-1-ref.html | 23 +++++++++ layout/reftests/first-line/403177-1.html | 23 +++++++++ layout/reftests/first-line/469227-2-ref.html | 4 ++ layout/reftests/first-line/469227-2.html | 9 ++++ layout/reftests/first-line/469227-3-ref.html | 4 ++ layout/reftests/first-line/469227-3.html | 9 ++++ layout/reftests/first-line/basic-1.html | 17 +++++++ layout/reftests/first-line/basic-ref.html | 11 +++++ .../reftests/first-line/border-not-apply-ref.html | 3 ++ layout/reftests/first-line/border-not-apply.html | 17 +++++++ .../first-line/caption-insert-in-first-line-1.html | 20 ++++++++ .../first-line/caption-insert-in-first-line-2.html | 20 ++++++++ .../caption-insert-in-first-line-ref.html | 13 +++++ .../first-line/first-line-in-columnset-1-ref.html | 8 ++++ .../first-line/first-line-in-columnset-1.html | 8 ++++ .../first-line/font-styles-nooverflow.html | 29 +++++++++++ layout/reftests/first-line/font-styles-ref.html | 29 +++++++++++ layout/reftests/first-line/font-styles.html | 29 +++++++++++ layout/reftests/first-line/ib-split-1-ref.html | 9 ++++ layout/reftests/first-line/ib-split-1.html | 10 ++++ .../first-line/insertion-in-first-line-1.html | 10 ++++ .../first-line/insertion-in-first-line-10.html | 13 +++++ .../first-line/insertion-in-first-line-11.html | 11 +++++ .../first-line/insertion-in-first-line-12.html | 13 +++++ .../first-line/insertion-in-first-line-2.html | 12 +++++ .../first-line/insertion-in-first-line-3.html | 10 ++++ .../first-line/insertion-in-first-line-4.html | 12 +++++ .../first-line/insertion-in-first-line-5.html | 10 ++++ .../first-line/insertion-in-first-line-6.html | 12 +++++ .../first-line/insertion-in-first-line-7.html | 10 ++++ .../first-line/insertion-in-first-line-8.html | 12 +++++ .../first-line/insertion-in-first-line-9.html | 11 +++++ .../first-line/insertion-in-first-line-ref.html | 5 ++ layout/reftests/first-line/out-of-flow-1-ref.html | 12 +++++ layout/reftests/first-line/out-of-flow-1a.html | 18 +++++++ layout/reftests/first-line/out-of-flow-1b.html | 17 +++++++ layout/reftests/first-line/out-of-flow-1c.html | 21 ++++++++ layout/reftests/first-line/out-of-flow-1d.html | 27 +++++++++++ layout/reftests/first-line/parent-style-1-ref.html | 16 +++++++ layout/reftests/first-line/parent-style-1.html | 22 +++++++++ layout/reftests/first-line/parent-style-2-ref.html | 11 +++++ layout/reftests/first-line/parent-style-2.html | 18 +++++++ layout/reftests/first-line/parent-style-3-ref.html | 11 +++++ layout/reftests/first-line/parent-style-3.html | 18 +++++++ layout/reftests/first-line/reftest.list | 56 ++++++++++++++++++++++ .../first-line/restyle-inside-first-line-ref.html | 6 +++ .../first-line/restyle-inside-first-line.html | 11 +++++ layout/reftests/first-line/stress-1.html | 41 ++++++++++++++++ layout/reftests/first-line/stress-10.html | 5 ++ layout/reftests/first-line/stress-11-ref.xhtml | 9 ++++ layout/reftests/first-line/stress-11.xhtml | 18 +++++++ layout/reftests/first-line/stress-2-ref.html | 10 ++++ layout/reftests/first-line/stress-2.html | 26 ++++++++++ layout/reftests/first-line/stress-3.html | 35 ++++++++++++++ layout/reftests/first-line/stress-4.html | 27 +++++++++++ layout/reftests/first-line/stress-5.html | 25 ++++++++++ layout/reftests/first-line/stress-6.html | 45 +++++++++++++++++ layout/reftests/first-line/stress-7.html | 17 +++++++ layout/reftests/first-line/stress-8-ref.html | 15 ++++++ layout/reftests/first-line/stress-8.html | 18 +++++++ layout/reftests/first-line/stress-9-ref.html | 14 ++++++ layout/reftests/first-line/stress-9.html | 15 ++++++ 66 files changed, 1084 insertions(+) create mode 100644 layout/reftests/first-line/287088-1-ref.html create mode 100644 layout/reftests/first-line/287088-1.html create mode 100644 layout/reftests/first-line/287088-2-ref.html create mode 100644 layout/reftests/first-line/287088-2.html create mode 100644 layout/reftests/first-line/403177-1-ref.html create mode 100644 layout/reftests/first-line/403177-1.html create mode 100644 layout/reftests/first-line/469227-2-ref.html create mode 100644 layout/reftests/first-line/469227-2.html create mode 100644 layout/reftests/first-line/469227-3-ref.html create mode 100644 layout/reftests/first-line/469227-3.html create mode 100644 layout/reftests/first-line/basic-1.html create mode 100644 layout/reftests/first-line/basic-ref.html create mode 100644 layout/reftests/first-line/border-not-apply-ref.html create mode 100644 layout/reftests/first-line/border-not-apply.html create mode 100644 layout/reftests/first-line/caption-insert-in-first-line-1.html create mode 100644 layout/reftests/first-line/caption-insert-in-first-line-2.html create mode 100644 layout/reftests/first-line/caption-insert-in-first-line-ref.html create mode 100644 layout/reftests/first-line/first-line-in-columnset-1-ref.html create mode 100644 layout/reftests/first-line/first-line-in-columnset-1.html create mode 100644 layout/reftests/first-line/font-styles-nooverflow.html create mode 100644 layout/reftests/first-line/font-styles-ref.html create mode 100644 layout/reftests/first-line/font-styles.html create mode 100644 layout/reftests/first-line/ib-split-1-ref.html create mode 100644 layout/reftests/first-line/ib-split-1.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-1.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-10.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-11.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-12.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-2.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-3.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-4.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-5.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-6.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-7.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-8.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-9.html create mode 100644 layout/reftests/first-line/insertion-in-first-line-ref.html create mode 100644 layout/reftests/first-line/out-of-flow-1-ref.html create mode 100644 layout/reftests/first-line/out-of-flow-1a.html create mode 100644 layout/reftests/first-line/out-of-flow-1b.html create mode 100644 layout/reftests/first-line/out-of-flow-1c.html create mode 100644 layout/reftests/first-line/out-of-flow-1d.html create mode 100644 layout/reftests/first-line/parent-style-1-ref.html create mode 100644 layout/reftests/first-line/parent-style-1.html create mode 100644 layout/reftests/first-line/parent-style-2-ref.html create mode 100644 layout/reftests/first-line/parent-style-2.html create mode 100644 layout/reftests/first-line/parent-style-3-ref.html create mode 100644 layout/reftests/first-line/parent-style-3.html create mode 100644 layout/reftests/first-line/reftest.list create mode 100644 layout/reftests/first-line/restyle-inside-first-line-ref.html create mode 100644 layout/reftests/first-line/restyle-inside-first-line.html create mode 100644 layout/reftests/first-line/stress-1.html create mode 100644 layout/reftests/first-line/stress-10.html create mode 100644 layout/reftests/first-line/stress-11-ref.xhtml create mode 100644 layout/reftests/first-line/stress-11.xhtml create mode 100644 layout/reftests/first-line/stress-2-ref.html create mode 100644 layout/reftests/first-line/stress-2.html create mode 100644 layout/reftests/first-line/stress-3.html create mode 100644 layout/reftests/first-line/stress-4.html create mode 100644 layout/reftests/first-line/stress-5.html create mode 100644 layout/reftests/first-line/stress-6.html create mode 100644 layout/reftests/first-line/stress-7.html create mode 100644 layout/reftests/first-line/stress-8-ref.html create mode 100644 layout/reftests/first-line/stress-8.html create mode 100644 layout/reftests/first-line/stress-9-ref.html create mode 100644 layout/reftests/first-line/stress-9.html (limited to 'layout/reftests/first-line') diff --git a/layout/reftests/first-line/287088-1-ref.html b/layout/reftests/first-line/287088-1-ref.html new file mode 100644 index 0000000000..0411b1a1a4 --- /dev/null +++ b/layout/reftests/first-line/287088-1-ref.html @@ -0,0 +1,18 @@ + + + + + + +
+Line number one.
Line number two.
Line number three. +
+ +
+ +
+ + + diff --git a/layout/reftests/first-line/287088-1.html b/layout/reftests/first-line/287088-1.html new file mode 100644 index 0000000000..3583b860d9 --- /dev/null +++ b/layout/reftests/first-line/287088-1.html @@ -0,0 +1,18 @@ + + + + + + +
+Line number one.
Line number two.
Line number three.
+
+ +
+ +
+ + + diff --git a/layout/reftests/first-line/287088-2-ref.html b/layout/reftests/first-line/287088-2-ref.html new file mode 100644 index 0000000000..862d6e309c --- /dev/null +++ b/layout/reftests/first-line/287088-2-ref.html @@ -0,0 +1,14 @@ + + + + + + +
+Line number one.
Line number two.
Line number three. +
+ + + diff --git a/layout/reftests/first-line/287088-2.html b/layout/reftests/first-line/287088-2.html new file mode 100644 index 0000000000..9d470b13a2 --- /dev/null +++ b/layout/reftests/first-line/287088-2.html @@ -0,0 +1,14 @@ + + + + + + +
+Line number one.
Line number two.
Line number three.
+
+ + + diff --git a/layout/reftests/first-line/403177-1-ref.html b/layout/reftests/first-line/403177-1-ref.html new file mode 100644 index 0000000000..8fcfdaff75 --- /dev/null +++ b/layout/reftests/first-line/403177-1-ref.html @@ -0,0 +1,23 @@ + + + + + + + +
+ a +
+ b +
+ c +
+ + + diff --git a/layout/reftests/first-line/403177-1.html b/layout/reftests/first-line/403177-1.html new file mode 100644 index 0000000000..3d376704f5 --- /dev/null +++ b/layout/reftests/first-line/403177-1.html @@ -0,0 +1,23 @@ + + + + + + + +
+ a +
+ b +
+ c +
+ + + diff --git a/layout/reftests/first-line/469227-2-ref.html b/layout/reftests/first-line/469227-2-ref.html new file mode 100644 index 0000000000..4e472dc3d9 --- /dev/null +++ b/layout/reftests/first-line/469227-2-ref.html @@ -0,0 +1,4 @@ + +Testcase for issue in bug 469227 comment 9 +Hello +

Hello

diff --git a/layout/reftests/first-line/469227-2.html b/layout/reftests/first-line/469227-2.html new file mode 100644 index 0000000000..ffaf2ed1c9 --- /dev/null +++ b/layout/reftests/first-line/469227-2.html @@ -0,0 +1,9 @@ + +Testcase for issue in bug 469227 comment 9 + +Hello +

Hello

diff --git a/layout/reftests/first-line/469227-3-ref.html b/layout/reftests/first-line/469227-3-ref.html new file mode 100644 index 0000000000..cb39ac1742 --- /dev/null +++ b/layout/reftests/first-line/469227-3-ref.html @@ -0,0 +1,4 @@ + +Testcase for issue in bug 469227 comment 9 +

Hello

+Hello diff --git a/layout/reftests/first-line/469227-3.html b/layout/reftests/first-line/469227-3.html new file mode 100644 index 0000000000..c4895f24d4 --- /dev/null +++ b/layout/reftests/first-line/469227-3.html @@ -0,0 +1,9 @@ + +Testcase for issue in bug 469227 comment 9 + +

Hello

+Hello diff --git a/layout/reftests/first-line/basic-1.html b/layout/reftests/first-line/basic-1.html new file mode 100644 index 0000000000..e63d8ae29e --- /dev/null +++ b/layout/reftests/first-line/basic-1.html @@ -0,0 +1,17 @@ + + + + CSS 2.1 Test Suite: :first-line + + + + + + + + This should be green + + diff --git a/layout/reftests/first-line/basic-ref.html b/layout/reftests/first-line/basic-ref.html new file mode 100644 index 0000000000..fb93056262 --- /dev/null +++ b/layout/reftests/first-line/basic-ref.html @@ -0,0 +1,11 @@ + + + + + + + This should be green + + diff --git a/layout/reftests/first-line/border-not-apply-ref.html b/layout/reftests/first-line/border-not-apply-ref.html new file mode 100644 index 0000000000..57cc100914 --- /dev/null +++ b/layout/reftests/first-line/border-not-apply-ref.html @@ -0,0 +1,3 @@ + +border should not apply to :first-line (bug 469227) +

Hello

diff --git a/layout/reftests/first-line/border-not-apply.html b/layout/reftests/first-line/border-not-apply.html new file mode 100644 index 0000000000..8665963f36 --- /dev/null +++ b/layout/reftests/first-line/border-not-apply.html @@ -0,0 +1,17 @@ + +border should not apply to :first-line (bug 469227) + +

Hello

diff --git a/layout/reftests/first-line/caption-insert-in-first-line-1.html b/layout/reftests/first-line/caption-insert-in-first-line-1.html new file mode 100644 index 0000000000..6c0eb7f768 --- /dev/null +++ b/layout/reftests/first-line/caption-insert-in-first-line-1.html @@ -0,0 +1,20 @@ + + +
+ + be green + +
+ diff --git a/layout/reftests/first-line/caption-insert-in-first-line-2.html b/layout/reftests/first-line/caption-insert-in-first-line-2.html new file mode 100644 index 0000000000..90d25010d1 --- /dev/null +++ b/layout/reftests/first-line/caption-insert-in-first-line-2.html @@ -0,0 +1,20 @@ + + +
+ + be green + +
+ diff --git a/layout/reftests/first-line/caption-insert-in-first-line-ref.html b/layout/reftests/first-line/caption-insert-in-first-line-ref.html new file mode 100644 index 0000000000..010a81fe4e --- /dev/null +++ b/layout/reftests/first-line/caption-insert-in-first-line-ref.html @@ -0,0 +1,13 @@ + + +
+ + This should + be green + +
diff --git a/layout/reftests/first-line/first-line-in-columnset-1-ref.html b/layout/reftests/first-line/first-line-in-columnset-1-ref.html new file mode 100644 index 0000000000..903fdc9c4c --- /dev/null +++ b/layout/reftests/first-line/first-line-in-columnset-1-ref.html @@ -0,0 +1,8 @@ + + +
+ Some text +
diff --git a/layout/reftests/first-line/first-line-in-columnset-1.html b/layout/reftests/first-line/first-line-in-columnset-1.html new file mode 100644 index 0000000000..452f043198 --- /dev/null +++ b/layout/reftests/first-line/first-line-in-columnset-1.html @@ -0,0 +1,8 @@ + + +
+ Some text +
diff --git a/layout/reftests/first-line/font-styles-nooverflow.html b/layout/reftests/first-line/font-styles-nooverflow.html new file mode 100644 index 0000000000..5cf63f1b5d --- /dev/null +++ b/layout/reftests/first-line/font-styles-nooverflow.html @@ -0,0 +1,29 @@ + + + +Simple first-line test + + + + + +
sans-serif
serif bold serif italic
just italicitalic too
+ diff --git a/layout/reftests/first-line/font-styles-ref.html b/layout/reftests/first-line/font-styles-ref.html new file mode 100644 index 0000000000..d68b28a1d0 --- /dev/null +++ b/layout/reftests/first-line/font-styles-ref.html @@ -0,0 +1,29 @@ + + + +Simple first-line test + + + + + +
sans-serif
serif bold serif italic
just italicitalic too
+ \ No newline at end of file diff --git a/layout/reftests/first-line/font-styles.html b/layout/reftests/first-line/font-styles.html new file mode 100644 index 0000000000..a330f54e72 --- /dev/null +++ b/layout/reftests/first-line/font-styles.html @@ -0,0 +1,29 @@ + + + +Simple first-line test + + + + + +
sans-serif
serif bold serif italic
just italicitalic too
+ \ No newline at end of file diff --git a/layout/reftests/first-line/ib-split-1-ref.html b/layout/reftests/first-line/ib-split-1-ref.html new file mode 100644 index 0000000000..a60e9776dc --- /dev/null +++ b/layout/reftests/first-line/ib-split-1-ref.html @@ -0,0 +1,9 @@ + + +
+ +
This should be green
+
+
diff --git a/layout/reftests/first-line/ib-split-1.html b/layout/reftests/first-line/ib-split-1.html new file mode 100644 index 0000000000..5c2b2dd84f --- /dev/null +++ b/layout/reftests/first-line/ib-split-1.html @@ -0,0 +1,10 @@ + + +
+ +
This should be green
+
+
diff --git a/layout/reftests/first-line/insertion-in-first-line-1.html b/layout/reftests/first-line/insertion-in-first-line-1.html new file mode 100644 index 0000000000..2b2769724c --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-1.html @@ -0,0 +1,10 @@ + + +
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-10.html b/layout/reftests/first-line/insertion-in-first-line-10.html new file mode 100644 index 0000000000..60f6898df5 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-10.html @@ -0,0 +1,13 @@ + + +
This should be
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-11.html b/layout/reftests/first-line/insertion-in-first-line-11.html new file mode 100644 index 0000000000..cd27a622c0 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-11.html @@ -0,0 +1,11 @@ + + +
green
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-12.html b/layout/reftests/first-line/insertion-in-first-line-12.html new file mode 100644 index 0000000000..da797bbf78 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-12.html @@ -0,0 +1,13 @@ + + +
green
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-2.html b/layout/reftests/first-line/insertion-in-first-line-2.html new file mode 100644 index 0000000000..95e695c9b4 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-2.html @@ -0,0 +1,12 @@ + + +
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-3.html b/layout/reftests/first-line/insertion-in-first-line-3.html new file mode 100644 index 0000000000..81857453f6 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-3.html @@ -0,0 +1,10 @@ + + +
green
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-4.html b/layout/reftests/first-line/insertion-in-first-line-4.html new file mode 100644 index 0000000000..316b6dd42e --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-4.html @@ -0,0 +1,12 @@ + + +
green
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-5.html b/layout/reftests/first-line/insertion-in-first-line-5.html new file mode 100644 index 0000000000..f54e84d24b --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-5.html @@ -0,0 +1,10 @@ + + +
This should be
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-6.html b/layout/reftests/first-line/insertion-in-first-line-6.html new file mode 100644 index 0000000000..853bce0318 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-6.html @@ -0,0 +1,12 @@ + + +
This should be
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-7.html b/layout/reftests/first-line/insertion-in-first-line-7.html new file mode 100644 index 0000000000..903fd9a2c3 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-7.html @@ -0,0 +1,10 @@ + + +
green
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-8.html b/layout/reftests/first-line/insertion-in-first-line-8.html new file mode 100644 index 0000000000..ad20048ff6 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-8.html @@ -0,0 +1,12 @@ + + +
green
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-9.html b/layout/reftests/first-line/insertion-in-first-line-9.html new file mode 100644 index 0000000000..0458047adb --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-9.html @@ -0,0 +1,11 @@ + + +
This should be
+ diff --git a/layout/reftests/first-line/insertion-in-first-line-ref.html b/layout/reftests/first-line/insertion-in-first-line-ref.html new file mode 100644 index 0000000000..c7babe0977 --- /dev/null +++ b/layout/reftests/first-line/insertion-in-first-line-ref.html @@ -0,0 +1,5 @@ + + +
This should be green
diff --git a/layout/reftests/first-line/out-of-flow-1-ref.html b/layout/reftests/first-line/out-of-flow-1-ref.html new file mode 100644 index 0000000000..077268d7c3 --- /dev/null +++ b/layout/reftests/first-line/out-of-flow-1-ref.html @@ -0,0 +1,12 @@ + + + + + + +
This should be green
+ + + diff --git a/layout/reftests/first-line/out-of-flow-1a.html b/layout/reftests/first-line/out-of-flow-1a.html new file mode 100644 index 0000000000..5a4a824554 --- /dev/null +++ b/layout/reftests/first-line/out-of-flow-1a.html @@ -0,0 +1,18 @@ + + + + CSS 2.1 Test Suite: :first-line + + + + + + + +
This should be green
+ + + diff --git a/layout/reftests/first-line/out-of-flow-1b.html b/layout/reftests/first-line/out-of-flow-1b.html new file mode 100644 index 0000000000..42d5b94881 --- /dev/null +++ b/layout/reftests/first-line/out-of-flow-1b.html @@ -0,0 +1,17 @@ + + + + CSS 2.1 Test Suite: :first-line + + + + + + + +
This should be green
+ + diff --git a/layout/reftests/first-line/out-of-flow-1c.html b/layout/reftests/first-line/out-of-flow-1c.html new file mode 100644 index 0000000000..23c7d5b0c9 --- /dev/null +++ b/layout/reftests/first-line/out-of-flow-1c.html @@ -0,0 +1,21 @@ + + + + CSS 2.1 Test Suite: :first-line + + + + + + + +
+ + This should be green + +
+ + diff --git a/layout/reftests/first-line/out-of-flow-1d.html b/layout/reftests/first-line/out-of-flow-1d.html new file mode 100644 index 0000000000..f674011fb9 --- /dev/null +++ b/layout/reftests/first-line/out-of-flow-1d.html @@ -0,0 +1,27 @@ + + + + CSS 2.1 Test Suite: :first-line + + + + + + + + +
+ + + diff --git a/layout/reftests/first-line/parent-style-1-ref.html b/layout/reftests/first-line/parent-style-1-ref.html new file mode 100644 index 0000000000..01b7bf4e7f --- /dev/null +++ b/layout/reftests/first-line/parent-style-1-ref.html @@ -0,0 +1,16 @@ + + + + + + + +
+ + + diff --git a/layout/reftests/first-line/parent-style-1.html b/layout/reftests/first-line/parent-style-1.html new file mode 100644 index 0000000000..bf61009f5a --- /dev/null +++ b/layout/reftests/first-line/parent-style-1.html @@ -0,0 +1,22 @@ + + + + CSS 2.1 Test Suite: :first-line + + + + + + + + +
+ + + diff --git a/layout/reftests/first-line/parent-style-2-ref.html b/layout/reftests/first-line/parent-style-2-ref.html new file mode 100644 index 0000000000..00d335e35a --- /dev/null +++ b/layout/reftests/first-line/parent-style-2-ref.html @@ -0,0 +1,11 @@ + + + + + + +
OneTwo
+ + diff --git a/layout/reftests/first-line/parent-style-2.html b/layout/reftests/first-line/parent-style-2.html new file mode 100644 index 0000000000..a6266964b1 --- /dev/null +++ b/layout/reftests/first-line/parent-style-2.html @@ -0,0 +1,18 @@ + + + + CSS 2.1 Test Suite: :first-line + + + + + + + +
OneTwo
+ diff --git a/layout/reftests/first-line/parent-style-3-ref.html b/layout/reftests/first-line/parent-style-3-ref.html new file mode 100644 index 0000000000..35a19e3e69 --- /dev/null +++ b/layout/reftests/first-line/parent-style-3-ref.html @@ -0,0 +1,11 @@ + + + + + + +

OneTwo

+ + diff --git a/layout/reftests/first-line/parent-style-3.html b/layout/reftests/first-line/parent-style-3.html new file mode 100644 index 0000000000..dc7ad76386 --- /dev/null +++ b/layout/reftests/first-line/parent-style-3.html @@ -0,0 +1,18 @@ + + + + CSS 2.1 Test Suite: :first-line + + + + + + + +

OneTwo

+ diff --git a/layout/reftests/first-line/reftest.list b/layout/reftests/first-line/reftest.list new file mode 100644 index 0000000000..5517711d33 --- /dev/null +++ b/layout/reftests/first-line/reftest.list @@ -0,0 +1,56 @@ +# basic functionality +== basic-1.html basic-ref.html + +# handling of out-of-flows when ::first-line happens +== out-of-flow-1a.html out-of-flow-1-ref.html +== out-of-flow-1b.html out-of-flow-1-ref.html +== out-of-flow-1c.html out-of-flow-1-ref.html +== out-of-flow-1d.html out-of-flow-1-ref.html + +# parent computed style correct +== parent-style-1.html parent-style-1-ref.html +== parent-style-2.html parent-style-2-ref.html +== parent-style-3.html parent-style-3-ref.html + +# stress-tests +load stress-1.html # assertion test +== stress-2.html stress-2-ref.html # assertion + rendering test +load stress-3.html # assertion test +load stress-4.html # assertion/crash test. +load stress-5.html # assertion/crash test +load stress-6.html # assertion/crash test +load stress-7.html # assertion/crash test +== stress-8.html stress-8-ref.html # assertion/crash test +== stress-9.html stress-9-ref.html # assertion/crash test +load stress-10.html # crash test +== stress-11.xhtml stress-11-ref.xhtml + +== border-not-apply.html border-not-apply-ref.html +== 287088-1.html 287088-1-ref.html +== 287088-2.html 287088-2-ref.html +== 403177-1.html 403177-1-ref.html +== 469227-2.html 469227-2-ref.html +== 469227-3.html 469227-3-ref.html + +random == restyle-inside-first-line.html restyle-inside-first-line-ref.html # bug 1523134 +== font-styles.html font-styles-ref.html +== font-styles-nooverflow.html font-styles-ref.html + +== ib-split-1.html ib-split-1-ref.html + +== first-line-in-columnset-1.html first-line-in-columnset-1-ref.html + +== insertion-in-first-line-1.html insertion-in-first-line-ref.html +== insertion-in-first-line-2.html insertion-in-first-line-ref.html +== insertion-in-first-line-3.html insertion-in-first-line-ref.html +== insertion-in-first-line-4.html insertion-in-first-line-ref.html +== insertion-in-first-line-5.html insertion-in-first-line-ref.html +== insertion-in-first-line-6.html insertion-in-first-line-ref.html +== insertion-in-first-line-7.html insertion-in-first-line-ref.html +== insertion-in-first-line-8.html insertion-in-first-line-ref.html +== insertion-in-first-line-9.html insertion-in-first-line-ref.html +== insertion-in-first-line-10.html insertion-in-first-line-ref.html +== insertion-in-first-line-11.html insertion-in-first-line-ref.html +== insertion-in-first-line-12.html insertion-in-first-line-ref.html +== caption-insert-in-first-line-1.html caption-insert-in-first-line-ref.html +== caption-insert-in-first-line-2.html caption-insert-in-first-line-ref.html diff --git a/layout/reftests/first-line/restyle-inside-first-line-ref.html b/layout/reftests/first-line/restyle-inside-first-line-ref.html new file mode 100644 index 0000000000..a2149cddc9 --- /dev/null +++ b/layout/reftests/first-line/restyle-inside-first-line-ref.html @@ -0,0 +1,6 @@ + +Test for bug 945105: direct restyling of element inside of a ::first-line that extends to the next line + +
This is some text
diff --git a/layout/reftests/first-line/restyle-inside-first-line.html b/layout/reftests/first-line/restyle-inside-first-line.html new file mode 100644 index 0000000000..5e5333db9b --- /dev/null +++ b/layout/reftests/first-line/restyle-inside-first-line.html @@ -0,0 +1,11 @@ + +Test for bug 945105: direct restyling of element inside of a ::first-line that extends to the next line + +
+ diff --git a/layout/reftests/first-line/stress-1.html b/layout/reftests/first-line/stress-1.html new file mode 100644 index 0000000000..1add82e89b --- /dev/null +++ b/layout/reftests/first-line/stress-1.html @@ -0,0 +1,41 @@ + + + + + + + + + + + +
+

foo

+
+ + + diff --git a/layout/reftests/first-line/stress-10.html b/layout/reftests/first-line/stress-10.html new file mode 100644 index 0000000000..79e6194187 --- /dev/null +++ b/layout/reftests/first-line/stress-10.html @@ -0,0 +1,5 @@ + +
    diff --git a/layout/reftests/first-line/stress-11-ref.xhtml b/layout/reftests/first-line/stress-11-ref.xhtml new file mode 100644 index 0000000000..6249792a53 --- /dev/null +++ b/layout/reftests/first-line/stress-11-ref.xhtml @@ -0,0 +1,9 @@ + + + + + +This should not crash Mozilla + diff --git a/layout/reftests/first-line/stress-11.xhtml b/layout/reftests/first-line/stress-11.xhtml new file mode 100644 index 0000000000..261250af26 --- /dev/null +++ b/layout/reftests/first-line/stress-11.xhtml @@ -0,0 +1,18 @@ + + + + + + +This should not crash Mozilla + diff --git a/layout/reftests/first-line/stress-2-ref.html b/layout/reftests/first-line/stress-2-ref.html new file mode 100644 index 0000000000..586010e092 --- /dev/null +++ b/layout/reftests/first-line/stress-2-ref.html @@ -0,0 +1,10 @@ + + + + +
    + Foo +
    + + + diff --git a/layout/reftests/first-line/stress-2.html b/layout/reftests/first-line/stress-2.html new file mode 100644 index 0000000000..5002007266 --- /dev/null +++ b/layout/reftests/first-line/stress-2.html @@ -0,0 +1,26 @@ + + + + + + + + + + + +
    + Foo +
    + + + diff --git a/layout/reftests/first-line/stress-3.html b/layout/reftests/first-line/stress-3.html new file mode 100644 index 0000000000..8e43ca6882 --- /dev/null +++ b/layout/reftests/first-line/stress-3.html @@ -0,0 +1,35 @@ + + + + + + + + + + +
    + + diff --git a/layout/reftests/first-line/stress-4.html b/layout/reftests/first-line/stress-4.html new file mode 100644 index 0000000000..566dfd7ebd --- /dev/null +++ b/layout/reftests/first-line/stress-4.html @@ -0,0 +1,27 @@ + + + + + + + +
    + + + + + + Loading this should not crash Mozilla + +
    + + + diff --git a/layout/reftests/first-line/stress-5.html b/layout/reftests/first-line/stress-5.html new file mode 100644 index 0000000000..486d378fa3 --- /dev/null +++ b/layout/reftests/first-line/stress-5.html @@ -0,0 +1,25 @@ + + + + + + +This page should not crash Mozilla +
    + +
    + + text +
    + y +
    +
    +
    + + + + + diff --git a/layout/reftests/first-line/stress-6.html b/layout/reftests/first-line/stress-6.html new file mode 100644 index 0000000000..8883ea54f3 --- /dev/null +++ b/layout/reftests/first-line/stress-6.html @@ -0,0 +1,45 @@ + + + + + +
    +
    +
    +
    +This page should not crash Mozilla + + + diff --git a/layout/reftests/first-line/stress-7.html b/layout/reftests/first-line/stress-7.html new file mode 100644 index 0000000000..fb8fdfd594 --- /dev/null +++ b/layout/reftests/first-line/stress-7.html @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + diff --git a/layout/reftests/first-line/stress-8-ref.html b/layout/reftests/first-line/stress-8-ref.html new file mode 100644 index 0000000000..30e9caa909 --- /dev/null +++ b/layout/reftests/first-line/stress-8-ref.html @@ -0,0 +1,15 @@ + + + +
    +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 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 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/first-line/stress-8.html b/layout/reftests/first-line/stress-8.html new file mode 100644 index 0000000000..120f2d0afa --- /dev/null +++ b/layout/reftests/first-line/stress-8.html @@ -0,0 +1,18 @@ + + + + +
    +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 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 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/first-line/stress-9-ref.html b/layout/reftests/first-line/stress-9-ref.html new file mode 100644 index 0000000000..773cefbe77 --- /dev/null +++ b/layout/reftests/first-line/stress-9-ref.html @@ -0,0 +1,14 @@ + + + + + + +
      + +
    + + diff --git a/layout/reftests/first-line/stress-9.html b/layout/reftests/first-line/stress-9.html new file mode 100644 index 0000000000..90e0b63beb --- /dev/null +++ b/layout/reftests/first-line/stress-9.html @@ -0,0 +1,15 @@ + + + + + + +
      + +
    + + -- cgit v1.2.3