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

Side by Side Diff: LayoutTests/css3/masking/mask-luminance-png.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <style> 4 <style>
5 body { overflow: hidden; }
5 #back { 6 #back {
6 width: 1000px; 7 width: 1000px;
7 height: 600px; 8 height: 600px;
8 background-color: green; 9 background-color: green;
9 } 10 }
10 #front { 11 #front {
11 width: 800px; 12 width: 800px;
12 height: 400px; 13 height: 400px;
13 background-color: red; 14 background-color: red;
14 border: 50px solid blue; 15 border: 50px solid blue;
15 padding: 50px; 16 padding: 50px;
16 -webkit-mask-image: url(resources/dice.png); 17 -webkit-mask-image: url(resources/dice.png);
17 mask-source-type: luminance; 18 mask-source-type: luminance;
18 -webkit-mask-size: 200px auto; 19 -webkit-mask-size: 200px auto;
19 -webkit-mask-repeat: repeat; 20 -webkit-mask-repeat: repeat;
20 -webkit-mask-origin: border-box; 21 -webkit-mask-origin: border-box;
21 -webkit-mask-clip: border-box; 22 -webkit-mask-clip: border-box;
22 } 23 }
23 </style> 24 </style>
24 </head> 25 </head>
25 26
26 <body> 27 <body>
27 <div id="back"> 28 <div id="back">
28 <div id="front" /> 29 <div id="front" />
29 </div> 30 </div>
30 </body> 31 </body>
31 </html> 32 </html>
32 33
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t1508-c527-font-07-b.html ('k') | LayoutTests/editing/deleting/delete-after-span-ws-001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698