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

Unified Diff: LayoutTests/fast/table/multiple-captions-crash.xhtml

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « LayoutTests/fast/table/frame-and-rules.html ('k') | LayoutTests/fast/table/multiple-captions-crash2.xhtml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/multiple-captions-crash.xhtml
diff --git a/LayoutTests/fast/table/multiple-captions-crash.xhtml b/LayoutTests/fast/table/multiple-captions-crash.xhtml
index 4cc90fe7581754b7d6fe1ca9af85c4ae1358a216..e1dd7137003d5e744ad18b6826e68eaf10b7207a 100644
--- a/LayoutTests/fast/table/multiple-captions-crash.xhtml
+++ b/LayoutTests/fast/table/multiple-captions-crash.xhtml
@@ -1,32 +1,32 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
- <script type="text/javascript">
- function runTest()
- {
- if (window.testRunner)
- testRunner.dumpAsText();
-
- test = document.getElementById("test");
- test2 = document.getElementById("test2");
- inp = document.createElement("input");
-
- document.body.offsetTop;
- test.appendChild(inp);
- test2.appendChild(inp);
- document.body.offsetTop;
- }
- </script>
- <body onload="runTest()">
- Test passes if it does not crash.
- <table>
- <caption>Text in caption 1</caption>
- <caption id="test">
- <a>Text in caption 2</a>
- </caption>
- <caption>
- <div id="test2">
- <a>Text in caption 3</a>
- </div>
- </caption>
- </table>
- </body>
-</html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <script type="text/javascript">
+ function runTest()
+ {
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ test = document.getElementById("test");
+ test2 = document.getElementById("test2");
+ inp = document.createElement("input");
+
+ document.body.offsetTop;
+ test.appendChild(inp);
+ test2.appendChild(inp);
+ document.body.offsetTop;
+ }
+ </script>
+ <body onload="runTest()">
+ Test passes if it does not crash.
+ <table>
+ <caption>Text in caption 1</caption>
+ <caption id="test">
+ <a>Text in caption 2</a>
+ </caption>
+ <caption>
+ <div id="test2">
+ <a>Text in caption 3</a>
+ </div>
+ </caption>
+ </table>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/table/frame-and-rules.html ('k') | LayoutTests/fast/table/multiple-captions-crash2.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698