#include "content/web_test/renderer/layout_dump.h"
#include "base/check.h"
#include "base/strings/stringprintf.h"
#include "content/web_test/renderer/web_frame_test_proxy.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/test/test_web_frame_content_dumper.h"
#include "third_party/blink/public/web/web_document.h"
#include "third_party/blink/public/web/web_element.h"
#include "third_party/blink/public/web/web_frame.h"
#include "third_party/blink/public/web/web_local_frame.h"
namespace content {
TestWebFrameContentDumper;
WebFrame;
WebLocalFrame;
namespace {
std::string DumpFrameHeaderIfNeeded(WebLocalFrame* frame) { … }
std::string DumpFrameScrollPosition(WebLocalFrame* frame) { … }
}
std::string DumpLayoutAsString(WebLocalFrame* frame, TextResultType type) { … }
}