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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-inherited-visibility-hidden.html

Issue 2658333002: Don't omit ScrollableAreas in non-clickable FrameViews. (Closed)
Patch Set: Remove obsolete FIXME Created 3 years, 11 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 | third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-inherited-visibility-hidden-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-inherited-visibility-hidden.html
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-inherited-visibility-hidden.html b/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-inherited-visibility-hidden.html
deleted file mode 100644
index 0eeb7f47c08f7d4637ca98814b89133b12f2d7d5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-inherited-visibility-hidden.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<head>
- <style type="text/css"> @import "resources/scrollable-style.css"; </style>
- <script src="../../resources/js-test.js"></script>
- <script src="resources/scrollable-area.js"></script>
-</head>
-<body onload="runTest(0);">
- <span style="visibility: hidden">
- <iframe width=120 scrolling=yes src="resources/generic-scrollable-content.html"></iframe>
- </span>
- <div id='console'></div>
-</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-inherited-visibility-hidden-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698