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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/line-height-121.xht

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 6 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: third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/line-height-121.xht
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/line-height-121.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/line-height-121.xht
index 0fe245a0d6597345b67b35cb4158ec123174010a..711b98b18c6898f94181a1997dd8d13db559fe15 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/line-height-121.xht
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/line-height-121.xht
@@ -3,7 +3,7 @@
<head>
<title>CSS Test: The 'line-height' property</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
- <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-04 -->
+ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-04 -->
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/001.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" />
<link rel="match" href="line-height-121-ref.xht" />
@@ -20,16 +20,16 @@
<p>Test passes if there is a short green rectangle and <strong>no red</strong>.</p>
<div class="container"><div class="test">ppp</div></div>
- <!-- "p" is like an underscore in Ahem. -->
+ <!-- "p" is like an underscore in Ahem. -->
- <!-- the result will be that if the line-height is 0, then the
+ <!-- the result will be that if the line-height is 0, then the
container will be visible as the test will be height:0 and the
text will overflow the test with a small green line, leaving
the red of the container visible. otherwise, line-height is
1, the test block will grow to be bigger than the
- container, overflowing it, and hiding the red. -->
+ container, overflowing it, and hiding the red. -->
- <!-- see ../001.html -->
+ <!-- see ../001.html -->
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698