OLD | NEW |
1 <!-- crbug.com/440834: Protect an image's element while generating its alt conte
nt as it can get gc'd when the asynchronous image load fails asyncrhonously. --> | 1 <!-- crbug.com/440834: Protect an image's element while generating its alt conte
nt as it can get gc'd when the asynchronous image load fails asyncrhonously. --> |
2 <style dir="rtl" title="a AxBxC"> | 2 <style dir="rtl" title="a AxBxC"> |
3 *{text-rendering:geometricPrecision;text-transform:uppercase;} | 3 *{text-rendering:geometricPrecision;text-transform:uppercase;} |
4 visibility:visible;min-width:intrinsic;</style> | 4 visibility:visible;min-width:intrinsic;</style> |
5 <body> | 5 <body> |
6 <table dir="ltr"> | 6 <table dir="ltr"> |
7 <caption title="b"> | 7 <caption title="b"> |
8 <abbr> | 8 <abbr> |
9 <ruby> | 9 <ruby> |
10 <rbc title="AA"> | 10 <rbc title="AA"> |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 <option> | 179 <option> |
180 B | 180 B |
181 <option> | 181 <option> |
182 a | 182 a |
183 <optgroup> | 183 <optgroup> |
184 <option> | 184 <option> |
185 a AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | 185 a AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |
186 </option> | 186 </option> |
187 </select> | 187 </select> |
188 <br> | 188 <br> |
OLD | NEW |