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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/details-inline.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-inline.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-inline.html b/third_party/WebKit/LayoutTests/fast/html/details-inline.html
deleted file mode 100644
index 62be526b4bb6cdb165e3ef867e5b0bc46218ebb5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/details-inline.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-</head>
-<style>
-</style>
-<body>
-<div>
-<details open><summary style="background-color: gray; display:inline;">This summary should be like<br>inline-block</summary>, so following text should be in same line.</details>
-</div>
-<div>
-<details style="background-color: gray; display:inline;" open>This should be like<br>inline-block too</details>, and here is should-follow text.
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698