From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../reftests/webcomponents/basic-shadow-1-ref.html | 8 ++++++ layout/reftests/webcomponents/basic-shadow-1.html | 22 +++++++++++++++ .../reftests/webcomponents/basic-shadow-2-ref.html | 11 ++++++++ layout/reftests/webcomponents/basic-shadow-2.html | 28 +++++++++++++++++++ .../reftests/webcomponents/basic-shadow-3-ref.html | 10 +++++++ layout/reftests/webcomponents/basic-shadow-3.html | 29 ++++++++++++++++++++ .../reftests/webcomponents/basic-shadow-4-ref.html | 10 +++++++ layout/reftests/webcomponents/basic-shadow-4.html | 28 +++++++++++++++++++ .../reftests/webcomponents/basic-slot-1-ref.html | 11 ++++++++ layout/reftests/webcomponents/basic-slot-1.html | 6 +++++ .../reftests/webcomponents/basic-slot-2-ref.html | 16 +++++++++++ layout/reftests/webcomponents/basic-slot-2.html | 7 +++++ .../reftests/webcomponents/basic-slot-3-ref.html | 8 ++++++ layout/reftests/webcomponents/basic-slot-3.html | 18 +++++++++++++ layout/reftests/webcomponents/basic-slot-4.html | 20 ++++++++++++++ .../reftests/webcomponents/basic-slot-5-ref.html | 8 ++++++ layout/reftests/webcomponents/basic-slot-5.html | 21 +++++++++++++++ .../reftests/webcomponents/basic-slot-6-ref.html | 11 ++++++++ layout/reftests/webcomponents/basic-slot-6.html | 25 +++++++++++++++++ ...dynamic-insertion-point-distribution-1-ref.html | 6 +++++ .../dynamic-insertion-point-distribution-1.html | 27 +++++++++++++++++++ ...dynamic-insertion-point-distribution-2-ref.html | 6 +++++ .../dynamic-insertion-point-distribution-2.html | 28 +++++++++++++++++++ .../webcomponents/fallback-content-1-ref.html | 8 ++++++ .../reftests/webcomponents/fallback-content-1.html | 25 +++++++++++++++++ .../webcomponents/input-transition-1-ref.html | 6 +++++ .../reftests/webcomponents/input-transition-1.html | 25 +++++++++++++++++ .../nested-insertion-point-1-ref.html | 8 ++++++ .../webcomponents/nested-insertion-point-1.html | 31 ++++++++++++++++++++++ .../webcomponents/reframe-shadow-child-1.html | 16 +++++++++++ .../webcomponents/reframe-shadow-child-2.html | 15 +++++++++++ .../webcomponents/reframe-shadow-child-ref.html | 5 ++++ layout/reftests/webcomponents/reftest.list | 25 +++++++++++++++++ .../remove-append-shadow-host-1-ref.html | 6 +++++ .../webcomponents/remove-append-shadow-host-1.html | 17 ++++++++++++ .../remove-insertion-point-1-ref.html | 8 ++++++ .../webcomponents/remove-insertion-point-1.html | 26 ++++++++++++++++++ .../reftests/webcomponents/shadow-style-1-ref.html | 2 ++ layout/reftests/webcomponents/shadow-style-1.html | 11 ++++++++ .../reftests/webcomponents/shadow-style-2-ref.html | 2 ++ layout/reftests/webcomponents/shadow-style-2.html | 15 +++++++++++ .../reftests/webcomponents/shadow-style-3-ref.html | 2 ++ layout/reftests/webcomponents/shadow-style-3.html | 14 ++++++++++ .../webcomponents/style-sharing-across-shadow.html | 22 +++++++++++++++ .../reftests/webcomponents/style-sharing-ref.html | 5 ++++ layout/reftests/webcomponents/style-sharing.html | 14 ++++++++++ .../update-dist-node-descendants-1-ref.html | 8 ++++++ .../update-dist-node-descendants-1.html | 22 +++++++++++++++ 48 files changed, 702 insertions(+) create mode 100644 layout/reftests/webcomponents/basic-shadow-1-ref.html create mode 100644 layout/reftests/webcomponents/basic-shadow-1.html create mode 100644 layout/reftests/webcomponents/basic-shadow-2-ref.html create mode 100644 layout/reftests/webcomponents/basic-shadow-2.html create mode 100644 layout/reftests/webcomponents/basic-shadow-3-ref.html create mode 100644 layout/reftests/webcomponents/basic-shadow-3.html create mode 100644 layout/reftests/webcomponents/basic-shadow-4-ref.html create mode 100644 layout/reftests/webcomponents/basic-shadow-4.html create mode 100644 layout/reftests/webcomponents/basic-slot-1-ref.html create mode 100644 layout/reftests/webcomponents/basic-slot-1.html create mode 100644 layout/reftests/webcomponents/basic-slot-2-ref.html create mode 100644 layout/reftests/webcomponents/basic-slot-2.html create mode 100644 layout/reftests/webcomponents/basic-slot-3-ref.html create mode 100644 layout/reftests/webcomponents/basic-slot-3.html create mode 100644 layout/reftests/webcomponents/basic-slot-4.html create mode 100644 layout/reftests/webcomponents/basic-slot-5-ref.html create mode 100644 layout/reftests/webcomponents/basic-slot-5.html create mode 100644 layout/reftests/webcomponents/basic-slot-6-ref.html create mode 100644 layout/reftests/webcomponents/basic-slot-6.html create mode 100644 layout/reftests/webcomponents/dynamic-insertion-point-distribution-1-ref.html create mode 100644 layout/reftests/webcomponents/dynamic-insertion-point-distribution-1.html create mode 100644 layout/reftests/webcomponents/dynamic-insertion-point-distribution-2-ref.html create mode 100644 layout/reftests/webcomponents/dynamic-insertion-point-distribution-2.html create mode 100644 layout/reftests/webcomponents/fallback-content-1-ref.html create mode 100644 layout/reftests/webcomponents/fallback-content-1.html create mode 100644 layout/reftests/webcomponents/input-transition-1-ref.html create mode 100644 layout/reftests/webcomponents/input-transition-1.html create mode 100644 layout/reftests/webcomponents/nested-insertion-point-1-ref.html create mode 100644 layout/reftests/webcomponents/nested-insertion-point-1.html create mode 100644 layout/reftests/webcomponents/reframe-shadow-child-1.html create mode 100644 layout/reftests/webcomponents/reframe-shadow-child-2.html create mode 100644 layout/reftests/webcomponents/reframe-shadow-child-ref.html create mode 100644 layout/reftests/webcomponents/reftest.list create mode 100644 layout/reftests/webcomponents/remove-append-shadow-host-1-ref.html create mode 100644 layout/reftests/webcomponents/remove-append-shadow-host-1.html create mode 100644 layout/reftests/webcomponents/remove-insertion-point-1-ref.html create mode 100644 layout/reftests/webcomponents/remove-insertion-point-1.html create mode 100644 layout/reftests/webcomponents/shadow-style-1-ref.html create mode 100644 layout/reftests/webcomponents/shadow-style-1.html create mode 100644 layout/reftests/webcomponents/shadow-style-2-ref.html create mode 100644 layout/reftests/webcomponents/shadow-style-2.html create mode 100644 layout/reftests/webcomponents/shadow-style-3-ref.html create mode 100644 layout/reftests/webcomponents/shadow-style-3.html create mode 100644 layout/reftests/webcomponents/style-sharing-across-shadow.html create mode 100644 layout/reftests/webcomponents/style-sharing-ref.html create mode 100644 layout/reftests/webcomponents/style-sharing.html create mode 100644 layout/reftests/webcomponents/update-dist-node-descendants-1-ref.html create mode 100644 layout/reftests/webcomponents/update-dist-node-descendants-1.html (limited to 'layout/reftests/webcomponents') diff --git a/layout/reftests/webcomponents/basic-shadow-1-ref.html b/layout/reftests/webcomponents/basic-shadow-1-ref.html new file mode 100644 index 0000000000..0d498d8c5c --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-1-ref.html @@ -0,0 +1,8 @@ + + + +
+
+
+ + diff --git a/layout/reftests/webcomponents/basic-shadow-1.html b/layout/reftests/webcomponents/basic-shadow-1.html new file mode 100644 index 0000000000..8949dfc6de --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-1.html @@ -0,0 +1,22 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/webcomponents/basic-shadow-2-ref.html b/layout/reftests/webcomponents/basic-shadow-2-ref.html new file mode 100644 index 0000000000..74c50f5168 --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-2-ref.html @@ -0,0 +1,11 @@ + + + +
+
+
+
+
+
+ + diff --git a/layout/reftests/webcomponents/basic-shadow-2.html b/layout/reftests/webcomponents/basic-shadow-2.html new file mode 100644 index 0000000000..8e066997dc --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-2.html @@ -0,0 +1,28 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/webcomponents/basic-shadow-3-ref.html b/layout/reftests/webcomponents/basic-shadow-3-ref.html new file mode 100644 index 0000000000..21b2075b7f --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-3-ref.html @@ -0,0 +1,10 @@ + + + +
+
+
+
+
+ + diff --git a/layout/reftests/webcomponents/basic-shadow-3.html b/layout/reftests/webcomponents/basic-shadow-3.html new file mode 100644 index 0000000000..3226c4baa6 --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-3.html @@ -0,0 +1,29 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/webcomponents/basic-shadow-4-ref.html b/layout/reftests/webcomponents/basic-shadow-4-ref.html new file mode 100644 index 0000000000..e6dd408688 --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-4-ref.html @@ -0,0 +1,10 @@ + + + +
+
+
+
+
+ + diff --git a/layout/reftests/webcomponents/basic-shadow-4.html b/layout/reftests/webcomponents/basic-shadow-4.html new file mode 100644 index 0000000000..39dc51a9e5 --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-4.html @@ -0,0 +1,28 @@ + + + + + + +
+
+
+ + diff --git a/layout/reftests/webcomponents/basic-slot-1-ref.html b/layout/reftests/webcomponents/basic-slot-1-ref.html new file mode 100644 index 0000000000..4f74184983 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-1-ref.html @@ -0,0 +1,11 @@ + + + + + + + This text should be green + + diff --git a/layout/reftests/webcomponents/basic-slot-1.html b/layout/reftests/webcomponents/basic-slot-1.html new file mode 100644 index 0000000000..b31f4c1c36 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-1.html @@ -0,0 +1,6 @@ + + + + This text should be green + + diff --git a/layout/reftests/webcomponents/basic-slot-2-ref.html b/layout/reftests/webcomponents/basic-slot-2-ref.html new file mode 100644 index 0000000000..d4d1b8c066 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-2-ref.html @@ -0,0 +1,16 @@ + + + + + + +

