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

Unified Diff: LayoutTests/fast/css/parse-color-int-or-percent-crash.html

Issue 109373004: change cr/lf to lf in testcase. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/parse-color-int-or-percent-crash.html
diff --git a/LayoutTests/fast/css/parse-color-int-or-percent-crash.html b/LayoutTests/fast/css/parse-color-int-or-percent-crash.html
index de7c9ce2e032228986ac261cc4a7e9369f0db256..8b4fb3046fc3a35b41b151a5c5764ac5e2d47ff8 100644
--- a/LayoutTests/fast/css/parse-color-int-or-percent-crash.html
+++ b/LayoutTests/fast/css/parse-color-int-or-percent-crash.html
@@ -1,15 +1,15 @@
-<html>
- <body>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- var stopElement = document.createElementNS("http://www.w3.org/2000/svg", "stop");
- stopElement.style.stopColor = "blue";
-
- var colorString = "rgb(00000000000000000000";
- stopElement.style.setProperty("stop-color", colorString);
- document.body.innerHTML = stopElement.style.stopColor == "#0000ff" ? "PASS" : "FAIL";
- </script>
- </body>
-</html>
+<html>
+ <body>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ var stopElement = document.createElementNS("http://www.w3.org/2000/svg", "stop");
+ stopElement.style.stopColor = "blue";
+
+ var colorString = "rgb(00000000000000000000";
+ stopElement.style.setProperty("stop-color", colorString);
+ document.body.innerHTML = stopElement.style.stopColor == "#0000ff" ? "PASS" : "FAIL";
+ </script>
+ </body>
+</html>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698