#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/testing/sim/sim_compositor.h"
#include "third_party/blink/renderer/core/testing/sim/sim_request.h"
#include "third_party/blink/renderer/core/testing/sim/sim_test.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"
namespace blink {
class WebMeaningfulLayoutsTest : public SimTest { … };
TEST_F(WebMeaningfulLayoutsTest, VisuallyNonEmptyTextCharacters) { … }
TEST_F(WebMeaningfulLayoutsTest, VisuallyNonEmptyTextCharactersEventually) { … }
TEST_F(WebMeaningfulLayoutsTest, VisuallyNonEmptyMissingPump) { … }
TEST_F(WebMeaningfulLayoutsTest, FinishedParsing) { … }
TEST_F(WebMeaningfulLayoutsTest, FinishedLoading) { … }
TEST_F(WebMeaningfulLayoutsTest, FinishedParsingThenLoading) { … }
TEST_F(WebMeaningfulLayoutsTest, WithIFrames) { … }
TEST_F(WebMeaningfulLayoutsTest,
NoOverflowInIncrementVisuallyNonEmptyPixelCount) { … }
TEST_F(WebMeaningfulLayoutsTest, LayoutWithPendingRenderBlockingStylesheet) { … }
}