#include "third_party/blink/renderer/core/html/blocking_attribute.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
namespace blink {
class BlockingAttributeTest : public PageTestBase { … };
TEST_F(BlockingAttributeTest, CountRenderTokenUsageInLink) { … }
TEST_F(BlockingAttributeTest, CountRenderTokenUsageInScript) { … }
TEST_F(BlockingAttributeTest, CountRenderTokenUsageInStyle) { … }
TEST_F(BlockingAttributeTest, NoCountIfElementDoesNotSupportTheAttribute) { … }
}