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

Unified Diff: LayoutTests/fast/multicol/newmulticol/direct-child-column-span-all-expected.html

Issue 712553003: [New Multicolumn] Actual support for layout of column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review. Camelize. Created 6 years 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/newmulticol/direct-child-column-span-all-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/direct-child-column-span-all-expected.html b/LayoutTests/fast/multicol/newmulticol/direct-child-column-span-all-expected.html
deleted file mode 100644
index 736a4cc9e7fd0067af976703182cb56ad5d38829..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/newmulticol/direct-child-column-span-all-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style type="text/css">
- #article1 { -webkit-columns: 1; }
- #p1 { -webkit-column-span: all; }
- </style>
- </head>
- <body>
- <div id="article1">
- <p id="p1">PASS</p>
- </div>
- <div>Test passes if it doesn't crash or assert.</div>
- <div>Test added as part of <a href="https://code.google.com/p/chromium/issues/detail?id=242129">242129 - ASSERTION FAILED: !node || node->isElementNode(), UNKNOWN in WebCore::RenderBlock::clone</a></div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698