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

Unified Diff: third_party/WebKit/LayoutTests/dialog/modal-dialog-in-table-column.html

Issue 2671603003: Move DIALOG element tests to html/dialog/. (Closed)
Patch Set: 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
Index: third_party/WebKit/LayoutTests/dialog/modal-dialog-in-table-column.html
diff --git a/third_party/WebKit/LayoutTests/dialog/modal-dialog-in-table-column.html b/third_party/WebKit/LayoutTests/dialog/modal-dialog-in-table-column.html
deleted file mode 100644
index 814c35375b3dce9427c653d97b6cb8baf2d508d3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/dialog/modal-dialog-in-table-column.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-dialog {
- background: green;
- border-color: green;
-}
-div {
- display: table-column;
-}
-</style>
-</head>
-<body>
-<p>Bug <a href="http://webkit.org/b/103477">103477</a>: Make
-NodeRenderingContext::parentRenderer and nextRenderer top layer aware
-<p>The test passes if you see a green rectangle in the center of the viewport.
-<div>
-<dialog id="dialog"></dialog>
-</div>
-<script>
-document.getElementById('dialog').showModal();
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698