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

Unified Diff: third_party/WebKit/LayoutTests/paint/inline/floating-inline.html

Issue 2640053004: Fix compositingContainer for stacked inlines. (Closed)
Patch Set: none Created 3 years, 11 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/paint/inline/floating-inline-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/inline/floating-inline.html
diff --git a/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html b/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html
new file mode 100644
index 0000000000000000000000000000000000000000..4fb74c5baa2ee36c24ee4d50555c8f2d593b9884
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/inline/floating-inline.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<div style="overflow: hidden;">
+ <div style="transform: translate3d(0,0,0); position: relative; width: 400px; height: 400px;">
+ </div>
+</div>
+<div style="overflow: hidden; position: relative;">
+ <div style="display: inline;">
+ <div style="position: relative; width: 100%; float: right; background: lightblue; transform: translate3d(0,0,0)">
+ test
+ </div>
+ </div>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/inline/floating-inline-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698