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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001q.html

Issue 1548053002: Import csswg-test@c8f03606f92d6f386f99dae6d11eed99114a9ea2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001q.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001q.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001q.html
index 21a23cc8d9ea34d2e6b4d76e4a9121b8382f3091..ab4ce548b80e855b9776481868e96c87200254e7 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001q.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001q.html
@@ -1,9 +1,11 @@
<!DOCTYPE html>
+<meta charset="utf-8">
<title>CSS Writing Modes Test: Shrink-to-fit table-cell with a child of orthogonal block</title>
-<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#orthogonal-flows">
+<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#orthogonal-flows" title="7.3. Orthogonal Flows">
<meta name="assert" content="Shrink-to-fit table-cell with a child of orthogonal block">
-<meta name="flags" content="ahem">
+<meta name="flags" content="ahem dom">
<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
+<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2015-12-23 -->
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<link rel="stylesheet" href="../../../resources/testharness.css">
@@ -14,7 +16,8 @@
}
.target {
color:blue;
- height:3em;
+ height:3em; /* height: 3em is not required. IE11 and Edge12 compute height to ICB height if
+ not set. We want the test to focus exclusively on shrink-to-fit algorithm. */
writing-mode:vertical-rl;
}
.border {
@@ -48,7 +51,7 @@ td {
<p>If script is enabled, there should be one or more PASS and no FAIL.
<h3>17: Shrink-to-fit table-cell with a child of orthogonal block</h3>
<div class="test">
- <table><tr><td><div class="target">XX</div></td><td class="next">YY</td></tr></table>
+ <table><tr><td><div class="target">HH</div></td><td class="next">ZZ</td></tr></table>
</div>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698