There should be a green box below.

+
+ + diff --git a/layout/reftests/webcomponents/basic-slot-2.html b/layout/reftests/webcomponents/basic-slot-2.html new file mode 100644 index 0000000000..3754ace20c --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-2.html @@ -0,0 +1,7 @@ + + + +

There should be a green box below.

+ + + diff --git a/layout/reftests/webcomponents/basic-slot-3-ref.html b/layout/reftests/webcomponents/basic-slot-3-ref.html new file mode 100644 index 0000000000..54be54848d --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-3-ref.html @@ -0,0 +1,8 @@ + + + +
+
This text should be green
+
+ + diff --git a/layout/reftests/webcomponents/basic-slot-3.html b/layout/reftests/webcomponents/basic-slot-3.html new file mode 100644 index 0000000000..c00483fe2f --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-3.html @@ -0,0 +1,18 @@ + + + + + + +
This text should be green
+ + diff --git a/layout/reftests/webcomponents/basic-slot-4.html b/layout/reftests/webcomponents/basic-slot-4.html new file mode 100644 index 0000000000..496a926514 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-4.html @@ -0,0 +1,20 @@ + + + + + + +
This text should be green
+ + diff --git a/layout/reftests/webcomponents/basic-slot-5-ref.html b/layout/reftests/webcomponents/basic-slot-5-ref.html new file mode 100644 index 0000000000..16f6afb288 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-5-ref.html @@ -0,0 +1,8 @@ + + + +
+
Hello
+
+ + diff --git a/layout/reftests/webcomponents/basic-slot-5.html b/layout/reftests/webcomponents/basic-slot-5.html new file mode 100644 index 0000000000..ba1ea0c30b --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-5.html @@ -0,0 +1,21 @@ + + + + + + +
Hello
+ + diff --git a/layout/reftests/webcomponents/basic-slot-6-ref.html b/layout/reftests/webcomponents/basic-slot-6-ref.html new file mode 100644 index 0000000000..5e92137752 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-6-ref.html @@ -0,0 +1,11 @@ + + + +
+
+ Hello + World +
+
+ + diff --git a/layout/reftests/webcomponents/basic-slot-6.html b/layout/reftests/webcomponents/basic-slot-6.html new file mode 100644 index 0000000000..0990b66ab1 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-6.html @@ -0,0 +1,25 @@ + + + + + + +
+ Hello + World +
+ + diff --git a/layout/reftests/webcomponents/dynamic-insertion-point-distribution-1-ref.html b/layout/reftests/webcomponents/dynamic-insertion-point-distribution-1-ref.html new file mode 100644 index 0000000000..5cf030c4ce --- /dev/null +++ b/layout/reftests/webcomponents/dynamic-insertion-point-distribution-1-ref.html @@ -0,0 +1,6 @@ + + + +
a b c
+ + diff --git a/layout/reftests/webcomponents/dynamic-insertion-point-distribution-1.html b/layout/reftests/webcomponents/dynamic-insertion-point-distribution-1.html new file mode 100644 index 0000000000..aefe84f252 --- /dev/null +++ b/layout/reftests/webcomponents/dynamic-insertion-point-distribution-1.html @@ -0,0 +1,27 @@ + + + + + +
+ + + diff --git a/layout/reftests/webcomponents/dynamic-insertion-point-distribution-2-ref.html b/layout/reftests/webcomponents/dynamic-insertion-point-distribution-2-ref.html new file mode 100644 index 0000000000..e5121d97e4 --- /dev/null +++ b/layout/reftests/webcomponents/dynamic-insertion-point-distribution-2-ref.html @@ -0,0 +1,6 @@ + + + +
a
+ + diff --git a/layout/reftests/webcomponents/dynamic-insertion-point-distribution-2.html b/layout/reftests/webcomponents/dynamic-insertion-point-distribution-2.html new file mode 100644 index 0000000000..d753af09cc --- /dev/null +++ b/layout/reftests/webcomponents/dynamic-insertion-point-distribution-2.html @@ -0,0 +1,28 @@ + + + + + +
+ + + diff --git a/layout/reftests/webcomponents/fallback-content-1-ref.html b/layout/reftests/webcomponents/fallback-content-1-ref.html new file mode 100644 index 0000000000..28bed659df --- /dev/null +++ b/layout/reftests/webcomponents/fallback-content-1-ref.html @@ -0,0 +1,8 @@ + + + +
+
Hello World
+
+ + diff --git a/layout/reftests/webcomponents/fallback-content-1.html b/layout/reftests/webcomponents/fallback-content-1.html new file mode 100644 index 0000000000..0bcd2abbd3 --- /dev/null +++ b/layout/reftests/webcomponents/fallback-content-1.html @@ -0,0 +1,25 @@ + + + + + + +
+ + diff --git a/layout/reftests/webcomponents/input-transition-1-ref.html b/layout/reftests/webcomponents/input-transition-1-ref.html new file mode 100644 index 0000000000..8e42c974ef --- /dev/null +++ b/layout/reftests/webcomponents/input-transition-1-ref.html @@ -0,0 +1,6 @@ + + + +
+ + diff --git a/layout/reftests/webcomponents/input-transition-1.html b/layout/reftests/webcomponents/input-transition-1.html new file mode 100644 index 0000000000..c11444d05b --- /dev/null +++ b/layout/reftests/webcomponents/input-transition-1.html @@ -0,0 +1,25 @@ + + + + + +
+ + + diff --git a/layout/reftests/webcomponents/nested-insertion-point-1-ref.html b/layout/reftests/webcomponents/nested-insertion-point-1-ref.html new file mode 100644 index 0000000000..b2faa75cc6 --- /dev/null +++ b/layout/reftests/webcomponents/nested-insertion-point-1-ref.html @@ -0,0 +1,8 @@ + + + +
+
Hello
+
+ + diff --git a/layout/reftests/webcomponents/nested-insertion-point-1.html b/layout/reftests/webcomponents/nested-insertion-point-1.html new file mode 100644 index 0000000000..3d0d92f0dc --- /dev/null +++ b/layout/reftests/webcomponents/nested-insertion-point-1.html @@ -0,0 +1,31 @@ + + + + + + +
Hello
+ + diff --git a/layout/reftests/webcomponents/reframe-shadow-child-1.html b/layout/reftests/webcomponents/reframe-shadow-child-1.html new file mode 100644 index 0000000000..d953beb6d7 --- /dev/null +++ b/layout/reftests/webcomponents/reframe-shadow-child-1.html @@ -0,0 +1,16 @@ + + +
+ diff --git a/layout/reftests/webcomponents/reframe-shadow-child-2.html b/layout/reftests/webcomponents/reframe-shadow-child-2.html new file mode 100644 index 0000000000..0ebbe7433d --- /dev/null +++ b/layout/reftests/webcomponents/reframe-shadow-child-2.html @@ -0,0 +1,15 @@ + + +
+ diff --git a/layout/reftests/webcomponents/reframe-shadow-child-ref.html b/layout/reftests/webcomponents/reframe-shadow-child-ref.html new file mode 100644 index 0000000000..b768be1659 --- /dev/null +++ b/layout/reftests/webcomponents/reframe-shadow-child-ref.html @@ -0,0 +1,5 @@ + +
+ Some text + More text +
diff --git a/layout/reftests/webcomponents/reftest.list b/layout/reftests/webcomponents/reftest.list new file mode 100644 index 0000000000..fa25e54c0b --- /dev/null +++ b/layout/reftests/webcomponents/reftest.list @@ -0,0 +1,25 @@ +== basic-shadow-1.html basic-shadow-1-ref.html +== basic-shadow-2.html basic-shadow-2-ref.html +== basic-shadow-3.html basic-shadow-3-ref.html +== basic-shadow-4.html basic-shadow-4-ref.html +== fallback-content-1.html fallback-content-1-ref.html +== remove-insertion-point-1.html remove-insertion-point-1-ref.html +== nested-insertion-point-1.html nested-insertion-point-1-ref.html +== update-dist-node-descendants-1.html update-dist-node-descendants-1-ref.html +fuzzy-if(Android,0-2,0-7) == input-transition-1.html input-transition-1-ref.html +== dynamic-insertion-point-distribution-1.html dynamic-insertion-point-distribution-1-ref.html +== dynamic-insertion-point-distribution-2.html dynamic-insertion-point-distribution-2-ref.html +== remove-append-shadow-host-1.html remove-append-shadow-host-1-ref.html +== reframe-shadow-child-1.html reframe-shadow-child-ref.html +== reframe-shadow-child-2.html reframe-shadow-child-ref.html +== style-sharing.html style-sharing-ref.html +== style-sharing-across-shadow.html style-sharing-ref.html # bug 1412400 +== basic-slot-1.html basic-slot-1-ref.html +== basic-slot-2.html basic-slot-2-ref.html +== basic-slot-3.html basic-slot-3-ref.html +== basic-slot-4.html basic-slot-3-ref.html +== basic-slot-5.html basic-slot-5-ref.html +== basic-slot-6.html basic-slot-6-ref.html +== shadow-style-1.html shadow-style-1-ref.html +== shadow-style-2.html shadow-style-2-ref.html +== shadow-style-3.html shadow-style-3-ref.html diff --git a/layout/reftests/webcomponents/remove-append-shadow-host-1-ref.html b/layout/reftests/webcomponents/remove-append-shadow-host-1-ref.html new file mode 100644 index 0000000000..88e10614a3 --- /dev/null +++ b/layout/reftests/webcomponents/remove-append-shadow-host-1-ref.html @@ -0,0 +1,6 @@ + + + +
inside shadow DOM
+ + diff --git a/layout/reftests/webcomponents/remove-append-shadow-host-1.html b/layout/reftests/webcomponents/remove-append-shadow-host-1.html new file mode 100644 index 0000000000..1a752eba6c --- /dev/null +++ b/layout/reftests/webcomponents/remove-append-shadow-host-1.html @@ -0,0 +1,17 @@ + + + + + +
+ + + diff --git a/layout/reftests/webcomponents/remove-insertion-point-1-ref.html b/layout/reftests/webcomponents/remove-insertion-point-1-ref.html new file mode 100644 index 0000000000..3ecceb3034 --- /dev/null +++ b/layout/reftests/webcomponents/remove-insertion-point-1-ref.html @@ -0,0 +1,8 @@ + + + +
+
+
+ + diff --git a/layout/reftests/webcomponents/remove-insertion-point-1.html b/layout/reftests/webcomponents/remove-insertion-point-1.html new file mode 100644 index 0000000000..1b7588daf6 --- /dev/null +++ b/layout/reftests/webcomponents/remove-insertion-point-1.html @@ -0,0 +1,26 @@ + + + + + + +
Hello
+ + diff --git a/layout/reftests/webcomponents/shadow-style-1-ref.html b/layout/reftests/webcomponents/shadow-style-1-ref.html new file mode 100644 index 0000000000..1e914ad20c --- /dev/null +++ b/layout/reftests/webcomponents/shadow-style-1-ref.html @@ -0,0 +1,2 @@ + +

