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