Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: chrome/test/data/autofill/heuristics/input/08_register_amazon.com.html

Issue 7120008: Autofill heuristics regression suite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <!--Form Location: https://sellercentral.amazon.com/gp/on-board/workflow/Registr ation/login.html?passthrough%2F&passthrough%2Faccount=soa&passthrough%2FsuperSou rce=OAR&passthrough%2FmarketplaceID=ATVPDKIKX0DER&passthrough%2Fld=AZFS-30--><he ad>
3 <link rel="stylesheet" type="text/css" href="https://images-na.ssl-images-amazon .com/images/G/01/nav2/prod/rainierCoreCSS/rainierCoreCSS-combined-coreCSS-47786. _V167920902_.css">
4 <title>Registration</title>
5 <link rel="stylesheet" type="text/css" href="https://images-na.ssl-images-amazon .com/images/G/01/nav2/gamma/fruitCSS/US/secure-combined-1676709825._V214198703_. css">
6 <style type="text/css">
7
8 .inner-box-title { font-weight: bold; }
9 div.inner-box-element-indent { padding: 0.5em 0 0.5em 1.5em; }
10
11 div.continue, div.post-continue { text-align: center; margin: 1em; }
12 div.continue { direction: rtl; }
13
14 div.logo { margin-top: 1em; margin-left: 2.5%; width: 95%;}
15
16 .illuminate { color: #cc6600; font-size: 12pt; font-weight: bold; text-align: ce nter; padding: 1em; margin: 1em; background: #f4f4f4; border: 1em solid #dddddd; }
17
18 div.popup-buttons { text-align: right; background: #eee; }
19
20 span.strong { font-weight: bold; }
21
22 table.fees-display { background-color: #cccccc; }
23 table.fees-display th { background-color: #ccd8e8; text-align: center; color: #6 66666; padding: 0.25em; }
24 table.fees-display td { background-color: white; text-align: center; padding: 0. 25em; }
25 table.fees-display td.fees-display-side-header { text-align: right; font-weight: bold; color: #666666 }
26
27 div.fba-display div.content-module { margin-top: 0em;}
28
29 .cBoxTL, .cBoxTR, .cBoxBL, .cBoxBR {
30 background-image : none ;
31 }
32
33 .secEyebrow h2 {
34 background:#E6E6E6 url(titlebargrad.gif) repeat-x scroll 0 0;
35 border:1px solid #CCCCCC;
36 }
37
38 .cBoxR {
39 background-color:#CCCCCC;
40 right:0;
41 top:0;
42 width:0%;
43 }
44
45 .cBoxB {
46 background-color:#CCCCCC;
47 bottom:0;
48 width: 0%;
49 }
50
51 .secEyebrow {
52 border: 1px solid #CCCCCC;
53 }
54
55 /* There is an IE specific rule for this one below. Keep both in sync! */
56 #id-div-render-box {
57 min-width: 850px;
58 width: 90%;
59 margin: 25px auto 25px auto;
60 }
61
62 .spr-left-column-wrapper {
63 float: left;
64 width: 100%;
65 margin: 0px -207px 15px 0px;
66 }
67
68 .spr-left-column {
69 margin-right: 207px;
70 }
71
72 .spr-right-column {
73 float: right;
74 width: 200px;
75 margin: 0px 0px 15px 7px;
76 }
77
78 .spr-popover {
79 font-size: 1.15em;
80 padding: 1em 2em;
81 border: 10px solid white;
82 border-radius: 20px;
83 zoom: 1;
84 -moz-border-radius: 20px;
85 -webkit-border-radius: 20px;
86 -o-border-radius: 20px;
87 }
88
89 #id-div-international-seller-alert {
90 border-color: #346699;
91 }
92
93 #id-div-international-seller-alert ul {
94 padding-left: 1em;
95 }
96
97 #id-div-international-seller-alert ul li {
98 padding-bottom: 0.15em;
99 }
100
101 #id-div-international-seller-alert h2 {
102 text-align: center;
103 color: #346699;
104 }
105
106 #id-div-international-seller-alert div center {
107 margin-top: 1em;
108 }
109
110 #id-div-phone-verify-pin {
111 border-color: #346699;
112 }
113
114 #id-div-phone-verify-pin .illuminatum {
115 border: 10px solid #06f;
116 border-radius: 20px;
117 -moz-border-radius: 20px;
118 -webkit-border-radius: 20px;
119 -o-border-radius: 20px;
120 font-size: 46px;
121 margin: 15px auto;
122 padding: 10px;
123 text-align: center;
124 width: 90%;
125 }
126
127 #id-div-phone-verify-pin .illuminatum span {
128 font-size: 48px;
129 }
130
131 div.post-continue {
132 margin: 1em 0em;
133 font-weight: bold;
134 }
135
136 #id-product-details {
137 }
138
139 #table-of-product-details {
140 width: 100%;
141 /* height: 200px;*/
142 border: thin solid #DDD;
143 border-top: thin none white;
144 }
145
146 #table-of-product-details tr td {
147 padding: 5px;
148 border-top: 1px solid #DDD;
149 }
150
151 #id-div-registration-wait {
152 border-color: none;
153 }
154
155 #id-div-registration-wait table {
156 border-collapse: collapse;
157 border: 2px solid #063;
158 }
159
160 #id-div-registration-wait table td {
161 height: 50px;
162 width: 50px;
163 text-align: center:
164 }
165
166 #id-div-registration-wait table td img {
167 width: 15px;
168 height: 15px;
169 margin: auto auto;
170 }
171
172 -->
173 </style>
174 <!--[if lte IE 6]>
175 <style type="text/css">
176 #id-div-render-box {
177 width: expression(document.body.clientWidth < 955 ? "850px" : "90%");
178 }
179 </style>
180 <![endif]--><link href="/css/amzPopover.mod.css" rel="stylesheet" type="text/css ">
181 </head>
182 <body>
183
184
185
186
187
188
189 <div class="logo">
190 <span style="float:left;"><img src="https://images-na.ssl-images-amazon.com/ images/G/01/rainier/nav/sc-logo-top._V192558617_.gif" width="233" height="44" bo rder="0"></span>
191 </div>
192 <div style="clear:both;"></div>
193
194
195
196
197 <div class="spacer"><span>&#160;</span></div>
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216 <table class="messagebox" width="100%" cellspacing="0" cellpadding="0" border="0 "><tr>
217 <td align="middle">
218 <div class="">
219
220 </div>
221 </td>
222 </tr></table>
223 <form action="https://sellercentral.amazon.com/gp/flex/process-sign-in.html/179- 7855051-8437352" method="POST">
224 <input type="hidden" name="session-id" value="179-7855051-8437352"><input type=" hidden" name="pipeline" value="registration-new"><input type="hidden" name="pass through/rootMarketplaceID" value="ATVPDKIKX0DER"><input type="hidden" name="pass through/ld" value="AZFS-30"><input type="hidden" name="passthrough/account" valu e="soa"><input type="hidden" name="passthrough/superSource" value="OAR"><input t ype="hidden" name="passthrough/marketplaceID" value="ATVPDKIKX0DER"><div class=" content-area">
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261 <div class="content-module">
262 <h1></h1>
263 <h2><strong>Register and Start Selling Today</strong></h2> <p>Please have the fo llowing before you begin: </p> <ul>
264 <li>Your business name, address, and contact information </li>
265 <li>An internationally-chargeable credit card with valid billing address </li>
266 <li>A phone number where you can be reached during this registration process </l i>
267 </ul>
268 </div>
269
270 <div class="content-module">
271 <h1></h1>
272 <h2><strong>Important Notice for International Sellers</strong></h2>
273 <ul>
274 <li>If you are registering from a country which is outside of the United States, there are important steps you must take before you begin selling on our Amazon. com website to ensure a great experience for you and for customers. These steps include:
275 <ul>
276 <li>You will have to provide a bank account in a country supported by Amazon.com in order to be paid. Currently Amazon supports UK, Austrian, French, German and US bank accounts.
277 </li>
278 <li>You must accurately state the 'shipping from' country in your Amazon.com sel ler profile for display to customers.
279 </li>
280 <li>You will be responsible for assuring that you&#160;will meet the shipping ex pectations for all orders you receive.
281 </li>
282 <li>Products must be listed in US Dollars.</li>
283 <li>All customer facing content and communications must be in English.<br>
284 </li>
285 <li>You should understand the laws that apply to you as a seller on our website and only list, sell, and export products that comply with those laws. </li>
286 </ul>
287 </li>
288 <li>Please read this <a href="/gp/seller/registration/participationAgreement.htm l?itemID=200404870&amp;language=en_US" target="_blank">important information for international sellers</a> for more details of your obligations as a seller on o ur website. </li>
289 </ul>
290 <p>If you cannot comply with the requirements of this registration, please do NO T continue with this registration process.</p>
291 </div>
292
293
294
295
296
297
298 <div class="content-module" style="width: 20%; float: right;">
299
300
301 <div class="cBox secEyebrow">
302 <span class="cBoxTL"><!-- &nbsp; --></span>
303 <span class="cBoxTR"><!-- &nbsp; --></span>
304 <span class="cBoxR"><!-- &nbsp; --></span>
305 <span class="cBoxBL"><!-- &nbsp; --></span>
306 <span class="cBoxBR"><!-- &nbsp; --></span>
307 <span class="cBoxB"><!-- &nbsp; --></span>
308 <h2>You are signing up for...</h2>
309 <div class="cBoxInner">
310 <b><h3>Selling on Amazon - Professional</h3></b><p><style weight:normal class="t iny-example">$39.99 a Month + Selling Fee</style><br><br></p>
311 <table border="0"><tr>
312 <td style="width:200px"><b><h3>Fulfillment by Amazon</h3></b></td>
313 <td><a id="id-a-fba" ><span id="id-span-fba">Disable</span></a></td>
314 </tr></table>
315 <style class="tiny-example">No Monthly Subscription Fee. Pay per use.</style>
316 </div>
317 </div>
318
319
320
321 </div>
322
323 <div class="" style="width: 79%;float: left">
324 <div class="content-module">
325
326
327 <table cellspacing="0" class="titlebar"><tr>
328 <th>
329 <div>
330 <span>Select an Option to Begin</span><span> </span><span></span>
331 </div>
332 </th>
333
334
335
336 </tr></table>
337 <table cellspacing="1" class="data-display">
338 <tr class="list-row">
339 <td width="10px" align="left" valign="top" class="data-display-field">
340 <input type="radio" name="action" id="login-type-new" value="new-user" check ed autocomplete="off">
341 </td>
342
343
344
345 <td width="100%" align="left" valign="top" class="data-display-field">
346 <label for="login-type-new">Create a new account <span class="tiny">(Recomme nded for Business accounts)</span></label>
347 </td>
348
349
350 </tr>
351 <tr class="list-row">
352 <td width="10px" align="left" valign="top" class="data-display-field">
353 <input type="radio" name="action" id="login-type-existing" value="sign-in" a utocomplete="off">
354 </td>
355
356
357
358 <td width="100%" align="left" valign="top" class="data-display-field">
359 <label for="login-type-existing">Use existing Amazon customer account</label >
360 </td>
361
362
363 </tr>
364 </table>
365 </div>
366
367
368 </div>
369
370 <div class="" style="width: 79%;float: left">
371 <div class="content-module">
372
373
374 <table cellspacing="0" class="titlebar"><tr>
375 <th>
376 <div>
377 <span>Sign-In Information</span><span> </span><span></span>
378 </div>
379 </th>
380
381
382
383 </tr></table>
384 <table class="data-entry" cellspacing="1" style="" id="">
385 <tr id="user-new">
386 <td valign="top" class="label">
387
388
389
390 First and Last Name:
391
392
393
394 </td>
395 <td valign="top" class="field">
396
397 <input type="text" name="userName" size="40" maxlength="50" value="">
398 </td>
399 </tr>
400 <tr>
401 <td valign="top" class="label">
402
403
404
405 E-mail Address:
406
407
408
409 </td>
410 <td valign="top" class="field">
411
412 <input type="text" name="email" size="40" maxlength="64" value=""><br><spa n style="font-weight: normal;" id="email-subtitle-new" class="tiny-example">Use an e-mail address that is checked frequently and/or dedicated to business use.</ span>
413
414
415 </td>
416 </tr>
417 <tr id="email-confirm-new">
418 <td valign="top" class="label">
419
420
421
422 Re-type E-mail Address:
423
424
425
426 </td>
427 <td valign="top" class="field">
428
429 <input type="text" name="emailCheck" size="40" maxlength="64" value="">
430 </td>
431 </tr>
432 <tr>
433 <td valign="top" class="label">
434
435
436
437 Password:
438
439
440
441 </td>
442 <td valign="top" class="field">
443
444 <input type="password" autocomplete="off" name="password" size="20" maxlen gth="1024" value="">
445 </td>
446 </tr>
447 <tr id="password-confirm-new">
448 <td valign="top" class="label">
449
450
451
452 Re-type Password:
453
454
455
456 </td>
457 <td valign="top" class="field">
458
459 <input type="password" autocomplete="off" name="passwordCheck" size="20" m axlength="20" value="">
460 </td>
461 </tr>
462 </table>
463 </div>
464
465
466 </div>
467 <div class="content-module" style="clear: both">
468 <div class="continue" style="padding-top: 0.5cm;">
469
470 <span style="direction: ltr;">
471
472 <button name="Continue" id="ContinueID" class="awesomeButton buttonLarge primary LargeButton" type="submit"><span class="button_label">Continue</span></button>
473
474 </span>
475
476
477 </div>
478 </div>
479 </div>
480
481
482
483 <div id="mercury0" style="visibility:hidden"></div>
484 <div id="mercury1"></div>
485
486
487 </form>
488
489
490
491 <br style="clear:both"><table align="center"></table>
492
493 </body>
494 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698