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