blob: 605dd36ae31b7aa08882ccdbe2d7ab852de4d26a [file] [log] [blame]
PASS Execution of tests in quirks mode
PASS Execution of tests in non-quirks mode
PASS scrollingElement in quirks mode
PASS scroll() on the root element in quirks mode
PASS scrollBy() on the root element in quirks mode
PASS scrollLeft/scrollTop on the root element in quirks mode
PASS scrollWidth/scrollHeight on the root element in quirks mode
PASS clientWidth/clientHeight on the root element in quirks mode
FAIL scroll() on the HTML body element in quirks mode assert_equals: scrollLeft should be 90 expected 90 but got 0
FAIL scrollBy() on the HTML body element in quirks mode assert_equals: scrollLeft should be 100 expected 100 but got 0
FAIL scrollLeft/scrollTop on the HTML body element in quirks mode assert_equals: scrollLeft should be 120 expected 120 but got 0
PASS scrollWidth/scrollHeight on the HTML body element in quirks mode
PASS clientWidth/clientHeight on the HTML body element in quirks mode
PASS scrollLeft/scrollRight of the content in quirks mode
PASS scrollWidth/scrollHeight of the content in quirks mode
PASS clientWidth/clientHeight of the content in quirks mode
FAIL scrollingElement in non-quirks mode assert_equals: scrollingElement should be documentElement expected Element node <html><head></head><body style="overflow: hidden; margin:... but got Element node <body style="overflow: hidden; margin: 0px; border-width:...
FAIL scroll() on the root element in non-quirks mode assert_equals: scrollLeft should be 50 expected 50 but got 0
FAIL scrollBy() on the root element in non-quirks mode assert_equals: scrollLeft should be 60 expected 60 but got 0
FAIL scrollLeft/scrollTop on the root element in non-quirks mode assert_equals: scrollLeft should be 70 expected 70 but got 0
PASS scrollWidth/scrollHeight on the root element in non-quirks mode
PASS clientWidth/clientHeight on the root element in non-quirks mode
PASS scroll() on the HTML body element in non-quirks mode
PASS scrollBy() on the HTML body element in non-quirks mode
PASS scrollLeft/scrollTop on the HTML body element in non-quirks mode
FAIL scrollWidth/scrollHeight on the HTML body element in non-quirks mode assert_equals: scrollWidth should be 700 expected 700 but got 720
PASS clientWidth/clientHeight on the HTML body element in non-quirks mode
PASS scrollLeft/scrollRight of the content in non-quirks mode
PASS scrollWidth/scrollHeight of the content in non-quirks mode
PASS clientWidth/clientHeight of the content in non-quirks mode