| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001w.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001w.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001w.html
|
| index 27905ad0d8981d0ca0cad0ed31c6d7fa2e42b7b2..19a8679163a33a5474b7bd54090402e9c1ba200d 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001w.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001w.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 with borders in inline-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 with borders in inline-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>23: Shrink-to-fit table-cell with a child of orthogonal block with borders in inline-block</h3>
|
| <div class="test">
|
| - <table><tr><td><div class="inline-block"><div class="target border">XXX</div></div></td><td class="next">YY</td></tr></table>
|
| + <table><tr><td><div class="inline-block"><div class="target border">HHH</div></div></td><td class="next">ZZ</td></tr></table>
|
| </div>
|
| </div>
|
| <script>
|
|
|