Commit 045ebf62 authored by Aaron Leventhal's avatar Aaron Leventhal Committed by Chromium LUCI CQ

Test for content-visibility hidden with display:none parent

This is the test for the fix in CL:2579523

TBR=vmpstr@chromium.org

Bug: 1147481
Change-Id: I3847f6efd43ddaf5c69f4487b7cf55aae18df0d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575815Reviewed-by: default avatarAaron Leventhal <aleventhal@chromium.org>
Reviewed-by: default avatarvmpstr <vmpstr@chromium.org>
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834960}
parent 81b99e1a
......@@ -277,6 +277,11 @@ IN_PROC_BROWSER_TEST_P(DumpAccessibilityTreeTest,
RunCSSTest(FILE_PATH_LITERAL("content-visibility-auto-crash.html"));
}
IN_PROC_BROWSER_TEST_P(DumpAccessibilityTreeTest,
AccessibilityCSSContentVisibilityHiddenCheckFailure) {
RunCSSTest(FILE_PATH_LITERAL("content-visibility-hidden-check-failure.html"));
}
IN_PROC_BROWSER_TEST_P(DumpAccessibilityTreeTest, AccessibilityCSSFontStyle) {
RunCSSTest(FILE_PATH_LITERAL("font-style.html"));
}
......
<html hidden>
<body style="content-visibility: hidden">
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment