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/events/crashtests/1033343.html | 5 ++++ dom/events/crashtests/1035654-1.html | 21 +++++++++++++++ dom/events/crashtests/1035654-2.html | 20 ++++++++++++++ dom/events/crashtests/104310-1.html | 22 +++++++++++++++ dom/events/crashtests/1072137-1.html | 18 +++++++++++++ dom/events/crashtests/1143972-1.html | 12 +++++++++ dom/events/crashtests/116206-1.html | 23 ++++++++++++++++ dom/events/crashtests/1190036-1.html | 15 +++++++++++ dom/events/crashtests/135345-1.html | 14 ++++++++++ dom/events/crashtests/422009-1.xhtml | 31 ++++++++++++++++++++++ dom/events/crashtests/457776-1.html | 9 +++++++ dom/events/crashtests/496308-1.html | 3 +++ dom/events/crashtests/682637-1.html | 22 +++++++++++++++ dom/events/crashtests/938341.html | 7 +++++ dom/events/crashtests/crashtests.list | 18 +++++++++++++ .../crashtests/eventctor-nulldictionary.html | 4 +++ dom/events/crashtests/eventctor-nullstorage.html | 4 +++ .../crashtests/recursive-DOMNodeInserted.html | 17 ++++++++++++ dom/events/crashtests/recursive-onload.html | 1 + 19 files changed, 266 insertions(+) create mode 100644 dom/events/crashtests/1033343.html create mode 100644 dom/events/crashtests/1035654-1.html create mode 100644 dom/events/crashtests/1035654-2.html create mode 100644 dom/events/crashtests/104310-1.html create mode 100644 dom/events/crashtests/1072137-1.html create mode 100644 dom/events/crashtests/1143972-1.html create mode 100644 dom/events/crashtests/116206-1.html create mode 100644 dom/events/crashtests/1190036-1.html create mode 100644 dom/events/crashtests/135345-1.html create mode 100644 dom/events/crashtests/422009-1.xhtml create mode 100644 dom/events/crashtests/457776-1.html create mode 100644 dom/events/crashtests/496308-1.html create mode 100644 dom/events/crashtests/682637-1.html create mode 100644 dom/events/crashtests/938341.html create mode 100644 dom/events/crashtests/crashtests.list create mode 100644 dom/events/crashtests/eventctor-nulldictionary.html create mode 100644 dom/events/crashtests/eventctor-nullstorage.html create mode 100644 dom/events/crashtests/recursive-DOMNodeInserted.html create mode 100644 dom/events/crashtests/recursive-onload.html (limited to 'dom/events/crashtests') diff --git a/dom/events/crashtests/1033343.html b/dom/events/crashtests/1033343.html new file mode 100644 index 000000000..99160cebf --- /dev/null +++ b/dom/events/crashtests/1033343.html @@ -0,0 +1,5 @@ + diff --git a/dom/events/crashtests/1035654-1.html b/dom/events/crashtests/1035654-1.html new file mode 100644 index 000000000..6e3e3c027 --- /dev/null +++ b/dom/events/crashtests/1035654-1.html @@ -0,0 +1,21 @@ + + + + + + + + + + + diff --git a/dom/events/crashtests/1035654-2.html b/dom/events/crashtests/1035654-2.html new file mode 100644 index 000000000..19f5a1cc8 --- /dev/null +++ b/dom/events/crashtests/1035654-2.html @@ -0,0 +1,20 @@ + + + + + + + + + + + diff --git a/dom/events/crashtests/104310-1.html b/dom/events/crashtests/104310-1.html new file mode 100644 index 000000000..f9544c2f8 --- /dev/null +++ b/dom/events/crashtests/104310-1.html @@ -0,0 +1,22 @@ + + + + + + + + +
+
+ + +
+
+ +
+ + + + + + diff --git a/dom/events/crashtests/1072137-1.html b/dom/events/crashtests/1072137-1.html new file mode 100644 index 000000000..ae26188ab --- /dev/null +++ b/dom/events/crashtests/1072137-1.html @@ -0,0 +1,18 @@ + + + + + + diff --git a/dom/events/crashtests/1143972-1.html b/dom/events/crashtests/1143972-1.html new file mode 100644 index 000000000..992bf9478 --- /dev/null +++ b/dom/events/crashtests/1143972-1.html @@ -0,0 +1,12 @@ + + + diff --git a/dom/events/crashtests/116206-1.html b/dom/events/crashtests/116206-1.html new file mode 100644 index 000000000..b04c15097 --- /dev/null +++ b/dom/events/crashtests/116206-1.html @@ -0,0 +1,23 @@ + + + + + +
+ + + + + + + + + +
+
+ + diff --git a/dom/events/crashtests/1190036-1.html b/dom/events/crashtests/1190036-1.html new file mode 100644 index 000000000..00a6a25db --- /dev/null +++ b/dom/events/crashtests/1190036-1.html @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/dom/events/crashtests/135345-1.html b/dom/events/crashtests/135345-1.html new file mode 100644 index 000000000..f9bfe0275 --- /dev/null +++ b/dom/events/crashtests/135345-1.html @@ -0,0 +1,14 @@ + + +
+ + +
+ + + diff --git a/dom/events/crashtests/422009-1.xhtml b/dom/events/crashtests/422009-1.xhtml new file mode 100644 index 000000000..1bf37906d --- /dev/null +++ b/dom/events/crashtests/422009-1.xhtml @@ -0,0 +1,31 @@ + + + + + + + + throw 3; + + + + + + + + + + diff --git a/dom/events/crashtests/457776-1.html b/dom/events/crashtests/457776-1.html new file mode 100644 index 000000000..2c3910815 --- /dev/null +++ b/dom/events/crashtests/457776-1.html @@ -0,0 +1,9 @@ + + + + + + + diff --git a/dom/events/crashtests/496308-1.html b/dom/events/crashtests/496308-1.html new file mode 100644 index 000000000..29d9a646c --- /dev/null +++ b/dom/events/crashtests/496308-1.html @@ -0,0 +1,3 @@ + diff --git a/dom/events/crashtests/682637-1.html b/dom/events/crashtests/682637-1.html new file mode 100644 index 000000000..5afc12377 --- /dev/null +++ b/dom/events/crashtests/682637-1.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + diff --git a/dom/events/crashtests/938341.html b/dom/events/crashtests/938341.html new file mode 100644 index 000000000..3190b4a6b --- /dev/null +++ b/dom/events/crashtests/938341.html @@ -0,0 +1,7 @@ + + + +
\ No newline at end of file diff --git a/dom/events/crashtests/crashtests.list b/dom/events/crashtests/crashtests.list new file mode 100644 index 000000000..fb11e4ec5 --- /dev/null +++ b/dom/events/crashtests/crashtests.list @@ -0,0 +1,18 @@ +load 104310-1.html +load 116206-1.html +load 135345-1.html +load 422009-1.xhtml +load 457776-1.html +load 496308-1.html +load 682637-1.html +load 938341.html +load 1033343.html +load 1035654-1.html +load 1035654-2.html +needs-focus load 1072137-1.html +load 1143972-1.html +load 1190036-1.html +load eventctor-nulldictionary.html +load eventctor-nullstorage.html +load recursive-DOMNodeInserted.html +load recursive-onload.html diff --git a/dom/events/crashtests/eventctor-nulldictionary.html b/dom/events/crashtests/eventctor-nulldictionary.html new file mode 100644 index 000000000..f81399413 --- /dev/null +++ b/dom/events/crashtests/eventctor-nulldictionary.html @@ -0,0 +1,4 @@ + + diff --git a/dom/events/crashtests/eventctor-nullstorage.html b/dom/events/crashtests/eventctor-nullstorage.html new file mode 100644 index 000000000..beae2f3df --- /dev/null +++ b/dom/events/crashtests/eventctor-nullstorage.html @@ -0,0 +1,4 @@ + + diff --git a/dom/events/crashtests/recursive-DOMNodeInserted.html b/dom/events/crashtests/recursive-DOMNodeInserted.html new file mode 100644 index 000000000..c3e6f41d5 --- /dev/null +++ b/dom/events/crashtests/recursive-DOMNodeInserted.html @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/dom/events/crashtests/recursive-onload.html b/dom/events/crashtests/recursive-onload.html new file mode 100644 index 000000000..e8f15610b --- /dev/null +++ b/dom/events/crashtests/recursive-onload.html @@ -0,0 +1 @@ + Goodjet! Body text \ No newline at end of file -- cgit v1.2.3