From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- dom/grid/test/.eslintrc.js | 5 + dom/grid/test/chrome.ini | 9 + dom/grid/test/chrome/test_grid_areas.html | 143 +++++ dom/grid/test/chrome/test_grid_fragmentation.html | 86 +++ dom/grid/test/chrome/test_grid_implicit.html | 390 +++++++++++++ dom/grid/test/chrome/test_grid_line_numbers.html | 122 ++++ dom/grid/test/chrome/test_grid_lines.html | 104 ++++ dom/grid/test/chrome/test_grid_object.html | 114 ++++ .../test/chrome/test_grid_repeat_auto_fill.html | 648 +++++++++++++++++++++ .../test/chrome/test_grid_repeat_auto_fit.html | 614 +++++++++++++++++++ dom/grid/test/chrome/test_grid_tracks.html | 85 +++ 11 files changed, 2320 insertions(+) create mode 100644 dom/grid/test/.eslintrc.js create mode 100644 dom/grid/test/chrome.ini create mode 100644 dom/grid/test/chrome/test_grid_areas.html create mode 100644 dom/grid/test/chrome/test_grid_fragmentation.html create mode 100644 dom/grid/test/chrome/test_grid_implicit.html create mode 100644 dom/grid/test/chrome/test_grid_line_numbers.html create mode 100644 dom/grid/test/chrome/test_grid_lines.html create mode 100644 dom/grid/test/chrome/test_grid_object.html create mode 100644 dom/grid/test/chrome/test_grid_repeat_auto_fill.html create mode 100644 dom/grid/test/chrome/test_grid_repeat_auto_fit.html create mode 100644 dom/grid/test/chrome/test_grid_tracks.html (limited to 'dom/grid/test') diff --git a/dom/grid/test/.eslintrc.js b/dom/grid/test/.eslintrc.js new file mode 100644 index 0000000000..f667a57bf5 --- /dev/null +++ b/dom/grid/test/.eslintrc.js @@ -0,0 +1,5 @@ +"use strict"; + +module.exports = { + extends: ["plugin:mozilla/chrome-test"], +}; diff --git a/dom/grid/test/chrome.ini b/dom/grid/test/chrome.ini new file mode 100644 index 0000000000..4305317069 --- /dev/null +++ b/dom/grid/test/chrome.ini @@ -0,0 +1,9 @@ +[chrome/test_grid_areas.html] +[chrome/test_grid_fragmentation.html] +[chrome/test_grid_implicit.html] +[chrome/test_grid_lines.html] +[chrome/test_grid_line_numbers.html] +[chrome/test_grid_object.html] +[chrome/test_grid_repeat_auto_fit.html] +[chrome/test_grid_repeat_auto_fill.html] +[chrome/test_grid_tracks.html] diff --git a/dom/grid/test/chrome/test_grid_areas.html b/dom/grid/test/chrome/test_grid_areas.html new file mode 100644 index 0000000000..22c7cc53dd --- /dev/null +++ b/dom/grid/test/chrome/test_grid_areas.html @@ -0,0 +1,143 @@ + + + + + + + + + + + + +
+
A
+
B
+
C
+
+ + + diff --git a/dom/grid/test/chrome/test_grid_fragmentation.html b/dom/grid/test/chrome/test_grid_fragmentation.html new file mode 100644 index 0000000000..f9a28ee1a9 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_fragmentation.html @@ -0,0 +1,86 @@ + + + + + CSS Grid Test: Fragmentation of height:auto grid, not top-of-page + + + + + + + + + + + + + +
+
+
+ + + + +
+ + + diff --git a/dom/grid/test/chrome/test_grid_implicit.html b/dom/grid/test/chrome/test_grid_implicit.html new file mode 100644 index 0000000000..82f3284dad --- /dev/null +++ b/dom/grid/test/chrome/test_grid_implicit.html @@ -0,0 +1,390 @@ + + + + + + + + + + + + +
+
A
+
B
+
C
+
D
+
+ +
+ +
+
A
+
+ +
+ +
+
C
+
+ +
+
E
+
+ +
+
F
+
G
+
+
+
H
+
+ + diff --git a/dom/grid/test/chrome/test_grid_line_numbers.html b/dom/grid/test/chrome/test_grid_line_numbers.html new file mode 100644 index 0000000000..b5c5b5e534 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_line_numbers.html @@ -0,0 +1,122 @@ + + + + + + + + + + + + +
+
A
+
B
+
C
+
+ +
+
A
+
B
+
C
+
+ + + diff --git a/dom/grid/test/chrome/test_grid_lines.html b/dom/grid/test/chrome/test_grid_lines.html new file mode 100644 index 0000000000..c8fa8b6850 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_lines.html @@ -0,0 +1,104 @@ + + + + + + + + + + + + +
+
A
+
B
+
C
+
D
+
E
+
F
+
G
+
H
+
+ + + diff --git a/dom/grid/test/chrome/test_grid_object.html b/dom/grid/test/chrome/test_grid_object.html new file mode 100644 index 0000000000..1d57b44eb9 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_object.html @@ -0,0 +1,114 @@ + + + + + + + + + + + + +
+
A
+
+ +
+ a fieldset + + +
+ + + +
+
A
+
+ +
+ a fieldset + + +
+ + + + + diff --git a/dom/grid/test/chrome/test_grid_repeat_auto_fill.html b/dom/grid/test/chrome/test_grid_repeat_auto_fill.html new file mode 100644 index 0000000000..4a558c434a --- /dev/null +++ b/dom/grid/test/chrome/test_grid_repeat_auto_fill.html @@ -0,0 +1,648 @@ + + + + + + + + + + + + +
+
B
+
+ +
+
+
B
+
C
+
+ +
+
+
B
+
C
+
D
+
+ +
+
+
A
+
+ +
+
+
+ +
+
+
B
+
+ +
+
+
B
+
+ +
+
+
+ +
+
+
F
+
+ +
+
+
B
+
E
+
x
+
+ +
+
+
B
+
E
+
y
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ + + diff --git a/dom/grid/test/chrome/test_grid_repeat_auto_fit.html b/dom/grid/test/chrome/test_grid_repeat_auto_fit.html new file mode 100644 index 0000000000..6643521d43 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_repeat_auto_fit.html @@ -0,0 +1,614 @@ + + + + + + + + + + + + +
+
B
+
+ +
+
+
B
+
C
+
+ +
+
+
B
+
C
+
D
+
+ +
+
+
A
+
+ +
+
+
+ +
+
+
B
+
+ +
+
+
B
+
+ +
+
+
+ +
+
+
F
+
+ +
+
+
B
+
E
+
+ +
+
+
B
+
E
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ + + diff --git a/dom/grid/test/chrome/test_grid_tracks.html b/dom/grid/test/chrome/test_grid_tracks.html new file mode 100644 index 0000000000..39697ef799 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_tracks.html @@ -0,0 +1,85 @@ + + + + + + + + + + + + +
+
A
+
B
+
C
+
D
+
E
+
F
+
G
+
H
+
+ + + -- cgit v1.2.3