Home | History | Annotate | Download | only in tests

Lines Matching full:textnode

70     Node* textNode = document().body()->firstChild();
81 EXPECT_EQ(textNode, activeMatch->startContainer());
83 EXPECT_EQ(textNode, activeMatch->endContainer());
90 EXPECT_EQ(textNode, activeMatch->startContainer());
92 EXPECT_EQ(textNode, activeMatch->endContainer());
99 EXPECT_EQ(textNode, activeMatch->startContainer());
101 EXPECT_EQ(textNode, activeMatch->endContainer());
112 EXPECT_EQ(textNode, activeMatch->startContainer());
114 EXPECT_EQ(textNode, activeMatch->endContainer());
121 EXPECT_EQ(textNode, activeMatch->startContainer());
123 EXPECT_EQ(textNode, activeMatch->endContainer());
130 EXPECT_EQ(textNode, activeMatch->startContainer());
132 EXPECT_EQ(textNode, activeMatch->endContainer());
244 Node* textNode = document().body()->firstChild();
259 EXPECT_EQ(findInPageRect(textNode, 4, textNode, 10), matchRects[0]);
260 EXPECT_EQ(findInPageRect(textNode, 14, textNode, 20), matchRects[1]);
295 Node* textNode = document().body()->firstChild();
310 EXPECT_EQ(findInPageRect(textNode, 0, textNode, 5), matchRects[0]);
311 EXPECT_EQ(findInPageRect(textNode, 6, textNode, 11), matchRects[1]);
317 Node* textNode = document().body()->firstChild();
333 EXPECT_EQ(findInPageRect(textNode, 1, textNode, 4), matchRects[0]);
339 Node* textNode = document().body()->firstChild();
354 EXPECT_EQ(findInPageRect(textNode, 0, textNode, 2), matchRects[0]);
355 EXPECT_EQ(findInPageRect(textNode, 2, textNode, 4), matchRects[1]);
356 EXPECT_EQ(findInPageRect(textNode, 4, textNode, 6), matchRects[2]);