blob: 284af1f94d411ecf825bae148ef3fb56f4ec0714 [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
PASS scroll() on the HTML body element in quirks mode
PASS scrollBy() on the HTML body element in quirks mode
PASS scrollLeft/scrollTop on the HTML body element in quirks mode
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
FAIL scroll() on the HTML body element in non-quirks mode assert_equals: scrollLeft should be 0 expected 0 but got 90
FAIL scrollBy() on the HTML body element in non-quirks mode assert_equals: scrollLeft should be 0 expected 0 but got 100
FAIL scrollLeft/scrollTop on the HTML body element in non-quirks mode assert_equals: scrollLeft should be 0 expected 0 but got 120
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