| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001j.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001j.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001j.html
|
| index bf4a56c255092e0837264c741d47ad3c9c589f7b..a80065309c28550a590e9a9aebbf903da60ba788 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001j.html
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001j.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");
|
|
|