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> |