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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/details-element-render-inline-crash.html

Issue 2670273002: Move tests for DETAILS and SUMMARY elements to html/details_summary/. (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/fast/html/details-element-render-inline-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-element-render-inline-crash.html b/third_party/WebKit/LayoutTests/fast/html/details-element-render-inline-crash.html
deleted file mode 100644
index 1e4c7c6128ad98cff758db1cba2d55eb9e531887..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/details-element-render-inline-crash.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-</head>
-<body>
-<style>
- .control { display: inline; }
-</style>
-PASS<details class="control"><p><a></p></details>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698