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

Side by Side Diff: LayoutTests/css3/calc/simple-calcs.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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 error.push("@zoom=" + zoom + " expected height of 100, but was " + h eight); 109 error.push("@zoom=" + zoom + " expected height of 100, but was " + h eight);
110 } 110 }
111 if (error == "") { 111 if (error == "") {
112 element.style.backgroundColor = "green"; 112 element.style.backgroundColor = "green";
113 element.innerHTML += " => PASS"; 113 element.innerHTML += " => PASS";
114 } else 114 } else
115 element.innerHTML += " => FAIL: " + error.join("; "); 115 element.innerHTML += " => FAIL: " + error.join("; ");
116 } 116 }
117 document.body.style.zoom = 1; 117 document.body.style.zoom = 1;
118 </script> 118 </script>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/20110323/support/eof-green.css ('k') | LayoutTests/css3/calc/simple-calcs-prefixed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698