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

Side by Side Diff: LayoutTests/fast/inline/continuation-outlines-with-layers-2.html

Issue 291853004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 div.container { margin: 16px 0; } 3 div.container { margin: 16px 0; }
4 span.outer { font-size: 50px; background-color: white; font-family: ahem; } 4 span.outer { font-size: 50px; background-color: white; font-family: Ahem; }
5 span.inner { outline: 5px auto green; padding: 0 10px; } 5 span.inner { outline: 5px auto green; padding: 0 10px; }
6 </style> 6 </style>
7 <p> 7 <p>
8 This should be an unobscured fuzzy green polygon: 8 This should be an unobscured fuzzy green polygon:
9 </p> 9 </p>
10 <div class="container"> 10 <div class="container">
11 <span class="outer" style="position: relative;"> 11 <span class="outer" style="position: relative;">
12 &nbsp;<span class="inner"> 12 &nbsp;<span class="inner">
13 &nbsp;<div></div>&nbsp; 13 &nbsp;<div></div>&nbsp;
14 </span> 14 </span>
15 </span> 15 </span>
16 </div> 16 </div>
17 <p> 17 <p>
18 This is just for reference: 18 This is just for reference:
19 </p> 19 </p>
20 <div class="container"> 20 <div class="container">
21 <span class="outer"> 21 <span class="outer">
22 &nbsp;<span class="inner"> 22 &nbsp;<span class="inner">
23 &nbsp;<div></div>&nbsp; 23 &nbsp;<div></div>&nbsp;
24 </span> 24 </span>
25 </span> 25 </span>
26 </div> 26 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698