Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: LayoutTests/dialog/inert-node-is-not-highlighted.html

Issue 24493004: Make dialog::backdrop span the viewport by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/dialog/modal-dialog-backdrop.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dialog/inert-node-is-not-highlighted.html
diff --git a/LayoutTests/dialog/inert-node-is-not-highlighted.html b/LayoutTests/dialog/inert-node-is-not-highlighted.html
index db56a16c4a90d497aca3cf4ced61fec10d492bb0..d4aabf083fdf633a15b26a18f5dc76b070ecff52 100644
--- a/LayoutTests/dialog/inert-node-is-not-highlighted.html
+++ b/LayoutTests/dialog/inert-node-is-not-highlighted.html
@@ -1,5 +1,12 @@
<!DOCTYPE html>
<html>
+<head>
+<style>
+::backdrop {
+ display: none;
+}
+</style>
+</head>
<body>
<p>Test that inert nodes are not painted as being selected. The test passes if
none of the text outside the dialog is highlighted when selected.</p>
« no previous file with comments | « no previous file | LayoutTests/dialog/modal-dialog-backdrop.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698