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 --- .../dynamicHeight100-ref.html | 7 ++++++ .../percent-overflow-sizing/dynamicHeight100.html | 7 ++++++ .../reftests/percent-overflow-sizing/greenbox.html | 1 + .../percent-overflow-sizing/greenboxhbar.html | 2 ++ .../percent-overflow-sizing/hScrollAbsHeight.html | 5 +++++ .../percent-overflow-sizing/hScrollAbsHeightD.html | 6 +++++ .../hScrollAbsHeightQuirks.html | 5 +++++ .../hScrollAbsHeightQuirksD.html | 5 +++++ .../hScrollAbsMinHeightD.html | 6 +++++ .../hScrollAbsMinHeightQuirksD.html | 5 +++++ .../hScrollSimpleHeight.html | 5 +++++ .../hScrollSimpleHeightD.html | 6 +++++ .../hScrollSimpleHeightQuirks-1.html | 4 ++++ .../hScrollSimpleHeightQuirks-1D.html | 5 +++++ .../hScrollSimpleHeightQuirks-2.html | 6 +++++ .../hScrollSimpleHeightQuirks-2D.html | 7 ++++++ .../hScrollSimpleHeightQuirks-3.html | 8 +++++++ .../hScrollSimpleHeightQuirks-3D.html | 9 ++++++++ .../hScrollSimpleMinHeightD.html | 6 +++++ .../hScrollSimpleMinHeightQuirks-1D.html | 5 +++++ .../hScrollSimpleMinHeightQuirks-3D.html | 9 ++++++++ .../percent-overflow-sizing/nestedHeight-ref.html | 8 +++++++ .../percent-overflow-sizing/nestedHeight.html | 8 +++++++ .../nestedHeightQuirks-ref.html | 8 +++++++ .../nestedHeightQuirks.html | 8 +++++++ .../reftests/percent-overflow-sizing/reftest.list | 26 ++++++++++++++++++++++ .../percent-overflow-sizing/simpleAbsHeight.html | 5 +++++ .../percent-overflow-sizing/simpleAbsHeightD.html | 6 +++++ .../simpleAbsMinHeightD.html | 6 +++++ .../percent-overflow-sizing/simpleHeight100.html | 5 +++++ .../percent-overflow-sizing/simpleHeight100D.html | 6 +++++ .../simpleMinHeight100D.html | 6 +++++ 32 files changed, 211 insertions(+) create mode 100644 layout/reftests/percent-overflow-sizing/dynamicHeight100-ref.html create mode 100644 layout/reftests/percent-overflow-sizing/dynamicHeight100.html create mode 100644 layout/reftests/percent-overflow-sizing/greenbox.html create mode 100644 layout/reftests/percent-overflow-sizing/greenboxhbar.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollAbsHeight.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollAbsHeightD.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollAbsHeightQuirks.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollAbsHeightQuirksD.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollAbsMinHeightD.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollAbsMinHeightQuirksD.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleHeight.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleHeightD.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-1.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-1D.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2D.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3D.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightD.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightQuirks-1D.html create mode 100644 layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightQuirks-3D.html create mode 100644 layout/reftests/percent-overflow-sizing/nestedHeight-ref.html create mode 100644 layout/reftests/percent-overflow-sizing/nestedHeight.html create mode 100644 layout/reftests/percent-overflow-sizing/nestedHeightQuirks-ref.html create mode 100644 layout/reftests/percent-overflow-sizing/nestedHeightQuirks.html create mode 100644 layout/reftests/percent-overflow-sizing/reftest.list create mode 100644 layout/reftests/percent-overflow-sizing/simpleAbsHeight.html create mode 100644 layout/reftests/percent-overflow-sizing/simpleAbsHeightD.html create mode 100644 layout/reftests/percent-overflow-sizing/simpleAbsMinHeightD.html create mode 100644 layout/reftests/percent-overflow-sizing/simpleHeight100.html create mode 100644 layout/reftests/percent-overflow-sizing/simpleHeight100D.html create mode 100644 layout/reftests/percent-overflow-sizing/simpleMinHeight100D.html (limited to 'layout/reftests/percent-overflow-sizing') diff --git a/layout/reftests/percent-overflow-sizing/dynamicHeight100-ref.html b/layout/reftests/percent-overflow-sizing/dynamicHeight100-ref.html new file mode 100644 index 0000000000..9ae00827dd --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/dynamicHeight100-ref.html @@ -0,0 +1,7 @@ + + +
+
+
+
+ diff --git a/layout/reftests/percent-overflow-sizing/dynamicHeight100.html b/layout/reftests/percent-overflow-sizing/dynamicHeight100.html new file mode 100644 index 0000000000..7e0418f6b4 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/dynamicHeight100.html @@ -0,0 +1,7 @@ + + +
+
+
+
+ diff --git a/layout/reftests/percent-overflow-sizing/greenbox.html b/layout/reftests/percent-overflow-sizing/greenbox.html new file mode 100644 index 0000000000..fc44641112 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/greenbox.html @@ -0,0 +1 @@ +
diff --git a/layout/reftests/percent-overflow-sizing/greenboxhbar.html b/layout/reftests/percent-overflow-sizing/greenboxhbar.html new file mode 100644 index 0000000000..0e38d16aba --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/greenboxhbar.html @@ -0,0 +1,2 @@ +
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollAbsHeight.html b/layout/reftests/percent-overflow-sizing/hScrollAbsHeight.html new file mode 100644 index 0000000000..dd2288a02b --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollAbsHeight.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollAbsHeightD.html b/layout/reftests/percent-overflow-sizing/hScrollAbsHeightD.html new file mode 100644 index 0000000000..0aa7777272 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollAbsHeightD.html @@ -0,0 +1,6 @@ + + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollAbsHeightQuirks.html b/layout/reftests/percent-overflow-sizing/hScrollAbsHeightQuirks.html new file mode 100644 index 0000000000..dd2288a02b --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollAbsHeightQuirks.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollAbsHeightQuirksD.html b/layout/reftests/percent-overflow-sizing/hScrollAbsHeightQuirksD.html new file mode 100644 index 0000000000..bf5456be9b --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollAbsHeightQuirksD.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollAbsMinHeightD.html b/layout/reftests/percent-overflow-sizing/hScrollAbsMinHeightD.html new file mode 100644 index 0000000000..58e9327742 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollAbsMinHeightD.html @@ -0,0 +1,6 @@ + + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollAbsMinHeightQuirksD.html b/layout/reftests/percent-overflow-sizing/hScrollAbsMinHeightQuirksD.html new file mode 100644 index 0000000000..e349c0edc9 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollAbsMinHeightQuirksD.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeight.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeight.html new file mode 100644 index 0000000000..649a47b410 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeight.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightD.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightD.html new file mode 100644 index 0000000000..913ae6f405 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightD.html @@ -0,0 +1,6 @@ + + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-1.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-1.html new file mode 100644 index 0000000000..0135bcca81 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-1.html @@ -0,0 +1,4 @@ +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-1D.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-1D.html new file mode 100644 index 0000000000..897fda8429 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-1D.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html new file mode 100644 index 0000000000..2c20eccc81 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html @@ -0,0 +1,6 @@ +
+
+
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2D.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2D.html new file mode 100644 index 0000000000..7ad01a7b20 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2D.html @@ -0,0 +1,7 @@ + +
+
+
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html new file mode 100644 index 0000000000..626fbe7b50 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html @@ -0,0 +1,8 @@ +
+
+
+
+
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3D.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3D.html new file mode 100644 index 0000000000..76b1e6ca52 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3D.html @@ -0,0 +1,9 @@ + +
+
+
+
+
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightD.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightD.html new file mode 100644 index 0000000000..91bfd1e35a --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightD.html @@ -0,0 +1,6 @@ + + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightQuirks-1D.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightQuirks-1D.html new file mode 100644 index 0000000000..b74a38c303 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightQuirks-1D.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightQuirks-3D.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightQuirks-3D.html new file mode 100644 index 0000000000..2c6833fe33 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleMinHeightQuirks-3D.html @@ -0,0 +1,9 @@ + +
+
+
+
+
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/nestedHeight-ref.html b/layout/reftests/percent-overflow-sizing/nestedHeight-ref.html new file mode 100644 index 0000000000..2a2539429f --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/nestedHeight-ref.html @@ -0,0 +1,8 @@ + + +
+
+
+
+
+ diff --git a/layout/reftests/percent-overflow-sizing/nestedHeight.html b/layout/reftests/percent-overflow-sizing/nestedHeight.html new file mode 100644 index 0000000000..a4939e9021 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/nestedHeight.html @@ -0,0 +1,8 @@ + + +
+
+
+
+
+ diff --git a/layout/reftests/percent-overflow-sizing/nestedHeightQuirks-ref.html b/layout/reftests/percent-overflow-sizing/nestedHeightQuirks-ref.html new file mode 100644 index 0000000000..c48bbb72a9 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/nestedHeightQuirks-ref.html @@ -0,0 +1,8 @@ + + +
+
+
+
+
+ diff --git a/layout/reftests/percent-overflow-sizing/nestedHeightQuirks.html b/layout/reftests/percent-overflow-sizing/nestedHeightQuirks.html new file mode 100644 index 0000000000..5b369b3fb6 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/nestedHeightQuirks.html @@ -0,0 +1,8 @@ + + +
+
+
+
+
+ diff --git a/layout/reftests/percent-overflow-sizing/reftest.list b/layout/reftests/percent-overflow-sizing/reftest.list new file mode 100644 index 0000000000..937f0f00da --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/reftest.list @@ -0,0 +1,26 @@ +== simpleHeight100.html greenbox.html +== simpleAbsHeight.html greenbox.html +random-if(transparentScrollbars) == hScrollSimpleHeight.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollSimpleHeightQuirks-1.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollSimpleHeightQuirks-2.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollSimpleHeightQuirks-3.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollAbsHeight.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollAbsHeightQuirks.html greenboxhbar.html # bug 650591 +== simpleHeight100D.html greenbox.html +== simpleAbsHeightD.html greenbox.html +random-if(transparentScrollbars) == hScrollSimpleHeightD.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollSimpleHeightQuirks-1D.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollSimpleHeightQuirks-2D.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollSimpleHeightQuirks-3D.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollAbsHeightD.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollAbsHeightQuirksD.html greenboxhbar.html # bug 650591 +== simpleMinHeight100D.html greenbox.html +== simpleAbsMinHeightD.html greenbox.html +random-if(transparentScrollbars) == hScrollSimpleMinHeightD.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollSimpleMinHeightQuirks-1D.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollSimpleMinHeightQuirks-3D.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollAbsMinHeightD.html greenboxhbar.html # bug 650591 +random-if(transparentScrollbars) == hScrollAbsMinHeightQuirksD.html greenboxhbar.html # bug 650591 +== dynamicHeight100.html dynamicHeight100-ref.html +== nestedHeight.html nestedHeight-ref.html +== nestedHeightQuirks.html nestedHeightQuirks-ref.html diff --git a/layout/reftests/percent-overflow-sizing/simpleAbsHeight.html b/layout/reftests/percent-overflow-sizing/simpleAbsHeight.html new file mode 100644 index 0000000000..dcbd1709ed --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/simpleAbsHeight.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/simpleAbsHeightD.html b/layout/reftests/percent-overflow-sizing/simpleAbsHeightD.html new file mode 100644 index 0000000000..59342917f3 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/simpleAbsHeightD.html @@ -0,0 +1,6 @@ + + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/simpleAbsMinHeightD.html b/layout/reftests/percent-overflow-sizing/simpleAbsMinHeightD.html new file mode 100644 index 0000000000..789dbb635b --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/simpleAbsMinHeightD.html @@ -0,0 +1,6 @@ + + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/simpleHeight100.html b/layout/reftests/percent-overflow-sizing/simpleHeight100.html new file mode 100644 index 0000000000..b22a101ce4 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/simpleHeight100.html @@ -0,0 +1,5 @@ + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/simpleHeight100D.html b/layout/reftests/percent-overflow-sizing/simpleHeight100D.html new file mode 100644 index 0000000000..e4e1f492a0 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/simpleHeight100D.html @@ -0,0 +1,6 @@ + + +
+
+
+
diff --git a/layout/reftests/percent-overflow-sizing/simpleMinHeight100D.html b/layout/reftests/percent-overflow-sizing/simpleMinHeight100D.html new file mode 100644 index 0000000000..f79a59c05d --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/simpleMinHeight100D.html @@ -0,0 +1,6 @@ + + +
+
+
+
-- cgit v1.2.3