This should be green.

diff --git a/layout/reftests/webcomponents/shadow-style-1.html b/layout/reftests/webcomponents/shadow-style-1.html new file mode 100644 index 0000000000..cdc00eee4a --- /dev/null +++ b/layout/reftests/webcomponents/shadow-style-1.html @@ -0,0 +1,11 @@ + + + + diff --git a/layout/reftests/webcomponents/shadow-style-2-ref.html b/layout/reftests/webcomponents/shadow-style-2-ref.html new file mode 100644 index 0000000000..1e914ad20c --- /dev/null +++ b/layout/reftests/webcomponents/shadow-style-2-ref.html @@ -0,0 +1,2 @@ + +

This should be green.

diff --git a/layout/reftests/webcomponents/shadow-style-2.html b/layout/reftests/webcomponents/shadow-style-2.html new file mode 100644 index 0000000000..892a09489d --- /dev/null +++ b/layout/reftests/webcomponents/shadow-style-2.html @@ -0,0 +1,15 @@ + + + + diff --git a/layout/reftests/webcomponents/shadow-style-3-ref.html b/layout/reftests/webcomponents/shadow-style-3-ref.html new file mode 100644 index 0000000000..1e914ad20c --- /dev/null +++ b/layout/reftests/webcomponents/shadow-style-3-ref.html @@ -0,0 +1,2 @@ + +

