Index: LayoutTests/fast/scrolling/html-element-client-rect-excludes-scrollbars-expected.txt |
diff --git a/LayoutTests/fast/scrolling/html-element-client-rect-excludes-scrollbars-expected.txt b/LayoutTests/fast/scrolling/html-element-client-rect-excludes-scrollbars-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1fdf8c2f6181841ec17c91831e915fac7e889dcf |
--- /dev/null |
+++ b/LayoutTests/fast/scrolling/html-element-client-rect-excludes-scrollbars-expected.txt |
@@ -0,0 +1,13 @@ |
+Tests that the html element excludes scrollbars when reporting clientWidth and clientHeight, and that it implements scroll() by scrolling the frame. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS htmlElement.clientWidth is innerWidth - 20 |
+PASS htmlElement.clientHeight is innerHeight - 20 |
+PASS scrollX is 10 |
+PASS scrollY is 10 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |