From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../css-valuesandunits/ch-width-1-ref.html | 41 ++++++++++++++ layout/reftests/css-valuesandunits/ch-width-1.html | 62 ++++++++++++++++++++++ layout/reftests/css-valuesandunits/reftest.list | 19 +++++++ .../css-valuesandunits/unit-rem-div-fontsize.html | 13 +++++ .../unit-rem-div-width-inner.html | 13 +++++ .../unit-rem-div-width-outer.html | 13 +++++ .../css-valuesandunits/unit-rem-iframe-inside.html | 7 +++ .../css-valuesandunits/unit-rem-iframe.html | 6 +++ .../unit-rem-ref-iframe-inside.html | 7 +++ .../css-valuesandunits/unit-rem-ref-iframe.html | 6 +++ .../css-valuesandunits/unit-rem-ref-resource.svg | 4 ++ .../unit-rem-ref-root-fontsize.html | 7 +++ .../unit-rem-ref-root-width.html | 12 +++++ .../reftests/css-valuesandunits/unit-rem-ref.html | 13 +++++ .../reftests/css-valuesandunits/unit-rem-ref.svg | 5 ++ .../unit-rem-ref2-root-fontsize.html | 7 +++ .../css-valuesandunits/unit-rem-resource.svg | 6 +++ .../css-valuesandunits/unit-rem-root-fontsize.html | 7 +++ .../css-valuesandunits/unit-rem-root-width.html | 12 +++++ layout/reftests/css-valuesandunits/unit-rem.svg | 5 ++ .../css-valuesandunits/unit-vh-vw-iframe.html | 14 +++++ .../unit-vh-vw-overflow-auto-iframe.html | 21 ++++++++ .../unit-vh-vw-overflow-auto-ref-iframe.html | 37 +++++++++++++ .../unit-vh-vw-overflow-auto-ref.html | 15 ++++++ .../unit-vh-vw-overflow-auto.html | 14 +++++ .../unit-vh-vw-overflow-scroll-iframe.html | 22 ++++++++ .../unit-vh-vw-overflow-scroll-ref-iframe.html | 36 +++++++++++++ .../unit-vh-vw-overflow-scroll-ref.html | 14 +++++ .../unit-vh-vw-overflow-scroll-x-iframe.html | 18 +++++++ .../unit-vh-vw-overflow-scroll-x-ref-iframe.html | 28 ++++++++++ .../unit-vh-vw-overflow-scroll-x-ref.html | 14 +++++ .../unit-vh-vw-overflow-scroll-x.html | 14 +++++ .../unit-vh-vw-overflow-scroll-y-iframe.html | 18 +++++++ .../unit-vh-vw-overflow-scroll-y-ref-iframe.html | 28 ++++++++++ .../unit-vh-vw-overflow-scroll-y-ref.html | 14 +++++ .../unit-vh-vw-overflow-scroll-y.html | 14 +++++ .../unit-vh-vw-overflow-scroll.html | 14 +++++ .../css-valuesandunits/unit-vh-vw-ref-iframe.html | 14 +++++ .../css-valuesandunits/unit-vh-vw-ref.html | 14 +++++ .../css-valuesandunits/unit-vh-vw-zoom-ref.html | 18 +++++++ .../css-valuesandunits/unit-vh-vw-zoom.html | 18 +++++++ layout/reftests/css-valuesandunits/unit-vh-vw.html | 14 +++++ 42 files changed, 678 insertions(+) create mode 100644 layout/reftests/css-valuesandunits/ch-width-1-ref.html create mode 100644 layout/reftests/css-valuesandunits/ch-width-1.html create mode 100644 layout/reftests/css-valuesandunits/reftest.list create mode 100644 layout/reftests/css-valuesandunits/unit-rem-div-fontsize.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-div-width-inner.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-div-width-outer.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-iframe-inside.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-ref-iframe-inside.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-ref-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-ref-resource.svg create mode 100644 layout/reftests/css-valuesandunits/unit-rem-ref-root-fontsize.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-ref-root-width.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-ref.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-ref.svg create mode 100644 layout/reftests/css-valuesandunits/unit-rem-ref2-root-fontsize.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-resource.svg create mode 100644 layout/reftests/css-valuesandunits/unit-rem-root-fontsize.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem-root-width.html create mode 100644 layout/reftests/css-valuesandunits/unit-rem.svg create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-auto-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-auto-ref-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-auto-ref.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-auto.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-ref-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-ref.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-ref-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-ref.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-ref-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-ref.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-ref-iframe.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-ref.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-zoom-ref.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw-zoom.html create mode 100644 layout/reftests/css-valuesandunits/unit-vh-vw.html (limited to 'layout/reftests/css-valuesandunits') diff --git a/layout/reftests/css-valuesandunits/ch-width-1-ref.html b/layout/reftests/css-valuesandunits/ch-width-1-ref.html new file mode 100644 index 0000000000..588234be72 --- /dev/null +++ b/layout/reftests/css-valuesandunits/ch-width-1-ref.html @@ -0,0 +1,41 @@ + + +

