Home
last modified time | relevance | path

Searched refs:ax_css_before (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_position_test.cc1212 const AXObject* ax_css_before = ax_quote->FirstChild(); in TEST_F() local
1213 ASSERT_NE(nullptr, ax_css_before); in TEST_F()
1214 ASSERT_EQ(ax::mojom::Role::kStaticText, ax_css_before->RoleValue()); in TEST_F()
1223 AXPosition::CreateFirstPositionInObject(*ax_css_before); in TEST_F()
1261 const AXObject* ax_css_before = ax_heading->FirstChild(); in TEST_F() local
1262 ASSERT_NE(nullptr, ax_css_before); in TEST_F()
1263 ASSERT_EQ(ax::mojom::Role::kImage, ax_css_before->RoleValue()); in TEST_F()
1266 AXPosition::CreateFirstPositionInObject(*ax_css_before); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_position_test.cc1235 const AXObject* ax_css_before = ax_quote_parent->UnignoredChildAt(0); in TEST_F() local
1236 ASSERT_NE(nullptr, ax_css_before); in TEST_F()
1237 ASSERT_EQ(ax::mojom::Role::kStaticText, ax_css_before->RoleValue()); in TEST_F()
1246 AXPosition::CreateFirstPositionInObject(*ax_css_before); in TEST_F()
1284 const AXObject* ax_css_before = ax_heading->FirstChildIncludingIgnored(); in TEST_F() local
1285 ASSERT_NE(nullptr, ax_css_before); in TEST_F()
1286 ASSERT_EQ(ax::mojom::Role::kImage, ax_css_before->RoleValue()); in TEST_F()
1289 AXPosition::CreateFirstPositionInObject(*ax_css_before); in TEST_F()