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