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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/relpos-inside-inline-block.html

Issue 2764883004: No default value for AncestorSearchConstraint in locateFlowThreadContainingBlockOf(). (Closed)
Patch Set: Created 3 years, 9 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 | third_party/WebKit/LayoutTests/fast/multicol/relpos-inside-inline-block-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/relpos-inside-inline-block.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/relpos-inside-inline-block.html b/third_party/WebKit/LayoutTests/fast/multicol/relpos-inside-inline-block.html
new file mode 100644
index 0000000000000000000000000000000000000000..7210a455e3e315a4a5fabb346ee3b02341e52951
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/relpos-inside-inline-block.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<p>The word "HEST" should be seen below, on a green background.</p>
+<div style="columns:3; column-gap:0; width:12em; column-fill:auto; height:5em; font-weight:bold; color:white;">
+ <div style="height:6em;"></div>
+ <div style="display:inline-block; background:green;">
+ <div style="position:relative;">HEST</div>
+ </div>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/relpos-inside-inline-block-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698