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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/csspaint/background-image-alpha-expected.html

Issue 2868003002: CSSPaint: Move layout tests in csspaint/ to http/tests/csspaint/ (Closed)
Patch Set: rebase Created 3 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #background { 5 #background {
6 background-color: yellow; 6 background-color: yellow;
7 display: inline-block; 7 display: inline-block;
8 } 8 }
9 9
10 .container { 10 .container {
(...skipping 21 matching lines...) Expand all
32 context.lineWidth = 4; 32 context.lineWidth = 4;
33 context.strokeRect(20, 20, 60, 60); 33 context.strokeRect(20, 20, 60, 60);
34 }; 34 };
35 35
36 drawCanvas('opaque', false); 36 drawCanvas('opaque', false);
37 drawCanvas('nonopaque', true); 37 drawCanvas('nonopaque', true);
38 38
39 </script> 39 </script>
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698