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