| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001l.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001l.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001l.html
|
| index 752f73ec9026baec61a52ab1ef9fdb15f724eecb..a6d723b4e43766cf58d6219b2e38b8a187a873a4 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001l.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001l.html
|
| @@ -1,9 +1,11 @@
|
| <!DOCTYPE html>
|
| +<meta charset="utf-8">
|
| <title>CSS Writing Modes Test: Shrink-to-fit float with a child of orthogonal inline with borders</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 float with a child of orthogonal inline with borders">
|
| -<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>12: Shrink-to-fit float with a child of orthogonal inline with borders</h3>
|
| <div class="test">
|
| - <div class="float"><span class="target border">XXX</span></div><span class="next">YY</span>
|
| + <div class="float"><span class="target border">HHH</span></div><span class="next">ZZ</span>
|
| </div>
|
| </div>
|
| <script>
|
|
|