Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol-expected.html |
| deleted file mode 100644 |
| index 2ba1ee00bf34404ff1cb9549788617427ee1f0b3..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/multicol/composited-inner-multicol-expected.html |
| +++ /dev/null |
| @@ -1,18 +0,0 @@ |
| -<!DOCTYPE html> |
| -<p>Below you should see the word 'PASS' (with some extra letter spacing), on a yellow background |
|
chrishtr
2016/06/02 16:14:14
I felt it would be better to just remove the refte
|
| - (which should be a bit faded near the top).</p> |
| -<div style="position:absolute; will-change:transform; left:15em; width:7em; height:3.3em; opacity:0.8; background:white;"></div> |
| -<div style="width:30em; height:7em; line-height:2em;"> |
| - <div style="float:left; width:15em; height:100%;"></div> |
| - <div style="float:left; width:15em; height:100%;"> |
| - <br> |
| - <div style="width:4em; height:2em; margin:0.5em; padding:0.5em; background:yellow;"> |
| - <div style="float:left; width:1em;">P</div> |
| - <div style="float:left; position:relative; z-index:1;"> |
| - <div style="float:left; width:1em;">A</div> |
| - <div style="float:left; width:1em;">S</div> |
| - </div> |
| - <div style="float:left; width:1em;">S</div> |
| - </div> |
| - </div> |
| -</div> |