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

Unified Diff: ManualTests/select-delete-item.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations 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 side-by-side diff with in-line comments
Download patch
Index: ManualTests/select-delete-item.html
diff --git a/ManualTests/select-delete-item.html b/ManualTests/select-delete-item.html
index 43ca0c314cbe346e94bd9c946b87bbfef1b09dc9..8b2cc779a885634e092699c561813e89850d29c3 100644
--- a/ManualTests/select-delete-item.html
+++ b/ManualTests/select-delete-item.html
@@ -1,21 +1,21 @@
-<html>
-<head>
- <title>RenderMenuList::itemStyle Select Element Crash</title>
- <script>
- function removeItem() {
- var select = document.getElementById("dropDown");
- select.removeChild(document.getElementsByTagName("option")[2]);
- }
- </script>
-</head>
-<body>
- <select id="dropDown" onfocus="setTimeout('removeItem();', 2000);">
- <option>Option 1</option>
- <option>Option 2</option>
- <option>Option 3</option>
- </select>
- <p>This is a test for bug <a href="http://webkit.org/b/34182">34182</a> Crash in WebKit!WebCore::RenderMenuList::itemStyle.
- Once the select gets focus, in 2 seconds it will delete an item. This test passes
- if you have the select open when it deletes an item, and doesn't crash.</p>
-</body>
-</html>
+<html>
+<head>
+ <title>RenderMenuList::itemStyle Select Element Crash</title>
+ <script>
+ function removeItem() {
+ var select = document.getElementById("dropDown");
+ select.removeChild(document.getElementsByTagName("option")[2]);
+ }
+ </script>
+</head>
+<body>
+ <select id="dropDown" onfocus="setTimeout('removeItem();', 2000);">
+ <option>Option 1</option>
+ <option>Option 2</option>
+ <option>Option 3</option>
+ </select>
+ <p>This is a test for bug <a href="http://webkit.org/b/34182">34182</a> Crash in WebKit!WebCore::RenderMenuList::itemStyle.
+ Once the select gets focus, in 2 seconds it will delete an item. This test passes
+ if you have the select open when it deletes an item, and doesn't crash.</p>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698