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

Unified Diff: third_party/WebKit/LayoutTests/fast/inline/add-abspos-before-block-inside-inline-expected.html

Issue 2698243002: Add out-of-flow objects under the inline in a continuation chain, when possible. (Closed)
Patch Set: cleanup Created 3 years, 10 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: third_party/WebKit/LayoutTests/fast/inline/add-abspos-before-block-inside-inline-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/inline/add-abspos-before-block-inside-inline-expected.html b/third_party/WebKit/LayoutTests/fast/inline/add-abspos-before-block-inside-inline-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c87f47e9d786852f7fffb9bddb2a5f7d84aa418c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/inline/add-abspos-before-block-inside-inline-expected.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<p>There should be a green square below, and no red.</p>
+<div style="width:40px; height:40px; background:green;"></div>

Powered by Google App Engine
This is Rietveld 408576698