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

Unified Diff: LayoutTests/fast/lists/parent-box-not-box-crash.html

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 2 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/lists/parent-box-not-box-crash.html
diff --git a/LayoutTests/fast/lists/parent-box-not-box-crash.html b/LayoutTests/fast/lists/parent-box-not-box-crash.html
deleted file mode 100644
index f102c57ceb0601a3edfef5987f1ae44f93e24607..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/lists/parent-box-not-box-crash.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
- <head>
- <style>
- .test1 {
- display: list-item;
- }
- .test2 {
- display: run-in;
- }
- </style>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- </head>
- <body>
- <div class="test1">
- <div class="test2">
- PASS
- </div>
- <div>
- </body>
-</html>
-
« no previous file with comments | « LayoutTests/fast/forms/form-hides-table.html ('k') | LayoutTests/fast/lists/parent-box-not-box-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698