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

Side by Side Diff: third_party/WebKit/LayoutTests/images/element-gcd-while-generating-alt-content.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698