diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-15 22:45:40 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-15 22:45:40 +0200 |
commit | d1184bfb4939e76f3aa442daa90dc5cca3a850e4 (patch) | |
tree | 38fb593b4e01dca46ab37540e1933327d055105f /docshell/test/navigation/test_sessionhistory.html | |
parent | e968422d299e49d1906e6f4c7746cfd9a677e72b (diff) | |
download | UXP-d1184bfb4939e76f3aa442daa90dc5cca3a850e4.tar UXP-d1184bfb4939e76f3aa442daa90dc5cca3a850e4.tar.gz UXP-d1184bfb4939e76f3aa442daa90dc5cca3a850e4.tar.lz UXP-d1184bfb4939e76f3aa442daa90dc5cca3a850e4.tar.xz UXP-d1184bfb4939e76f3aa442daa90dc5cca3a850e4.zip |
Bug 1379762 part 2. Use a more reliable test to figure out when we can skip firing onload in nsDocumentViewer::LoadComplete
Issue #357
Diffstat (limited to 'docshell/test/navigation/test_sessionhistory.html')
-rw-r--r-- | docshell/test/navigation/test_sessionhistory.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docshell/test/navigation/test_sessionhistory.html b/docshell/test/navigation/test_sessionhistory.html index b922ce4ea..10b0cbcaf 100644 --- a/docshell/test/navigation/test_sessionhistory.html +++ b/docshell/test/navigation/test_sessionhistory.html @@ -33,6 +33,7 @@ var testFiles = "file_scrollRestoration.html", "file_bug1300461.html", "file_bug1379762-1.html", + "file_bug1379762-2.html", ]; var testCount = 0; // Used by the test files. |