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

Side by Side Diff: LayoutTests/css3/blending/mix-blend-mode-simple-text.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="../../resources/ahem.js"></script>
4 <style> 5 <style>
5 div { 6 div {
6 margin: 20px; 7 margin: 20px;
7 width: 60px; 8 width: 60px;
8 height: 60px; 9 height: 60px;
9 color:#00ff00; 10 color:#00ff00;
10 font: 100%/1 Ahem, monospace; 11 font: 100%/1 Ahem, monospace;
11 float: left; 12 float: left;
12 } 13 }
13 </style> 14 </style>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <div style="mix-blend-mode: saturation; background-color: blue;">X X</di v> 57 <div style="mix-blend-mode: saturation; background-color: blue;">X X</di v>
57 </div> 58 </div>
58 <div style="background: green"> 59 <div style="background: green">
59 <div style="mix-blend-mode: color; background-color: blue;">X X</div> 60 <div style="mix-blend-mode: color; background-color: blue;">X X</div>
60 </div> 61 </div>
61 <div style="background: green"> 62 <div style="background: green">
62 <div style="mix-blend-mode: luminosity; background-color: blue;">X X</di v> 63 <div style="mix-blend-mode: luminosity; background-color: blue;">X X</di v>
63 </div> 64 </div>
64 </body> 65 </body>
65 </html> 66 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t1606-c562-white-sp-00-b-ag.html ('k') | LayoutTests/css3/calc/zoom-with-em.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698