Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/testcases.md

Issue 29874607: Issue 6769 - Avoid hardcoding the URL (Closed)
Patch Set: Rebased Created Sept. 24, 2018, 1:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « filters/strip_proto.py ('k') | includes/testcases.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <section class="site-panel">
2 <h2>Testpages Filter Subscription</h2>
3 <p>This subscription includes all of the filters required to verify the follow ing test cases.</p>
4 <p>You can add this subscription and then click through to each test case page and check that the page state matches the test case description. Alternatively you could add a test cases filter(s) manually in order to check it in isolation. </p>
5 <a class="site-button" href="/abp-testcase-subscription.txt" target="_blank">V iew</a>
6 <a id="subscribe-button" class="site-button" href="abp:subscribe?location=http %3A%2F%2Ftestpages.adblockplus.org%2Fabp-testcase-subscription.txt&amp;title=ABP %20Testcase%20Subscription">Subscribe</a>
7 </section>
8
9 <section class="site-panel">
10 <h2>Filter test cases</h2>
11 <h3>Blocking and hiding filters</h3>
12 <ul class="site-pagelist">
13 <li>
14 <a href="filters/blocking">
15 <h3>Blocking</h3>
16 </a>
17 </li>
18 <li>
19 <a href="filters/element-hiding">
20 <h3>Element Hiding</h3>
21 </a>
22 </li>
23 <li>
24 <a href="filters/element-hiding-emulation">
25 <h3>Element Hiding Emulation / Extended Selectors</h3>
26 </a>
27 </li>
28 </ul>
29 <h3>Filter options</h3>
30 <ul class="site-pagelist">
31 <li>
32 <a href="filters/popup">
33 <h3>$popup</h3>
34 </a>
35 </li>
36 <li>
37 <a href="filters/image">
38 <h3>$image</h3>
39 </a>
40 </li>
41 <li>
42 <a href="filters/script">
43 <h3>$script</h3>
44 </a>
45 </li>
46 <li>
47 <a href="filters/stylesheet">
48 <h3>$stylesheet</h3>
49 </a>
50 </li>
51 <li>
52 <a href="filters/subdocument">
53 <h3>$subdocument</h3>
54 </a>
55 </li>
56 <li>
57 <a href="filters/object">
58 <h3>$object</h3>
59 </a>
60 </li>
61 <li>
62 <a href="filters/object-subrequest">
63 <h3>$object-subrequest - Not working yet</h3>
64 </a>
65 </li>
66 <li>
67 <a href="filters/xmlhttprequest">
68 <h3>$xmlhttprequest</h3>
69 </a>
70 </li>
71 <li>
72 <a href="filters/ping">
73 <h3>$ping</h3>
74 </a>
75 </li>
76 <li>
77 <a href="filters/websocket">
78 <h3>$websocket</h3>
79 </a>
80 </li>
81 <li>
82 <a href="filters/webrtc">
83 <h3>$webrtc - Not working yet</h3>
84 </a>
85 </li>
86 </ul>
87 <h3>Exception Filters</h3>
88 <ul class="site-pagelist">
89 <li>
90 <a href="exceptions/elemhide">
91 <h3>$elemhide - Exception</h3>
92 </a>
93 </li>
94 <li>
95 <a href="exceptions/document">
96 <h3>$document - Exception</h3>
97 </a>
98 </li>
99 <li>
100 <a href="exceptions/popup">
101 <h3>$popup - Exception</h3>
102 </a>
103 </li>
104 <li>
105 <a href="exceptions/image">
106 <h3>$image - Exception</h3>
107 </a>
108 </li>
109 <li>
110 <a href="exceptions/script">
111 <h3>$script - Exception</h3>
112 </a>
113 </li>
114 <li>
115 <a href="exceptions/stylesheet">
116 <h3>$stylesheet - Exception</h3>
117 </a>
118 </li>
119 <li>
120 <a href="exceptions/subdocument">
121 <h3>$subdocument - Exception</h3>
122 </a>
123 </li>
124 <li>
125 <a href="exceptions/xmlhttprequest">
126 <h3>$xmlhttprequest - Exception</h3>
127 </a>
128 </li>
129 <li>
130 <a href="exceptions/element-hiding">
131 <h3>Element Hiding - Exception</h3>
132 </a>
133 </li>
134 </ul>
135 </section>
136
137 <section class="site-panel">
138 <h2>Circumvention</h2>
139 <ul class="site-pagelist">
140 <li>
141 <a href="circumvention/inline-style-important">
142 <h3>Inline style !important</h3>
143 </a>
144 </li>
145 <li>
146 <a href="circumvention/anoniframe-documentwrite">
147 <h3>Anonymous iframe document.write()</h3>
148 </a>
149 </li>
150 </ul>
151 </section>
OLDNEW
« no previous file with comments | « filters/strip_proto.py ('k') | includes/testcases.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld