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