OLD | NEW |
---|---|
1 { | 1 { |
2 "description": "Key mobile sites", | 2 "description": "Key mobile sites", |
3 "archive_data_file": "../data/key_mobile_sites.json", | 3 "archive_data_file": "../data/key_mobile_sites.json", |
4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "../data/credentials.json", |
5 "user_agent_type": "mobile", | 5 "user_agent_type": "mobile", |
6 "smoothness": { "action": "scroll" }, | 6 "smoothness": { "action": "scroll" }, |
7 "pages": [ | 7 "pages": [ |
8 { | 8 { |
9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that -an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/ ", | 9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that -an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/ ", |
10 "why": "crbug.com/242544" | 10 "why": "crbug.com/242544" |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
205 }, | 205 }, |
206 { | 206 { |
207 "url": "http://www.reddit.com/r/programming/comments/1g96ve", | 207 "url": "http://www.reddit.com/r/programming/comments/1g96ve", |
208 "why": "#5 Alexa news" | 208 "why": "#5 Alexa news" |
209 }, | 209 }, |
210 { | 210 { |
211 "url": "http://www.boingboing.net", | 211 "url": "http://www.boingboing.net", |
212 "why": "Problematic use of fixed position elements" | 212 "why": "Problematic use of fixed position elements" |
213 }, | 213 }, |
214 { | 214 { |
215 "disabled": "Page behaves non-deterministically, replaced with test versio n for now", | |
tonyg
2013/09/05 15:32:13
Should we just remove this instead of disabling it
Dominik Grewe
2013/09/05 15:38:11
I tried to figure out what exactly is going on but
| |
215 "url": "http://groupcloned.com", | 216 "url": "http://groupcloned.com", |
216 "why": "crbug.com/172906", | 217 "why": "crbug.com/172906", |
217 "navigate_steps": [ | 218 "navigate_steps": [ |
218 { "action": "navigate" }, | 219 { "action": "navigate" }, |
219 { "action": "wait", "seconds": 5 }, | 220 { "action": "wait", "seconds": 5 }, |
220 { "action": "wait", "javascript": "document.getElementById('element-19') !== null && document.getElementById('element-19').contentDocument.getElementByI d('element-22') !== null && document.getElementById('element-19').contentDocumen t.getElementsByClassName('container list-item gc-list-item stretched').length != = 0" } | 221 { "action": "wait", "javascript": "document.getElementById('element-19') !== null && document.getElementById('element-19').contentDocument.getElementByI d('element-22') !== null && document.getElementById('element-19').contentDocumen t.getElementsByClassName('container list-item gc-list-item stretched').length != = 0" } |
221 ], | 222 ], |
222 "smoothness": { | 223 "smoothness": { |
223 "action": "scroll", | 224 "action": "scroll", |
224 "scroll_requires_touch": true, | 225 "scroll_requires_touch": true, |
225 "remaining_scroll_distance_function": "function() { return Math.max(0, 1 250 + document.getElementById('element-19').contentDocument.getElementById('elem ent-22').getBoundingClientRect().top); }" | 226 "remaining_scroll_distance_function": "function() { return Math.max(0, 1 250 + document.getElementById('element-19').contentDocument.getElementById('elem ent-22').getBoundingClientRect().top); }" |
226 } | 227 } |
227 }, | 228 }, |
228 { | 229 { |
230 "url": "http://groupcloned.com/test/list-images-variable/index.html", | |
231 "why": "crbug.com/172906", | |
232 "navigate_steps": [ | |
233 { "action": "navigate" }, | |
234 { "action": "wait", "javascript": "document.getElementById('element-5') !== null" } | |
235 ], | |
236 "smoothness": { | |
237 "action": "scroll", | |
238 "scroll_requires_touch": true, | |
239 "remaining_scroll_distance_function": "function() { return Math.max(0, 1 250 + document.getElementById('element-5').getBoundingClientRect().top); }" | |
240 } | |
241 }, | |
242 { | |
229 "disabled": "Doesn't scroll; crbug.com/249736", | 243 "disabled": "Doesn't scroll; crbug.com/249736", |
230 "url": "http://forecast.io", | 244 "url": "http://forecast.io", |
231 "why": "crbug.com/231413" | 245 "why": "crbug.com/231413" |
232 } | 246 } |
233 ] | 247 ] |
234 } | 248 } |
OLD | NEW |