From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../outline/outline-and-3d-transform-1-ref.html | 28 +++++++++++ .../outline/outline-and-3d-transform-1a.html | 40 +++++++++++++++ .../outline/outline-and-3d-transform-1b.html | 40 +++++++++++++++ .../outline/outline-and-3d-transform-2-ref.html | 36 ++++++++++++++ .../outline/outline-and-3d-transform-2.html | 35 +++++++++++++ .../outline/outline-and-box-shadow-ref.html | 13 +++++ .../reftests/outline/outline-and-box-shadow.html | 13 +++++ layout/reftests/outline/outline-auto-001-ref.html | 36 ++++++++++++++ layout/reftests/outline/outline-auto-001.html | 28 +++++++++++ layout/reftests/outline/outline-auto-002-ref.html | 2 + layout/reftests/outline/outline-auto-002.html | 5 ++ .../outline-auto-explicit-native-widget-ref.html | 5 ++ .../outline-auto-explicit-native-widget.html | 5 ++ ...e-auto-follows-border-radius-non-native-02.html | 14 ++++++ ...to-follows-border-radius-non-native-notref.html | 12 +++++ ...line-auto-follows-border-radius-non-native.html | 13 +++++ .../outline-auto-suppressed-native-widget-ref.html | 7 +++ .../outline-auto-suppressed-native-widget.html | 8 +++ .../outline/outline-dynamic-change-1-ref.html | 17 +++++++ .../outline/outline-dynamic-change-1a.html | 26 ++++++++++ .../outline/outline-dynamic-change-1b.html | 26 ++++++++++ layout/reftests/outline/outline-initial-1-ref.html | 5 ++ layout/reftests/outline/outline-initial-1a.html | 4 ++ layout/reftests/outline/outline-initial-1b.html | 5 ++ layout/reftests/outline/outline-on-table-ref.html | 9 ++++ layout/reftests/outline/outline-on-table.html | 17 +++++++ .../outline/outline-overflow-block-abspos.html | 25 ++++++++++ .../outline/outline-overflow-block-float.html | 23 +++++++++ .../outline/outline-overflow-block-ref.html | 17 +++++++ .../outline-overflow-inlineblock-abspos.html | 27 ++++++++++ .../outline-overflow-inlineblock-float.html | 24 +++++++++ .../outline/outline-overflow-inlineblock-ref.html | 17 +++++++ .../outline/outline-table-caption-invisible.html | 8 +++ .../outline/outline-table-caption-ref.html | 11 +++++ layout/reftests/outline/outline-table-caption.html | 11 +++++ .../outline/outline-wrapped-span-1-ref.html | 54 ++++++++++++++++++++ .../reftests/outline/outline-wrapped-span-1.html | 57 ++++++++++++++++++++++ layout/reftests/outline/reftest.list | 22 +++++++++ 38 files changed, 745 insertions(+) create mode 100644 layout/reftests/outline/outline-and-3d-transform-1-ref.html create mode 100644 layout/reftests/outline/outline-and-3d-transform-1a.html create mode 100644 layout/reftests/outline/outline-and-3d-transform-1b.html create mode 100644 layout/reftests/outline/outline-and-3d-transform-2-ref.html create mode 100644 layout/reftests/outline/outline-and-3d-transform-2.html create mode 100644 layout/reftests/outline/outline-and-box-shadow-ref.html create mode 100644 layout/reftests/outline/outline-and-box-shadow.html create mode 100644 layout/reftests/outline/outline-auto-001-ref.html create mode 100644 layout/reftests/outline/outline-auto-001.html create mode 100644 layout/reftests/outline/outline-auto-002-ref.html create mode 100644 layout/reftests/outline/outline-auto-002.html create mode 100644 layout/reftests/outline/outline-auto-explicit-native-widget-ref.html create mode 100644 layout/reftests/outline/outline-auto-explicit-native-widget.html create mode 100644 layout/reftests/outline/outline-auto-follows-border-radius-non-native-02.html create mode 100644 layout/reftests/outline/outline-auto-follows-border-radius-non-native-notref.html create mode 100644 layout/reftests/outline/outline-auto-follows-border-radius-non-native.html create mode 100644 layout/reftests/outline/outline-auto-suppressed-native-widget-ref.html create mode 100644 layout/reftests/outline/outline-auto-suppressed-native-widget.html create mode 100644 layout/reftests/outline/outline-dynamic-change-1-ref.html create mode 100644 layout/reftests/outline/outline-dynamic-change-1a.html create mode 100644 layout/reftests/outline/outline-dynamic-change-1b.html create mode 100644 layout/reftests/outline/outline-initial-1-ref.html create mode 100644 layout/reftests/outline/outline-initial-1a.html create mode 100644 layout/reftests/outline/outline-initial-1b.html create mode 100644 layout/reftests/outline/outline-on-table-ref.html create mode 100644 layout/reftests/outline/outline-on-table.html create mode 100644 layout/reftests/outline/outline-overflow-block-abspos.html create mode 100644 layout/reftests/outline/outline-overflow-block-float.html create mode 100644 layout/reftests/outline/outline-overflow-block-ref.html create mode 100644 layout/reftests/outline/outline-overflow-inlineblock-abspos.html create mode 100644 layout/reftests/outline/outline-overflow-inlineblock-float.html create mode 100644 layout/reftests/outline/outline-overflow-inlineblock-ref.html create mode 100644 layout/reftests/outline/outline-table-caption-invisible.html create mode 100644 layout/reftests/outline/outline-table-caption-ref.html create mode 100644 layout/reftests/outline/outline-table-caption.html create mode 100644 layout/reftests/outline/outline-wrapped-span-1-ref.html create mode 100644 layout/reftests/outline/outline-wrapped-span-1.html create mode 100644 layout/reftests/outline/reftest.list (limited to 'layout/reftests/outline') diff --git a/layout/reftests/outline/outline-and-3d-transform-1-ref.html b/layout/reftests/outline/outline-and-3d-transform-1-ref.html new file mode 100644 index 0000000000..30fa7eabec --- /dev/null +++ b/layout/reftests/outline/outline-and-3d-transform-1-ref.html @@ -0,0 +1,28 @@ + +Testcase for outline around 3-D transform + + +
diff --git a/layout/reftests/outline/outline-and-3d-transform-1a.html b/layout/reftests/outline/outline-and-3d-transform-1a.html new file mode 100644 index 0000000000..6b7926c2da --- /dev/null +++ b/layout/reftests/outline/outline-and-3d-transform-1a.html @@ -0,0 +1,40 @@ + +Testcase for outline around 3-D transform + + +
diff --git a/layout/reftests/outline/outline-and-3d-transform-1b.html b/layout/reftests/outline/outline-and-3d-transform-1b.html new file mode 100644 index 0000000000..d2e2316de6 --- /dev/null +++ b/layout/reftests/outline/outline-and-3d-transform-1b.html @@ -0,0 +1,40 @@ + +Testcase for outline around 3-D transform + + +
diff --git a/layout/reftests/outline/outline-and-3d-transform-2-ref.html b/layout/reftests/outline/outline-and-3d-transform-2-ref.html new file mode 100644 index 0000000000..93a45d8f80 --- /dev/null +++ b/layout/reftests/outline/outline-and-3d-transform-2-ref.html @@ -0,0 +1,36 @@ + +Testcase for outline around 3-D transform + + +
diff --git a/layout/reftests/outline/outline-and-3d-transform-2.html b/layout/reftests/outline/outline-and-3d-transform-2.html new file mode 100644 index 0000000000..7243669717 --- /dev/null +++ b/layout/reftests/outline/outline-and-3d-transform-2.html @@ -0,0 +1,35 @@ + +Testcase for outline around 3-D transform + + +
diff --git a/layout/reftests/outline/outline-and-box-shadow-ref.html b/layout/reftests/outline/outline-and-box-shadow-ref.html new file mode 100644 index 0000000000..0d4a9ffcf6 --- /dev/null +++ b/layout/reftests/outline/outline-and-box-shadow-ref.html @@ -0,0 +1,13 @@ + +outline and box-shadow + +

