From 75f1142107af9a96ea3a997048e03c0e37b51b1c Mon Sep 17 00:00:00 2001 From: S Pradeep Kumar Date: Thu, 20 Feb 2014 16:23:20 +0900 Subject: Implement mini-traversal for absolute flow assign-height. This only traverses absolute flows, nothing else. + Also, a separate mini-traversal for store overflow. + Store descendants with position 'absolute' and 'fixed' in BaseFlow. + Bubble up links to absolute and fixed descendants during Flow Construction. + Set Rawlink to the CB in absolute descendants. + store_overflow() now uses absolute descendants' overflows too. + Add reftests for 'absolute' and 'fixed' static y position. + Add reftests for overflow (they all fail now). + Put absolute flow display items under their CB's ClipDisplayItem. + Paint borders in Box_ before the actual box stuff (minor fix in lieu of paint-order). --- src/test/ref/overflow_simple_b.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/test/ref/overflow_simple_b.html (limited to 'src/test/ref/overflow_simple_b.html') diff --git a/src/test/ref/overflow_simple_b.html b/src/test/ref/overflow_simple_b.html new file mode 100644 index 00000000000..d899d1f950c --- /dev/null +++ b/src/test/ref/overflow_simple_b.html @@ -0,0 +1,15 @@ + + + + + +
+
+ + -- cgit v1.2.3