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