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

Side by Side Diff: LayoutTests/http/tests/shapes/shape-outside-dynamic-shape-image-threshold-expected.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="/js-test-resources/ahem.js"></script>
4 <style> 5 <style>
5 .container { 6 .container {
6 width: 200px; 7 width: 200px;
7 height: 200px; 8 height: 200px;
8 overflow-wrap: break-word; 9 overflow-wrap: break-word;
9 border: 2px solid blue; 10 border: 2px solid blue;
10 font: 50px/1 Ahem, sans-serif; 11 font: 50px/1 Ahem, sans-serif;
11 color: green; 12 color: green;
12 overflow: hidden; 13 overflow: hidden;
13 } 14 }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 <p>Setting shape-image-threshold with no prior entry</p> 50 <p>Setting shape-image-threshold with no prior entry</p>
50 <div id='add-shape-image-threshold' class='container'><div class='shape thre shold25'></div>x x x x x x x x x x</div> 51 <div id='add-shape-image-threshold' class='container'><div class='shape thre shold25'></div>x x x x x x x x x x</div>
51 52
52 <p>Setting shape-image-threshold with a prior entry</p> 53 <p>Setting shape-image-threshold with a prior entry</p>
53 <div id='change-shape-image-threshold' class='container'><div class='shape t hreshold75'></div>x x x x x x x x x x</div> 54 <div id='change-shape-image-threshold' class='container'><div class='shape t hreshold75'></div>x x x x x x x x x x</div>
54 55
55 <p>Removing shape-image-threshold with a prior entry</p> 56 <p>Removing shape-image-threshold with a prior entry</p>
56 <div id='remove-shape-image-threshold' class='container'><div class='shape'> </div>x x x x x x x x x x</div> 57 <div id='remove-shape-image-threshold' class='container'><div class='shape'> </div>x x x x x x x x x x</div>
57 </body> 58 </body>
58 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698