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

Unified Diff: LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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: LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html
diff --git a/LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html b/LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html
deleted file mode 100644
index 6b7d7f48e15836bdee33804e10fb80734f68f5f6..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<html>
- <head>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- </head>
- <style>
- div {
- border: 5px solid maroon;
- -webkit-column-count: 2;
- margin: 1em 0;
- }
- summary {
- -webkit-column-span: all;
- background-color: #eeeeee;
- color: black;
- }
- </style>
- <body onload="document.open(); document.write('PASS, does not crash'); document.close();">
- <div>
- <label>AAA
- <summary>BBB
- </div>
- </body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698