~ubuntu-branches/ubuntu/precise/maas/precise-updates

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/tests/history/tests/manual/bugs/ie8-onhashchange-head.html

Tags: 1.2+bzr1373+dfsg-0ubuntu1~12.04.4
* SECURITY UPDATE: failure to authenticate downloaded content (LP: #1039513)
  - debian/patches/CVE-2013-1058.patch: Authenticate downloaded files with
    GnuPG and MD5SUM files. Thanks to Julian Edwards.
  - CVE-2013-1058
* SECURITY UPDATE: configuration options may be loaded from current working
  directory (LP: #1158425)
  - debian/patches/CVE-2013-1057-1-2.patch: Do not load configuration
    options from the current working directory. Thanks to Julian Edwards.
  - CVE-2013-1057

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html> 
2
 
<html> 
3
 
<head> 
4
 
    <title>Ticket #2529310</title> 
5
 
    <script src="../../../../../build/yui/yui-base.js"></script>
6
 
    <script src="../../../../../build/event/event-base.js"></script>
7
 
    <script src="http://yui.yahooapis.com/combo?3.2.0/build/oop/oop-min.js&3.2.0/build/dom/dom-base-min.js&3.2.0/build/dom/selector-native-min.js&3.2.0/build/dom/selector-css2-min.js&3.2.0/build/yui/yui-later-min.js&3.2.0/build/event-custom/event-custom-min.js&3.2.0/build/node/node-base-min.js&3.2.0/build/event/event-synthetic-min.js&3.2.0/build/history/history-base-min.js&3.2.0/build/history/history-hash-min.js"></script>
8
 
    <script> 
9
 
    YUI().use('history-hash', function (Y) {
10
 
        location.hash = new Date().getTime();
11
 
        alert('boom');
12
 
    });
13
 
    </script> 
14
 
</head>
15
 
<body>
16
 
 
17
 
<p>See <a href="http://yuilibrary.com/projects/yui3/ticket/2529310">ticket #2529310</a></p>
18
 
 
19
 
</body>
20
 
</html>
 
 
b'\\ No newline at end of file'