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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes.html

Issue 2902133002: Revert of "Implement the inert attribute" (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes.html b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes.html
index e9fff588ab4bb99475faa1da26b8f5de5c7e8460..05d3896d49b428bf45ea918dd5b404174816b836 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes.html
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes.html
@@ -51,14 +51,9 @@ function test()
<canvas role="presentation" data-dump><div>Canvas fallback content</div></canvas>
<select data-dump>
- <option data-dump>Options should be</option>
+ <option>Options should be</option>
<option>sent down even though</option>
<option>they are grandchildren</option>
</select>
-
- <button inert data-dump>inert button</button>
- <div id="inert-root" inert>
- <button data-dump>button in inert subtree</button>
- </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698