| Index: LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt
|
| diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt
|
| index 165867da16bd78d5b44792fc2fa8a0f394143055..daf4a9c32410a6087875dab1f9ba66106225ef15 100644
|
| --- a/LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt
|
| +++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt
|
| @@ -7,19 +7,19 @@ Sending GestureTap on top of iframe
|
| PASS sawClick is false
|
|
|
| Sending GestureTap above iframe
|
| -Received click on IFRAME#frame
|
| +Received click on DIV#container
|
| PASS sawClick is true
|
|
|
| Sending GestureTap to the left of iframe
|
| -Received click on IFRAME#frame
|
| +Received click on DIV#container
|
| PASS sawClick is true
|
|
|
| Sending GestureTap to the right of iframe
|
| -Received click on IFRAME#frame
|
| +Received click on DIV#container
|
| PASS sawClick is true
|
|
|
| Sending GestureTap below iframe
|
| -Received click on IFRAME#frame
|
| +Received click on DIV#container
|
| PASS sawClick is true
|
|
|
| PASS successfullyParsed is true
|
|
|