| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001t.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001t.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001t.html
|
| index 9a56f85c91967e84d9a251aa14e2a7dcb84bab29..060dfc111c803bfee9cfc76c18a6f92ebca531f2 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001t.html
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001t.html
|
| @@ -64,7 +64,7 @@ if (window.location.search == "?wait") {
|
|
|
| function run() {
|
| Array.prototype.forEach.call(document.querySelectorAll(".test"), function (node) {
|
| - var title = node.previousElementSibling.innerText;
|
| + var title = node.previousElementSibling.textContent;
|
| test(function () {
|
| try {
|
| var targetNode = node.querySelector(".target");
|
|
|