Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/
Dcheck-layout-th.js14 function checkAttribute(output, node, attribute) function
32 var expectedWidth = checkAttribute(output, node, "data-expected-width");
37 var expectedHeight = checkAttribute(output, node, "data-expected-height");
42 var expectedOffset = checkAttribute(output, node, "data-offset-x");
47 var expectedOffset = checkAttribute(output, node, "data-offset-y");
52 var expectedWidth = checkAttribute(output, node, "data-expected-client-width");
57 var expectedHeight = checkAttribute(output, node, "data-expected-client-height");
62 var expectedWidth = checkAttribute(output, node, "data-expected-scroll-width");
67 var expectedHeight = checkAttribute(output, node, "data-expected-scroll-height");
72 var expectedWidth = checkAttribute(output, node, "data-expected-bounding-client-rect-width");
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglQueryConfigTests.cpp368 void checkAttribute (EGLenum attrib, EGLint value) in checkAttribute() function in deqp::egl::GetConfigAttribSimpleCase
417 checkAttribute(m_attrib, value); in executeTest()