| 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>
|
|
|