| Index: LayoutTests/fast/dom/Element/getBoundingClientRect.html
|
| diff --git a/LayoutTests/fast/dom/Element/getBoundingClientRect.html b/LayoutTests/fast/dom/Element/getBoundingClientRect.html
|
| index c986bb2ade89fcf82b6592c7895ee0df3b16b7a5..3f6882ea5e25b354f0e96a8e5d3c4707f1770683 100644
|
| --- a/LayoutTests/fast/dom/Element/getBoundingClientRect.html
|
| +++ b/LayoutTests/fast/dom/Element/getBoundingClientRect.html
|
| @@ -133,6 +133,7 @@
|
| /*2*/ { left: 8, top: 188, width: 320, height: 120 },
|
| /*3*/ { left: 18, top: 356, width: 300, height: 100 },
|
| /*4*/ { left: 37.289, top: 483.289, width: 141.421, height: 141.421 },
|
| + // On Mac, this fails because of crbug.com/498030.
|
| /*5*/ { left: 8, top: 652, width: 300, height: 368 },
|
| /*6*/ { left: fail, top: fail, width: fail, height: fail },
|
| /*7*/ { left: 8, top: 1484, width: 288, height: 464 },
|
|
|