Skip to content

Commit a27b789

Browse files
committed
resizable visual test: changed alsoResize child test to have position:absolute parent and position:relative child. This is the source of the dialog issue #5323 - dialog content shifts when dialog resized from top or left
1 parent 012da0c commit a27b789

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/visual/resizable/resizable_option_alsoResize_child.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@
1919
</script>
2020
<style type="text/css">
2121
#parentDiv {
22+
position: absolute;
2223
padding: 1em;
2324
width: 200px;
2425
height: 200px;
2526
background: silver;
2627
border: 1px solid gray;
2728
}
2829
#childDiv {
30+
position:relative;
2931
padding: 1em;
3032
border: 1px solid gray;
3133
}

0 commit comments

Comments
 (0)