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

Unified Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-boundary-001-expected.html

Issue 2707203005: Import csswg-test@ed79f8614481e97d61f17f41b65448c211d27c6f (Closed)
Patch Set: Created 3 years, 10 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/external/csswg-test/css-rhythm-1/line-height-step-boundary-001-expected.html
diff --git a/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-boundary-001-expected.html b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-boundary-001-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..17e75150aa4d7ffd21f719e9fe7d9a3ced46e17a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-boundary-001-expected.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<title>CSS Rhythmic Sizing: line-height-step boundary test</title>
+<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
+<style>
+div {
+ font-family: Ahem;
+ font-size: 30px;
+}
+.test, .ref {
+ display: inline-block;
+ vertical-align: top;
+ width: 5em;
+}
+</style>
+<p class="instructions">Test passes if left and right are the same.
+<div class="ref">
+ <div style="line-height: 40px">XXXXX</div>
+ <div style="line-height: 40px">XXXXX</div>
+ <div style="line-height: 80px">XXXXX</div>
+ <div style="line-height: 80px">XXXXX</div>
+ <div style="line-height: 80px">XXXXX</div>
+ <div style="line-height: 120px">XXXXX</div>
+</div>
+<div class="ref">
+ <div style="line-height: 40px">XXXXX</div>
+ <div style="line-height: 40px">XXXXX</div>
+ <div style="line-height: 80px">XXXXX</div>
+ <div style="line-height: 80px">XXXXX</div>
+ <div style="line-height: 80px">XXXXX</div>
+ <div style="line-height: 120px">XXXXX</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698