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

Side by Side Diff: third_party/webdriver/test_data/cn-test.html

Issue 424363004: Update third_party/webdriver/pylib to r18456 and delete test_data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "python" -> "pylib" Created 6 years, 4 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
OLDNEW
(Empty)
1
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
4 <style type="text/css">
5
6
7
8 /* default css */
9
10 table {
11 font-size: 1em;
12 line-height: inherit;
13 }
14
15
16 div, address, ol, ul, li, option, select {
17 margin-top: 0px;
18 margin-bottom: 0px;
19 }
20
21 p {
22 margin: 0px;
23 }
24
25 body {
26
27
28 margin: 0px;
29
30
31
32 padding-left: 50px;
33 padding-right: 50px;
34 padding-top: 40px;
35
36
37 }
38
39 h6 { font-size: 10pt }
40 h5 { font-size: 11pt }
41 h4 { font-size: 12pt }
42 h3 { font-size: 13pt }
43 h2 { font-size: 14pt }
44 h1 { font-size: 16pt }
45
46 blockquote {padding: 10px; border: 1px #DDD dashed }
47
48 a img {border: 0}
49
50 div.google_header, div.google_footer {
51 position: relative;
52 margin-top: 1em;
53 margin-bottom: 1em;
54 }
55 /* end default css */
56
57
58 /* default print css */
59
60 @media print {
61 body {
62 padding: 0;
63 margin: 0;
64 }
65
66 div.google_header, div.google_footer {
67 display: block;
68 min-height: 0;
69 border: none;
70 }
71
72 div.google_header {
73 flow: static(header);
74 }
75
76 /* used to insert page numbers */
77 div.google_header::before, div.google_footer::before {
78 position: absolute;
79 top: 0;
80 }
81
82 div.google_footer {
83 flow: static(footer);
84 }
85
86 /* always consider this element at the start of the doc */
87 div#google_footer {
88 flow: static(footer, start);
89 }
90
91 span.google_pagenumber {
92 content: counter(page);
93 }
94
95 span.google_pagecount {
96 content: counter(pages);
97 }
98 }
99
100 @page {
101 @top {
102 content: flow(header);
103 }
104 @bottom {
105 content: flow(footer);
106 }
107 }
108 /* end default print css */
109
110
111 /* custom css */
112
113
114 /* end custom css */
115
116 /* ui edited css */
117
118 body {
119 font-family: Verdana;
120
121 font-size: 10.0pt;
122 line-height: normal;
123 background-color: #ffffff;
124 }
125 /* end ui edited css */
126
127
128
129
130 </style>
131
132
133 </head>
134
135 <body revision="cczv65wb_54f62cc9f2:3">
136
137 <div id="result">
138 </div>
139
140
141 <h1>Õ¹Íû2008ÊÀ½ç´óÊÆ£º·çÆðÔÆÓ¿ ¼¤µ´ÈËÐÄ</h1><br>
142 <br>
143 8ÔÂ8ÈÕÍí£¬±±¾©2008Äê°ÂÔ˻ᵹ¼ÆÊ±Ò»ÖÜÄêÇì×£»î¶¯ÔÚÌì°²ÃŹ㳡¾ÙÐС£Í¼ÎªÇì×£»î¶¯ÖÐ µÄÎÄÒÕÑݳö¡£ лªÉç¼ÇÕßÁõÎÀ±øÉã
144
145 £²£°£°£¸ÄêÊÀ½ç·çÆðÔÆÓ¿£¬¼¤µ´ÈËÐÄ¡£µ«Òª×÷³öÒ»¸öÔ¤²â£¬Ê×ÏÈÒª¶Ô½ñÌìËù´¦µÄÊÀ½çÓÐ Ò»¸ö»ù±¾¹²Ê¶¡£<br>
146 <br>
147 <a href=simpleTest.html id=b7v9 title=ÖйúÖ®Éù>ÖйúÖ®Éù</a><br>
148 <br>
149 <br>
150
151 <form action="simpleTest.html">
152 <input name="i18n" onchange="document.getElementById('result').innerHTML = '<p >' + this.value + '</p>';" />
153 </form>
154
155 </body>
156 </html>
OLDNEW
« no previous file with comments | « third_party/webdriver/test_data/closeable_window.html ('k') | third_party/webdriver/test_data/cookies.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698