Commit 4fec4c03 authored by Katie Dektar's avatar Katie Dektar Committed by Commit Bot

Fix flaky test by removing un-specific bounds.

Bug: 785435
Change-Id: I783aeedf9d67f4a8280d7770b9b276dbfab68b79
Reviewed-on: https://chromium-review.googlesource.com/772882
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517132}
parent aa65eace
rootWebArea location=(0, 0) size=(800, 600) pageLocation=(0, 0) pageSize=(800, 600)
++button location=(8, 8) size=(300, 150) pageLocation=(8, 8) pageSize=(300, 150) name='Button fits'
++button offscreen location=(908, 8) size=(300, 150) pageLocation=(799, 8) pageSize=(1, 150) name='Button offscreen X'
++button offscreen location=(8, 908) size=(300, 150) pageLocation=(8, 599) pageSize=(300, 1) name='Button offscreen Y'
++button location=(708, 508) size=(300, 150) pageLocation=(708, 508) pageSize=(92, 92) name='Button partially on screen'
++button offscreen location=(908, 908) size=(300, 150) pageLocation=(799, 599) pageSize=(1, 1) name='Button offscreen'
++button offscreen location=(-392, -392) size=(300, 150) pageLocation=(0, 0) pageSize=(1, 1) name='Button offscreen top'
++button location=(-92, -92) size=(300, 150) pageLocation=(0, 0) pageSize=(208, 58) name='Button partially on screen'
<-- End-of-file -->
rootWebArea
++button size=(300, 150) name='Button fits'
++button offscreen size=(300, 150) pageSize=(1, 150) name='Button offscreen X'
++button offscreen size=(300, 150) pageSize=(300, 1) name='Button offscreen Y'
++button size=(300, 150) name='Button partially on screen'
++button offscreen size=(300, 150) pageSize=(1, 1) name='Button offscreen'
++button offscreen size=(300, 150) pageSize=(1, 1) name='Button offscreen top'
++button size=(300, 150) pageSize=(208, 58) name='Button partially on screen'
<-- End-of-file -->
\ No newline at end of file
<!--
@BLINK-ALLOW:location*
@BLINK-ALLOW:pageSize*
@BLINK-ALLOW:pageLocation*
@BLINK-ALLOW:location*
@BLINK-ALLOW:pageSize=(1, 1)
@BLINK-ALLOW:pageSize=(1, 150)
@BLINK-ALLOW:pageSize=(300, 1)
@BLINK-ALLOW:pageSize=(208, 58)
@BLINK-ALLOW:size=(300, 150)
@BLINK-ALLOW:name=*
@BLINK-ALLOW:size=*
@BLINK-ALLOW:offscreen
-->
<!DOCTYPE html>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment