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

Side by Side Diff: LayoutTests/css3/calc/simple-minmax.html

Issue 217003006: Remove carriage returns from LayoutTests (01) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caret-and-focus-ring 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 <style> 2 <style>
3 .width-test { 3 .width-test {
4 height: 100px; 4 height: 100px;
5 width: 256px; 5 width: 256px;
6 background-color: red; 6 background-color: red;
7 } 7 }
8 8
9 .height-test { 9 .height-test {
10 width: 100px; 10 width: 100px;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 if (height != 100) 68 if (height != 100)
69 error.push("expected height of 100, but was " + height); 69 error.push("expected height of 100, but was " + height);
70 70
71 if (error == "") { 71 if (error == "") {
72 element.style.backgroundColor = "green"; 72 element.style.backgroundColor = "green";
73 element.innerHTML += " => PASS"; 73 element.innerHTML += " => PASS";
74 } else 74 } else
75 element.innerHTML += " => FAIL: " + error.join(", "); 75 element.innerHTML += " => FAIL: " + error.join(", ");
76 } 76 }
77 </script> 77 </script>
OLDNEW
« no previous file with comments | « LayoutTests/css3/calc/simple-calcs-prefixed.html ('k') | LayoutTests/css3/calc/transforms-scale.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698