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

Side by Side Diff: LayoutTests/fast/table/table-cell-before-child-in-table.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 <html> 1 <html>
2 <style> 2 <style>
3 #target 3 #target
4 { 4 {
5 display: table; 5 display: table;
6 border-color: green; 6 border-color: green;
7 border-style: solid; 7 border-style: solid;
8 padding: 1em 1em; 8 padding: 1em 1em;
9 } 9 }
10 10
11 #target::before 11 #target::before
12 { 12 {
13 content: "BEFORE"; 13 content: "BEFORE";
14 display: table-cell; 14 display: table-cell;
15 border-color: blue; 15 border-color: blue;
16 border-style: solid; 16 border-style: solid;
17 padding: 1em 1em; 17 padding: 1em 1em;
18 } 18 }
19 </style> 19 </style>
20 <div id="target"> 20 <div id="target">
21 <span> CONTENT</span> 21 <span> CONTENT</span>
22 </div> 22 </div>
23 <script> 23 <script>
24 document.body.offsetTop; 24 document.body.offsetTop;
25 target.style.color = "red"; 25 target.style.color = "red";
26 </script> 26 </script>
27 </html> 27 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/table-cell-before-child-in-block.html ('k') | LayoutTests/fast/table/table-cell-split.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698