This should be green.

diff --git a/layout/reftests/webcomponents/shadow-style-3.html b/layout/reftests/webcomponents/shadow-style-3.html new file mode 100644 index 0000000000..ea2c7e7eda --- /dev/null +++ b/layout/reftests/webcomponents/shadow-style-3.html @@ -0,0 +1,14 @@ + + + + diff --git a/layout/reftests/webcomponents/style-sharing-across-shadow.html b/layout/reftests/webcomponents/style-sharing-across-shadow.html new file mode 100644 index 0000000000..b41cf74796 --- /dev/null +++ b/layout/reftests/webcomponents/style-sharing-across-shadow.html @@ -0,0 +1,22 @@ + + +
+
+ diff --git a/layout/reftests/webcomponents/style-sharing-ref.html b/layout/reftests/webcomponents/style-sharing-ref.html new file mode 100644 index 0000000000..64bedb96e5 --- /dev/null +++ b/layout/reftests/webcomponents/style-sharing-ref.html @@ -0,0 +1,5 @@ + +
+ Should be green + Should not be green +
diff --git a/layout/reftests/webcomponents/style-sharing.html b/layout/reftests/webcomponents/style-sharing.html new file mode 100644 index 0000000000..0a1e3c95c4 --- /dev/null +++ b/layout/reftests/webcomponents/style-sharing.html @@ -0,0 +1,14 @@ + +
+ diff --git a/layout/reftests/webcomponents/update-dist-node-descendants-1-ref.html b/layout/reftests/webcomponents/update-dist-node-descendants-1-ref.html new file mode 100644 index 0000000000..41fe64ff35 --- /dev/null +++ b/layout/reftests/webcomponents/update-dist-node-descendants-1-ref.html @@ -0,0 +1,8 @@ + + + +
+
Hello World
+
+ + diff --git a/layout/reftests/webcomponents/update-dist-node-descendants-1.html b/layout/reftests/webcomponents/update-dist-node-descendants-1.html new file mode 100644 index 0000000000..003c233944 --- /dev/null +++ b/layout/reftests/webcomponents/update-dist-node-descendants-1.html @@ -0,0 +1,22 @@ + + + + + +
text
+ + + -- cgit v1.2.3