Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <html> |
michael@0 | 2 | <head> |
michael@0 | 3 | <title>Test for page style menu</title> |
michael@0 | 4 | <!-- data-state values: |
michael@0 | 5 | 0: should not appear in the page style menu |
michael@0 | 6 | 0-todo: should not appear in the page style menu, but does |
michael@0 | 7 | 1: should appear in the page style menu |
michael@0 | 8 | 2: should appear in the page style menu as the selected stylesheet --> |
michael@0 | 9 | <link data-state="1" href="404.css" title="1" rel="alternate stylesheet"> |
michael@0 | 10 | <link data-state="0" title="2" rel="alternate stylesheet"> |
michael@0 | 11 | <link data-state="0" href="404.css" rel="alternate stylesheet"> |
michael@0 | 12 | <link data-state="0" href="404.css" title="" rel="alternate stylesheet"> |
michael@0 | 13 | <link data-state="1" href="404.css" title="3" rel="stylesheet alternate"> |
michael@0 | 14 | <link data-state="1" href="404.css" title="4" rel=" alternate stylesheet "> |
michael@0 | 15 | <link data-state="1" href="404.css" title="5" rel="alternate stylesheet"> |
michael@0 | 16 | <link data-state="2" href="404.css" title="6" rel="stylesheet"> |
michael@0 | 17 | <link data-state="1" href="404.css" title="7" rel="foo stylesheet"> |
michael@0 | 18 | <link data-state="0" href="404.css" title="8" rel="alternate"> |
michael@0 | 19 | <link data-state="1" href="404.css" title="9" rel="alternate STYLEsheet"> |
michael@0 | 20 | <link data-state="1" href="404.css" title="10" rel="alternate stylesheet" media=""> |
michael@0 | 21 | <link data-state="1" href="404.css" title="11" rel="alternate stylesheet" media="all"> |
michael@0 | 22 | <link data-state="1" href="404.css" title="12" rel="alternate stylesheet" media="ALL "> |
michael@0 | 23 | <link data-state="1" href="404.css" title="13" rel="alternate stylesheet" media="screen"> |
michael@0 | 24 | <link data-state="1" href="404.css" title="14" rel="alternate stylesheet" media=" Screen"> |
michael@0 | 25 | <link data-state="0" href="404.css" title="15" rel="alternate stylesheet" media="screen foo"> |
michael@0 | 26 | <link data-state="0" href="404.css" title="16" rel="alternate stylesheet" media="all screen"> |
michael@0 | 27 | <link data-state="0" href="404.css" title="17" rel="alternate stylesheet" media="foo bar"> |
michael@0 | 28 | <link data-state="1" href="404.css" title="18" rel="alternate stylesheet" media="all,screen"> |
michael@0 | 29 | <link data-state="1" href="404.css" title="19" rel="alternate stylesheet" media="all, screen"> |
michael@0 | 30 | <link data-state="0" href="404.css" title="20" rel="alternate stylesheet" media="all screen"> |
michael@0 | 31 | <link data-state="0" href="404.css" title="21" rel="alternate stylesheet" media="foo"> |
michael@0 | 32 | <link data-state="0" href="404.css" title="22" rel="alternate stylesheet" media="allscreen"> |
michael@0 | 33 | <link data-state="0" href="404.css" title="23" rel="alternate stylesheet" media="_all"> |
michael@0 | 34 | <link data-state="0" href="404.css" title="24" rel="alternate stylesheet" media="not screen"> |
michael@0 | 35 | <link data-state="1" href="404.css" title="25" rel="alternate stylesheet" media="only screen"> |
michael@0 | 36 | <link data-state="1" href="404.css" title="26" rel="alternate stylesheet" media="screen and (min-device-width: 1px)"> |
michael@0 | 37 | <link data-state="0" href="404.css" title="27" rel="alternate stylesheet" media="screen and (max-device-width: 1px)"> |
michael@0 | 38 | </head> |
michael@0 | 39 | <body></body> |
michael@0 | 40 | </html> |