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

Unified Diff: third_party/WebKit/LayoutTests/dialog/scrollable-after-close-expected.txt

Issue 2437303002: Fix unscrollable scrollers after closing a <dialog>. (Closed)
Patch Set: address review comments Created 4 years, 2 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/dialog/scrollable-after-close-expected.txt
diff --git a/third_party/WebKit/LayoutTests/dialog/scrollable-after-close-expected.txt b/third_party/WebKit/LayoutTests/dialog/scrollable-after-close-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..be0b87d9899e96f5409efbcfbb0c28043593e8a3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/dialog/scrollable-after-close-expected.txt
@@ -0,0 +1,10 @@
+Tests that FrameView::m_scrollableAreas is updated after closing a modal dialog when the scroller and its ancestors have percentage heights. (see crbug.com/633520)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS internals.numberOfScrollableAreas(document) is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698