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

Side by Side Diff: LayoutTests/fast/table/relative-position-offsets.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 3
4 Will be green if relative positioning offsets are supported: 4 Will be green if relative positioning offsets are supported:
5 5
6 <table border=0 cellpadding=0 cellspacing=0> 6 <table border=0 cellpadding=0 cellspacing=0>
7 <tr><td style="width:100px;height:100px;background-color:red"> 7 <tr><td style="width:100px;height:100px;background-color:red">
8 <tr><td style="position:relative; width:100px;height:100px; top:-100px;backgroun d-color:green"> 8 <tr><td style="position:relative; width:100px;height:100px; top:-100px;backgroun d-color:green">
9 </table> 9 </table>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/relative-position-containment.html ('k') | LayoutTests/fast/table/relative-position-stacking.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698