From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- dom/grid/test/chrome/test_grid_areas.html | 143 +++++++++ dom/grid/test/chrome/test_grid_fragmentation.html | 88 ++++++ dom/grid/test/chrome/test_grid_implicit.html | 250 +++++++++++++++ dom/grid/test/chrome/test_grid_lines.html | 117 +++++++ dom/grid/test/chrome/test_grid_object.html | 69 +++++ dom/grid/test/chrome/test_grid_repeats.html | 358 ++++++++++++++++++++++ dom/grid/test/chrome/test_grid_tracks.html | 85 +++++ 7 files changed, 1110 insertions(+) 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_lines.html create mode 100644 dom/grid/test/chrome/test_grid_object.html create mode 100644 dom/grid/test/chrome/test_grid_repeats.html create mode 100644 dom/grid/test/chrome/test_grid_tracks.html (limited to 'dom/grid/test/chrome') 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 000000000..2f5d8ea44 --- /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 000000000..cec03b12c --- /dev/null +++ b/dom/grid/test/chrome/test_grid_fragmentation.html @@ -0,0 +1,88 @@ + + + + + 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 000000000..c7782e0e5 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_implicit.html @@ -0,0 +1,250 @@ + + + + + + + + + + + + +
+
A
+
B
+
C
+
D
+
+ +
+ +
+
A
+
+ +
+ +
+
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 000000000..3f98f3ca0 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_lines.html @@ -0,0 +1,117 @@ + + + + + + + + + + + + +
+
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 000000000..b68152b61 --- /dev/null +++ b/dom/grid/test/chrome/test_grid_object.html @@ -0,0 +1,69 @@ + + + + + + + + + + + + +
+
A
+
B
+
C
+
D
+
E
+
F
+
G
+
H
+
+ + + diff --git a/dom/grid/test/chrome/test_grid_repeats.html b/dom/grid/test/chrome/test_grid_repeats.html new file mode 100644 index 000000000..34ae7da4e --- /dev/null +++ b/dom/grid/test/chrome/test_grid_repeats.html @@ -0,0 +1,358 @@ + + + + + + + + + + + + +
+
B
+
+ +
+
+
B
+
C
+
+ +
+
+
B
+
C
+
D
+
+ +
+
+
A
+
+ +
+
+
+ +
+
+
B
+
+ +
+
+
B
+
+ +
+
+
+ +
+
+
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 000000000..9b58cd50d --- /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