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

Unified Diff: LayoutTests/fast/table/relative-position-containment.html

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
Index: LayoutTests/fast/table/relative-position-containment.html
diff --git a/LayoutTests/fast/table/relative-position-containment.html b/LayoutTests/fast/table/relative-position-containment.html
index c60b45b86eb8818ff65747358bdb152995cbd46d..2e2be037c4b56991a85a9295de58248ad3e20e8c 100644
--- a/LayoutTests/fast/table/relative-position-containment.html
+++ b/LayoutTests/fast/table/relative-position-containment.html
@@ -1,9 +1,9 @@
-<!doctype html>
-<html>
-
-Will be green if the relative positioned table cell properly acts as a containing block.
-
-<table style="border:1px solid black" cellspacing=100 cellpadding=0>
-<tr><td style="position:relative;width:100px;height:100px;background-color:red">
-<div style="position:absolute;left:0;top:0;width:100px;height:100px;background-color:green">
-
+<!doctype html>
+<html>
+
+Will be green if the relative positioned table cell properly acts as a containing block.
+
+<table style="border:1px solid black" cellspacing=100 cellpadding=0>
+<tr><td style="position:relative;width:100px;height:100px;background-color:red">
+<div style="position:absolute;left:0;top:0;width:100px;height:100px;background-color:green">
+
« no previous file with comments | « LayoutTests/fast/table/multiple-captions-display.xhtml ('k') | LayoutTests/fast/table/relative-position-offsets.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698