The outline should be adjacent to the background.

diff --git a/layout/reftests/outline/outline-and-box-shadow.html b/layout/reftests/outline/outline-and-box-shadow.html new file mode 100644 index 0000000000..3bb717200b --- /dev/null +++ b/layout/reftests/outline/outline-and-box-shadow.html @@ -0,0 +1,13 @@ + +outline and box-shadow + +

The outline should be adjacent to the background.

diff --git a/layout/reftests/outline/outline-auto-001-ref.html b/layout/reftests/outline/outline-auto-001-ref.html new file mode 100644 index 0000000000..5520991b74 --- /dev/null +++ b/layout/reftests/outline/outline-auto-001-ref.html @@ -0,0 +1,36 @@ + +Testcase for outline:auto + +
+
+
+
+
+
+
diff --git a/layout/reftests/outline/outline-auto-001.html b/layout/reftests/outline/outline-auto-001.html new file mode 100644 index 0000000000..89758919ae --- /dev/null +++ b/layout/reftests/outline/outline-auto-001.html @@ -0,0 +1,28 @@ + +Testcase for outline:auto + +
+
+
+
+
+
+
diff --git a/layout/reftests/outline/outline-auto-002-ref.html b/layout/reftests/outline/outline-auto-002-ref.html new file mode 100644 index 0000000000..78d22a05a5 --- /dev/null +++ b/layout/reftests/outline/outline-auto-002-ref.html @@ -0,0 +1,2 @@ + +
diff --git a/layout/reftests/outline/outline-auto-002.html b/layout/reftests/outline/outline-auto-002.html new file mode 100644 index 0000000000..6f1ebddd0b --- /dev/null +++ b/layout/reftests/outline/outline-auto-002.html @@ -0,0 +1,5 @@ + + +
+
+
diff --git a/layout/reftests/outline/outline-auto-explicit-native-widget-ref.html b/layout/reftests/outline/outline-auto-explicit-native-widget-ref.html new file mode 100644 index 0000000000..ede3ee72a4 --- /dev/null +++ b/layout/reftests/outline/outline-auto-explicit-native-widget-ref.html @@ -0,0 +1,5 @@ + + + diff --git a/layout/reftests/outline/outline-auto-explicit-native-widget.html b/layout/reftests/outline/outline-auto-explicit-native-widget.html new file mode 100644 index 0000000000..4cbf40a517 --- /dev/null +++ b/layout/reftests/outline/outline-auto-explicit-native-widget.html @@ -0,0 +1,5 @@ + + + diff --git a/layout/reftests/outline/outline-auto-follows-border-radius-non-native-02.html b/layout/reftests/outline/outline-auto-follows-border-radius-non-native-02.html new file mode 100644 index 0000000000..f03c1694b2 --- /dev/null +++ b/layout/reftests/outline/outline-auto-follows-border-radius-non-native-02.html @@ -0,0 +1,14 @@ + + +
diff --git a/layout/reftests/outline/outline-auto-follows-border-radius-non-native-notref.html b/layout/reftests/outline/outline-auto-follows-border-radius-non-native-notref.html new file mode 100644 index 0000000000..7cfe639cd4 --- /dev/null +++ b/layout/reftests/outline/outline-auto-follows-border-radius-non-native-notref.html @@ -0,0 +1,12 @@ + + +
diff --git a/layout/reftests/outline/outline-auto-follows-border-radius-non-native.html b/layout/reftests/outline/outline-auto-follows-border-radius-non-native.html new file mode 100644 index 0000000000..baff30d54f --- /dev/null +++ b/layout/reftests/outline/outline-auto-follows-border-radius-non-native.html @@ -0,0 +1,13 @@ + + +
diff --git a/layout/reftests/outline/outline-auto-suppressed-native-widget-ref.html b/layout/reftests/outline/outline-auto-suppressed-native-widget-ref.html new file mode 100644 index 0000000000..728e9b4fc2 --- /dev/null +++ b/layout/reftests/outline/outline-auto-suppressed-native-widget-ref.html @@ -0,0 +1,7 @@ + + + diff --git a/layout/reftests/outline/outline-auto-suppressed-native-widget.html b/layout/reftests/outline/outline-auto-suppressed-native-widget.html new file mode 100644 index 0000000000..97848797dd --- /dev/null +++ b/layout/reftests/outline/outline-auto-suppressed-native-widget.html @@ -0,0 +1,8 @@ + + + diff --git a/layout/reftests/outline/outline-dynamic-change-1-ref.html b/layout/reftests/outline/outline-dynamic-change-1-ref.html new file mode 100644 index 0000000000..ac45dd1972 --- /dev/null +++ b/layout/reftests/outline/outline-dynamic-change-1-ref.html @@ -0,0 +1,17 @@ + + + + + + +
+ + diff --git a/layout/reftests/outline/outline-dynamic-change-1a.html b/layout/reftests/outline/outline-dynamic-change-1a.html new file mode 100644 index 0000000000..92ced60977 --- /dev/null +++ b/layout/reftests/outline/outline-dynamic-change-1a.html @@ -0,0 +1,26 @@ + + + + + Test that dynamic tweaks to 'outline-offset' are reflected in the rendering. + + + + + +
+ + diff --git a/layout/reftests/outline/outline-dynamic-change-1b.html b/layout/reftests/outline/outline-dynamic-change-1b.html new file mode 100644 index 0000000000..800847bcad --- /dev/null +++ b/layout/reftests/outline/outline-dynamic-change-1b.html @@ -0,0 +1,26 @@ + + + + + Test that dynamic tweaks to 'outline-width' are reflected in the rendering. + + + + + +
+ + diff --git a/layout/reftests/outline/outline-initial-1-ref.html b/layout/reftests/outline/outline-initial-1-ref.html new file mode 100644 index 0000000000..53bcb0c4ad --- /dev/null +++ b/layout/reftests/outline/outline-initial-1-ref.html @@ -0,0 +1,5 @@ + + + This should have a green outline. + diff --git a/layout/reftests/outline/outline-initial-1a.html b/layout/reftests/outline/outline-initial-1a.html new file mode 100644 index 0000000000..461a8104ea --- /dev/null +++ b/layout/reftests/outline/outline-initial-1a.html @@ -0,0 +1,4 @@ + + + This should have a green outline. + diff --git a/layout/reftests/outline/outline-initial-1b.html b/layout/reftests/outline/outline-initial-1b.html new file mode 100644 index 0000000000..a01459af10 --- /dev/null +++ b/layout/reftests/outline/outline-initial-1b.html @@ -0,0 +1,5 @@ + + + This should have a green outline. + diff --git a/layout/reftests/outline/outline-on-table-ref.html b/layout/reftests/outline/outline-on-table-ref.html new file mode 100644 index 0000000000..fd9fbe01bb --- /dev/null +++ b/layout/reftests/outline/outline-on-table-ref.html @@ -0,0 +1,9 @@ + + +
diff --git a/layout/reftests/outline/outline-on-table.html b/layout/reftests/outline/outline-on-table.html new file mode 100644 index 0000000000..bcb1b9e4af --- /dev/null +++ b/layout/reftests/outline/outline-on-table.html @@ -0,0 +1,17 @@ + + + +
+ + diff --git a/layout/reftests/outline/outline-overflow-block-abspos.html b/layout/reftests/outline/outline-overflow-block-abspos.html new file mode 100644 index 0000000000..574519e908 --- /dev/null +++ b/layout/reftests/outline/outline-overflow-block-abspos.html @@ -0,0 +1,25 @@ + +outline doesn't go around overflowing abspos descendants + + +
diff --git a/layout/reftests/outline/outline-overflow-block-float.html b/layout/reftests/outline/outline-overflow-block-float.html new file mode 100644 index 0000000000..f3f6db8b25 --- /dev/null +++ b/layout/reftests/outline/outline-overflow-block-float.html @@ -0,0 +1,23 @@ + +outline doesn't go around overflowing floats + + +
diff --git a/layout/reftests/outline/outline-overflow-block-ref.html b/layout/reftests/outline/outline-overflow-block-ref.html new file mode 100644 index 0000000000..204d02430e --- /dev/null +++ b/layout/reftests/outline/outline-overflow-block-ref.html @@ -0,0 +1,17 @@ + +reference + + +
diff --git a/layout/reftests/outline/outline-overflow-inlineblock-abspos.html b/layout/reftests/outline/outline-overflow-inlineblock-abspos.html new file mode 100644 index 0000000000..284b52370e --- /dev/null +++ b/layout/reftests/outline/outline-overflow-inlineblock-abspos.html @@ -0,0 +1,27 @@ + +outline doesn't go around overflowing abspos descendants + + +
diff --git a/layout/reftests/outline/outline-overflow-inlineblock-float.html b/layout/reftests/outline/outline-overflow-inlineblock-float.html new file mode 100644 index 0000000000..1c5c67c8e9 --- /dev/null +++ b/layout/reftests/outline/outline-overflow-inlineblock-float.html @@ -0,0 +1,24 @@ + +outline doesn't go around overflowing floats + + +
diff --git a/layout/reftests/outline/outline-overflow-inlineblock-ref.html b/layout/reftests/outline/outline-overflow-inlineblock-ref.html new file mode 100644 index 0000000000..204d02430e --- /dev/null +++ b/layout/reftests/outline/outline-overflow-inlineblock-ref.html @@ -0,0 +1,17 @@ + +reference + + +
diff --git a/layout/reftests/outline/outline-table-caption-invisible.html b/layout/reftests/outline/outline-table-caption-invisible.html new file mode 100644 index 0000000000..bc0960e7b0 --- /dev/null +++ b/layout/reftests/outline/outline-table-caption-invisible.html @@ -0,0 +1,8 @@ + + + + + +
Caption
Cell
diff --git a/layout/reftests/outline/outline-table-caption-ref.html b/layout/reftests/outline/outline-table-caption-ref.html new file mode 100644 index 0000000000..a6182a3f29 --- /dev/null +++ b/layout/reftests/outline/outline-table-caption-ref.html @@ -0,0 +1,11 @@ + + + + + +
Caption
Cell
diff --git a/layout/reftests/outline/outline-table-caption.html b/layout/reftests/outline/outline-table-caption.html new file mode 100644 index 0000000000..55e6a6e9d5 --- /dev/null +++ b/layout/reftests/outline/outline-table-caption.html @@ -0,0 +1,11 @@ + + + + + +
Caption
Cell
diff --git a/layout/reftests/outline/outline-wrapped-span-1-ref.html b/layout/reftests/outline/outline-wrapped-span-1-ref.html new file mode 100644 index 0000000000..564f136e3b --- /dev/null +++ b/layout/reftests/outline/outline-wrapped-span-1-ref.html @@ -0,0 +1,54 @@ + + + + + + +
+Is the red outline correct on this
link
⁠...? +
+
+Is the red outline correct on this
link
⁠...? +
+
+Is the red outline correct on this
link
⁠...? +
+
+Is the red outline correct on this
link
⁠...? +
+
+Is the red outline correct on this
link
⁠...? +
+
+Is the red outline correct on this link⁠...? +
diff --git a/layout/reftests/outline/outline-wrapped-span-1.html b/layout/reftests/outline/outline-wrapped-span-1.html new file mode 100644 index 0000000000..393a6352bf --- /dev/null +++ b/layout/reftests/outline/outline-wrapped-span-1.html @@ -0,0 +1,57 @@ + + + + + + +
+Is the red outline correct on this link...? +
+
+Is the red outline correct on this link...? +
+
+Is the red outline correct on this link...? +
+
+Is the red outline correct on this link...? +
+
+Is the red outline correct on this link...? +
+
+Is the red outline correct on this link...? +
diff --git a/layout/reftests/outline/reftest.list b/layout/reftests/outline/reftest.list new file mode 100644 index 0000000000..2de8cdfb3c --- /dev/null +++ b/layout/reftests/outline/reftest.list @@ -0,0 +1,22 @@ +fuzzy(0-52,0-1452) == outline-and-box-shadow.html outline-and-box-shadow-ref.html +pref(layout.outline.include-overflow,true) == outline-and-3d-transform-1a.html outline-and-3d-transform-1-ref.html +pref(layout.outline.include-overflow,true) == outline-and-3d-transform-1b.html outline-and-3d-transform-1-ref.html +fuzzy-if(gtkWidget,0-136,0-120) fuzzy-if(Android,0-255,0-356) fuzzy-if(d2d,0-16,0-96) fuzzy-if(cocoaWidget,0-255,0-120) fuzzy-if(winWidget,0-255,0-216) == outline-and-3d-transform-2.html outline-and-3d-transform-2-ref.html +== outline-dynamic-change-1a.html outline-dynamic-change-1-ref.html +== outline-dynamic-change-1b.html outline-dynamic-change-1-ref.html +== outline-overflow-block-abspos.html outline-overflow-block-ref.html +== outline-overflow-block-float.html outline-overflow-block-ref.html +== outline-overflow-inlineblock-abspos.html outline-overflow-inlineblock-ref.html +== outline-overflow-inlineblock-float.html outline-overflow-inlineblock-ref.html +== outline-auto-001.html outline-auto-001-ref.html +== outline-auto-002.html outline-auto-002-ref.html +!= outline-auto-follows-border-radius-non-native.html outline-auto-follows-border-radius-non-native-notref.html +== outline-auto-follows-border-radius-non-native-02.html outline-auto-follows-border-radius-non-native.html +needs-focus == outline-auto-suppressed-native-widget.html outline-auto-suppressed-native-widget-ref.html +needs-focus == outline-auto-explicit-native-widget.html outline-auto-explicit-native-widget-ref.html +== outline-initial-1a.html outline-initial-1-ref.html +== outline-initial-1b.html outline-initial-1-ref.html +== outline-on-table.html outline-on-table-ref.html +== outline-table-caption.html outline-table-caption-ref.html +== outline-table-caption-invisible.html about:blank +== outline-wrapped-span-1.html outline-wrapped-span-1-ref.html -- cgit v1.2.3