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