Chromium Code Reviews| Index: LayoutTests/fast/multicol/transform-with-fixedpos-crash.html |
| diff --git a/LayoutTests/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html b/LayoutTests/fast/multicol/transform-with-fixedpos-crash.html |
| similarity index 61% |
| copy from LayoutTests/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html |
| copy to LayoutTests/fast/multicol/transform-with-fixedpos-crash.html |
| index e196e060d739265cc9c500c025895f14d6915903..f94d2ec02276318f519e3b8484e8ec524501e413 100644 |
| --- a/LayoutTests/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html |
| +++ b/LayoutTests/fast/multicol/transform-with-fixedpos-crash.html |
| @@ -5,7 +5,7 @@ |
| </script> |
| <p>PASS if no crash or assertion failure.</p> |
|
Julien - ping for review
2015/07/29 23:10:52
Let's add a description of what is tested.
mstensho (USE GERRIT)
2015/07/30 09:32:06
Done.
|
| <div style="-webkit-column-count:2;"> |
| - <svg style="display:block; -webkit-column-span:all;"> |
| - <foreignObject> </foreignObject> |
| - </svg> |
| + <div style="-webkit-transform:rotate(4deg);"> |
| + <div style="position:fixed;"></div> |
|
Julien - ping for review
2015/07/29 23:10:52
Ideally we would want to test that we get the *cor
mstensho (USE GERRIT)
2015/07/30 09:32:06
Done.
Made a reftest instead. Note that there are
|
| + </div> |
| </div> |