No red should appear at the tips of the rectangles:

+ diff --git a/layout/reftests/css-valuesandunits/ch-width-1.html b/layout/reftests/css-valuesandunits/ch-width-1.html new file mode 100644 index 0000000000..92cd7bdcf6 --- /dev/null +++ b/layout/reftests/css-valuesandunits/ch-width-1.html @@ -0,0 +1,62 @@ + + +

No red should appear at the tips of the rectangles:

+ diff --git a/layout/reftests/css-valuesandunits/reftest.list b/layout/reftests/css-valuesandunits/reftest.list new file mode 100644 index 0000000000..ce6a4e0623 --- /dev/null +++ b/layout/reftests/css-valuesandunits/reftest.list @@ -0,0 +1,19 @@ +skip-if(ThreadSanitizer) == unit-rem-div-fontsize.html unit-rem-ref.html +== unit-rem-div-width-inner.html unit-rem-ref.html +== unit-rem-div-width-outer.html unit-rem-ref.html +fuzzy-if(winWidget,0-27,0-4) == unit-rem-iframe.html unit-rem-ref-iframe.html +== unit-rem-root-fontsize.html unit-rem-ref-root-fontsize.html +== unit-rem-root-fontsize.html unit-rem-ref2-root-fontsize.html +== unit-rem-root-width.html unit-rem-ref-root-width.html +== unit-rem.svg unit-rem-ref.svg +== unit-vh-vw.html unit-vh-vw-ref.html +== unit-vh-vw-zoom.html unit-vh-vw-zoom-ref.html +fuzzy(0-1,0-4) fuzzy-if(winWidget,0-4,0-51) fuzzy-if(gtkWidget,0-1,0-29) fuzzy-if(cocoaWidget,0-1,0-29) == unit-vh-vw-overflow-auto.html unit-vh-vw-overflow-auto-ref.html # fuzzy due to anti-aliasing pixels in scrollbar redendering + +# These tests should probably be removed, see bug 1393603. +fails-if(!Android) == unit-vh-vw-overflow-scroll.html unit-vh-vw-overflow-scroll-ref.html +fails-if(!Android) == unit-vh-vw-overflow-scroll-x.html unit-vh-vw-overflow-scroll-x-ref.html +fails-if(!Android) == unit-vh-vw-overflow-scroll-y.html unit-vh-vw-overflow-scroll-y-ref.html +fuzzy-if(winWidget,0-4,0-51) fuzzy-if(gtkWidget,0-1,0-12) fuzzy-if(cocoaWidget,0-1,0-29) == unit-vh-vw-overflow-auto.html unit-vh-vw-overflow-scroll.html + +== ch-width-1.html ch-width-1-ref.html diff --git a/layout/reftests/css-valuesandunits/unit-rem-div-fontsize.html b/layout/reftests/css-valuesandunits/unit-rem-div-fontsize.html new file mode 100644 index 0000000000..7f6ceedcf9 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-rem-div-fontsize.html @@ -0,0 +1,13 @@ + + +Level 1
Level 2
Level 3
diff --git a/layout/reftests/css-valuesandunits/unit-rem-div-width-inner.html b/layout/reftests/css-valuesandunits/unit-rem-div-width-inner.html new file mode 100644 index 0000000000..ab0948bd8f --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-rem-div-width-inner.html @@ -0,0 +1,13 @@ + + +Level 1
Level 2
Level 3
diff --git a/layout/reftests/css-valuesandunits/unit-rem-div-width-outer.html b/layout/reftests/css-valuesandunits/unit-rem-div-width-outer.html new file mode 100644 index 0000000000..6203e26628 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-rem-div-width-outer.html @@ -0,0 +1,13 @@ + + +Level 1
Level 2
Level 3
diff --git a/layout/reftests/css-valuesandunits/unit-rem-iframe-inside.html b/layout/reftests/css-valuesandunits/unit-rem-iframe-inside.html new file mode 100644 index 0000000000..954fcf4e32 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-rem-iframe-inside.html @@ -0,0 +1,7 @@ + + +
Inside
diff --git a/layout/reftests/css-valuesandunits/unit-rem-iframe.html b/layout/reftests/css-valuesandunits/unit-rem-iframe.html new file mode 100644 index 0000000000..a91350a2a1 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-rem-iframe.html @@ -0,0 +1,6 @@ + + +Outside + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-auto.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-auto.html new file mode 100644 index 0000000000..1f68c3b1d9 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-auto.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-iframe.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-iframe.html new file mode 100644 index 0000000000..6f9960f6e5 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-iframe.html @@ -0,0 +1,22 @@ + + + +
+
+
+
+ + +
+ diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-ref-iframe.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-ref-iframe.html new file mode 100644 index 0000000000..c06fc4476f --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-ref-iframe.html @@ -0,0 +1,36 @@ + + + +
+
+
+
+ + +
+ + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-ref.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-ref.html new file mode 100644 index 0000000000..f63a89c9b2 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-ref.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-iframe.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-iframe.html new file mode 100644 index 0000000000..10c9ff32ec --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-iframe.html @@ -0,0 +1,18 @@ + + + +
+
+
+
+ + +
+ diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-ref-iframe.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-ref-iframe.html new file mode 100644 index 0000000000..a8430fd545 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-ref-iframe.html @@ -0,0 +1,28 @@ + + + +
+
+
+
+ + +
+ + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-ref.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-ref.html new file mode 100644 index 0000000000..278ff74ed0 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x-ref.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x.html new file mode 100644 index 0000000000..cde11499e9 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-x.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-iframe.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-iframe.html new file mode 100644 index 0000000000..e6d0fb863a --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-iframe.html @@ -0,0 +1,18 @@ + + + +
+
+
+
+ + +
+ diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-ref-iframe.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-ref-iframe.html new file mode 100644 index 0000000000..7243ccbf7e --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-ref-iframe.html @@ -0,0 +1,28 @@ + + + +
+
+
+
+ + +
+ + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-ref.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-ref.html new file mode 100644 index 0000000000..06f0f142c0 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y-ref.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html new file mode 100644 index 0000000000..a181551346 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll-y.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html new file mode 100644 index 0000000000..11696a0389 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-overflow-scroll.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-ref-iframe.html b/layout/reftests/css-valuesandunits/unit-vh-vw-ref-iframe.html new file mode 100644 index 0000000000..3694b3f701 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-ref-iframe.html @@ -0,0 +1,14 @@ + + + +
+
+
+
+ diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-ref.html b/layout/reftests/css-valuesandunits/unit-vh-vw-ref.html new file mode 100644 index 0000000000..5dc30fd0e4 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-ref.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-zoom-ref.html b/layout/reftests/css-valuesandunits/unit-vh-vw-zoom-ref.html new file mode 100644 index 0000000000..c477c326c3 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-zoom-ref.html @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw-zoom.html b/layout/reftests/css-valuesandunits/unit-vh-vw-zoom.html new file mode 100644 index 0000000000..3272721ae2 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw-zoom.html @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/layout/reftests/css-valuesandunits/unit-vh-vw.html b/layout/reftests/css-valuesandunits/unit-vh-vw.html new file mode 100644 index 0000000000..59aea944c0 --- /dev/null +++ b/layout/reftests/css-valuesandunits/unit-vh-vw.html @@ -0,0 +1,14 @@ + + + + + + -- cgit v1.2.3