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

Unified Diff: LayoutTests/fast/css3-text/css3-text-indent/text-indent-each-line-expected.html

Issue 224723023: Implements hanging property for text-indent from CSS3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update description Created 6 years, 8 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/css3-text/css3-text-indent/text-indent-each-line-expected.html
diff --git a/LayoutTests/fast/css3-text/css3-text-indent/text-indent-each-line-expected.html b/LayoutTests/fast/css3-text/css3-text-indent/text-indent-each-line-expected.html
deleted file mode 100644
index f868a57b241c52874d864e8de1a93899f94e7e44..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css3-text/css3-text-indent/text-indent-each-line-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-<head>
- <title>[css3-text] text-indent</title>
- <style>
- div { width:80px; font: 10px Ahem; background-color:lightgray; }
- .normal { text-indent: 4em; }
- .indent { color: blue; }
- .eachline { padding-left:4em; }
- </style>
-</head
-<body>
-<div class="normal">
-<span class="indent">xxxx</span><br>xxxx<br>xxxx
-</div>
-<br>
-<div class="normal">
-<span class="indent">xxxx</span> xxxx xxxx
-</div>
-<br>
-<div class="normal">
-<span class="indent">xxxx</span><br><span class="indent eachline">xxxx</span><br><span class="indent eachline">xxxx</span>
-</div>
-<br>
-<div class="normal">
-<span class="indent">xxxx</span> xxxx<br><span class="indent eachline">xxxx</span>
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698