browser/components/sessionstore/test/browser_pageStyle_sample.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <html>
     2 <head>
     3   <meta charset="utf-8">
     4   <title>pageStyle sample</title>
     6   <link href="404.css" title="default" rel="stylesheet">
     7   <link href="404.css" title="alternate" rel="alternate stylesheet">
     8   <link href="404.css" title="altERnate" rel=" styLEsheet altERnate ">
     9   <link href="404.css" title="media_empty" rel="alternate stylesheet" media="">
    10   <link href="404.css" title="media_all" rel="alternate stylesheet" media="all">
    11   <link href="404.css" title="media_ALL" rel="alternate stylesheet" media=" ALL ">
    12   <link href="404.css" title="media_screen" rel="alternate stylesheet" media="screen">
    13   <link href="404.css" title="media_print_screen" rel="alternate stylesheet" media="print,screen">
    14 </head>
    15 <body></body>
    16 </html>

mercurial