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

Unified Diff: LayoutTests/fast/multicol/empty-list-item.html

Issue 568443002: [New Multicolumn] A renderer can't be both a parent and a sibling of another renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/empty-list-item-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/empty-list-item.html
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src.html b/LayoutTests/fast/multicol/empty-list-item.html
similarity index 60%
copy from LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src.html
copy to LayoutTests/fast/multicol/empty-list-item.html
index c0fd339f6368e987903b06b6fafac5512b49ecd3..5320f5ce573af3aa4058703853d0b39f1eec44e9 100644
--- a/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src.html
+++ b/LayoutTests/fast/multicol/empty-list-item.html
@@ -3,7 +3,5 @@
if (window.testRunner)
testRunner.dumpAsText();
</script>
-<picture>
- <source src>
- <img>
-</picture>
+<p>PASS if no crash.</p>
+<li style="-webkit-columns:3;"></li>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/empty-list-item-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698