diff --git a/mozilla/layout/html/tests/block/bugs/22413.html b/mozilla/layout/html/tests/block/bugs/22413.html new file mode 100644 index 00000000000..4bbb514584b --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/22413.html @@ -0,0 +1,38 @@ + + +

+This should be the only visible text when the page has loaded, and is with +M11. +

+ +
+

This paragraph disappears.

+
+ + +
+

This is visible in M12 -- it should have disappeared.

+
+
+ +
+ +

This is visible in M12 -- it should have disappeared.

+ +
+ + + + diff --git a/mozilla/layout/html/tests/block/bugs/27211.html b/mozilla/layout/html/tests/block/bugs/27211.html new file mode 100644 index 00000000000..15b4c9f61e6 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/27211.html @@ -0,0 +1,21 @@ + + + + + + +one +

+two +

+
+
+ + \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/39211-a.html b/mozilla/layout/html/tests/block/bugs/39211-a.html new file mode 100644 index 00000000000..d065a15a97e --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/39211-a.html @@ -0,0 +1,24 @@ + + + + + + + + + + +
+orig contents of ds +
+ + + + \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/39211-b.html b/mozilla/layout/html/tests/block/bugs/39211-b.html new file mode 100644 index 00000000000..86e78966f08 --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/39211-b.html @@ -0,0 +1,18 @@ + + + + + +
+ here is a span
with a block
in it
+
+ + \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/39211-c.html b/mozilla/layout/html/tests/block/bugs/39211-c.html new file mode 100644 index 00000000000..4306bd6e75d --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/39211-c.html @@ -0,0 +1,32 @@ + + + + + +
+ + here is a span +
with a block
+ in + + it. + + And here is a much more deeply nested span + + +
+
+ + \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/39211.html b/mozilla/layout/html/tests/block/bugs/39211.html new file mode 100644 index 00000000000..bae76c96a2a --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/39211.html @@ -0,0 +1,24 @@ + + + + + + + + + + +
+orig contents of ds +
+ + + + \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/41521.html b/mozilla/layout/html/tests/block/bugs/41521.html new file mode 100644 index 00000000000..f0dcdf8f34a --- /dev/null +++ b/mozilla/layout/html/tests/block/bugs/41521.html @@ -0,0 +1,12 @@ + + + + +This is my happy span. It's got an inline block. It all should be bold. + + \ No newline at end of file diff --git a/mozilla/layout/html/tests/block/bugs/file_list.txt b/mozilla/layout/html/tests/block/bugs/file_list.txt index f0829799793..d9a4f530693 100644 --- a/mozilla/layout/html/tests/block/bugs/file_list.txt +++ b/mozilla/layout/html/tests/block/bugs/file_list.txt @@ -85,7 +85,14 @@ file:///s:/mozilla/layout/html/tests/block/bugs/17532.html file:///s:/mozilla/layout/html/tests/block/bugs/17636.html file:///s:/mozilla/layout/html/tests/block/bugs/17844.html file:///s:/mozilla/layout/html/tests/block/bugs/22037.html +file:///s:/mozilla/layout/html/tests/block/bugs/22413.html +file:///s:/mozilla/layout/html/tests/block/bugs/27211.html file:///s:/mozilla/layout/html/tests/block/bugs/36401-a.html file:///s:/mozilla/layout/html/tests/block/bugs/36401-b.html file:///s:/mozilla/layout/html/tests/block/bugs/36401-c.html file:///s:/mozilla/layout/html/tests/block/bugs/36401.html +file:///s:/mozilla/layout/html/tests/block/bugs/39211.html +file:///s:/mozilla/layout/html/tests/block/bugs/39211-a.html +file:///s:/mozilla/layout/html/tests/block/bugs/39211-b.html +file:///s:/mozilla/layout/html/tests/block/bugs/39211-c.html +file:///s:/mozilla/layout/html/tests/block/bugs/41521.html