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/base/test/test_bug368972.html | 120 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 dom/base/test/test_bug368972.html (limited to 'dom/base/test/test_bug368972.html') diff --git a/dom/base/test/test_bug368972.html b/dom/base/test/test_bug368972.html new file mode 100644 index 000000000..74c6c055e --- /dev/null +++ b/dom/base/test/test_bug368972.html @@ -0,0 +1,120 @@ + + + + + Test for Bug 368972 + + + + + +Mozilla Bug 368972 +

+
+Embed without defined width/height: +
+Embed width=0 height=0 +
+Embed width=100 height=100 +
+Embed height=100 +
+Embed width=100 +
+Embed width=100xxx height=100 +
+Embed width=0100 height=100 +
+Embed width= height=100 +
+Embed width=100 height=100 style="width:400px" +
+Embed height=100 style="width:400px" +
+Embed height=100 (stylesheet width:400px height:400px) +
+ +Object without defined width/height: + +
+Object width=0 height=0 + +
+Object width=100 height=100 + +
+Object height=100 + +
+Object width=100 + +
+Object width=100xxx height=100 + +
+Object width=0100 height=100 + +
+Object width= height=100 + +
+Object width=100 height=100 style="width:400px" + +
+Object height=100 style="width:400px" + +
+Object height=100 (stylesheet width:400px height:400px) + +
+
+
+
+
+ + -- cgit v1.2.3