Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/pagination/modal-dialog-expected.html

Issue 1850153002: Make top-layer elements work also when the viewport is paginated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/pagination/modal-dialog-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/pagination/modal-dialog-expected.html b/third_party/WebKit/LayoutTests/fast/pagination/modal-dialog-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..01e24279752f3f8925de007e6a44c04d0962a656
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/pagination/modal-dialog-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<p>There should be a modal dialog on this page, with the word "PASS" inside.</p>
+<dialog id="dialog">PASS</dialog>
+<script>
+ document.getElementById("dialog").showModal();
+</script>

Powered by Google App Engine