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

Side by Side Diff: LayoutTests/fast/box-shadow/box-shadow.html

Issue 1310053007: Remove a duplicate test (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/repaint/box-shadow-h.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title></title> 4 <title></title>
5 <style> 5 <style>
6 .square { margin: 10px; width: 40px; height: 40px; background-color: #ff 7; } 6 .square { margin: 10px; width: 40px; height: 40px; background-color: #ff 7; }
7 .shadowTL { -webkit-box-shadow: black -5px -5px 0; } 7 .shadowTL { -webkit-box-shadow: black -5px -5px 0; }
8 .shadowBL { -webkit-box-shadow: black -5px 5px 0; } 8 .shadowBL { -webkit-box-shadow: black -5px 5px 0; }
9 .shadowBR { -webkit-box-shadow: black 5px 5px 0; } 9 .shadowBR { -webkit-box-shadow: black 5px 5px 0; }
10 .shadowTR { -webkit-box-shadow: black 5px -5px 0; } 10 .shadowTR { -webkit-box-shadow: black 5px -5px 0; }
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 <table class="square shadowB"></table> 132 <table class="square shadowB"></table>
133 133
134 <canvas class="square shadowB"></canvas> 134 <canvas class="square shadowB"></canvas>
135 135
136 <p> 136 <p>
137 Lorem <span class="shadowB">ipsum</span> dolor 137 Lorem <span class="shadowB">ipsum</span> dolor
138 </p> 138 </p>
139 </div> 139 </div>
140 </body> 140 </body>
141 </html> 141 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/repaint/box-shadow-h.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698