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

Side by Side Diff: LayoutTests/fast/multicol/transform-with-fixedpos-crash.html

Issue 1268493002: Unify code paths for fixed and absolutely positioned objects in accumulateOffsetTowardsAncestor(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 </script> 5 </script>
6 <p>PASS if no crash or assertion failure.</p> 6 <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.
7 <div style="-webkit-column-count:2;"> 7 <div style="-webkit-column-count:2;">
8 <svg style="display:block; -webkit-column-span:all;"> 8 <div style="-webkit-transform:rotate(4deg);">
9 <foreignObject>&nbsp;</foreignObject> 9 <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
10 </svg> 10 </div>
11 </div> 11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698