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

Powered by Google App Engine
This is Rietveld 408576698