From 8f72e70a9fd78eec56623b3a62e68f16b7b27e28 Mon Sep 17 00:00:00 2001 From: Feng Qian <> Date: Fri, 10 Apr 2009 18:11:29 -0700 Subject: AI 145796: Land the WebKit merge @r42026. Automated import of CL 145796 --- WebCore/manual-tests/gtk/floatingdiv.html | 149 +++++++++++++++++++++ WebCore/manual-tests/gtk/plugin-resize-scroll.html | 28 ++++ 2 files changed, 177 insertions(+) create mode 100644 WebCore/manual-tests/gtk/floatingdiv.html create mode 100644 WebCore/manual-tests/gtk/plugin-resize-scroll.html (limited to 'WebCore/manual-tests/gtk') diff --git a/WebCore/manual-tests/gtk/floatingdiv.html b/WebCore/manual-tests/gtk/floatingdiv.html new file mode 100644 index 0000000..b7169c7 --- /dev/null +++ b/WebCore/manual-tests/gtk/floatingdiv.html @@ -0,0 +1,149 @@ + + +1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
+
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
+137
+138
+139
+140
+141
+142
+143
+144
+145
+146
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
+165
+166
+167
+168
+169
+170
+ diff --git a/WebCore/manual-tests/gtk/plugin-resize-scroll.html b/WebCore/manual-tests/gtk/plugin-resize-scroll.html new file mode 100644 index 0000000..d452b95 --- /dev/null +++ b/WebCore/manual-tests/gtk/plugin-resize-scroll.html @@ -0,0 +1,28 @@ + + + + + + +

+ Resize the browser, ensure that the plugin resizes and does not produce a greyish border. + Scroll the view, ensure that plugin scrolls out of view. +

+ + + +

content

+ + + -- cgit v1.1