From: <rb...@us...> - 2018-06-27 18:04:13
|
Revision: 15391 http://sourceforge.net/p/htmlunit/code/15391 Author: rbri Date: 2018-06-27 18:04:10 +0000 (Wed, 27 Jun 2018) Log Message: ----------- fix naming Added Paths: ----------- trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome.expected.txt Removed Paths: ------------- trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome1.expected.txt Copied: trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome.expected.txt (from rev 15390, trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome1.expected.txt) =================================================================== --- trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome.expected.txt (rev 0) +++ trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome.expected.txt 2018-06-27 18:04:10 UTC (rev 15391) @@ -0,0 +1,67 @@ +Passed: 65 +Failed: 0 +ok - initial x position +ok - initial y position +ok - x position with offsetParent border +ok - y position with offsetParent border +ok - updated x position +ok - updated y position +ok - updated x position (using relativeTo parameter) +ok - updated y position (using relativeTo parameter) +ok - passthrough x position +ok - passthrough y position +ok - passthrough x position (using relativeTo parameter) +ok - passthrough y position (using relativeTo parameter) +ok - invalid element should return an undefined position +ok - updated only x position +ok - not updated y position +ok - test getStyle selector case +ok - test getStyle camel case +ok - test computed getStyle selector case +ok - test computed getStyle camel case +ok - test getStyle opacity +ok - test getOpacity +ok - test setOpacity +ok - test setOpacity +ok - test setOpacity +ok - getStyle of float +ok - getStyle of cssFloat +ok - getStyle of styleFloat +ok - getStyle of float when unset +ok - setStyle of CSS float +ok - setStyle of CSS cssFloat +ok - setStyle of CSS styleFloat +ok - getElementDimensions w ok +ok - getElementDimensions h ok +ok - getElementDimensions content w ok +ok - getElementDimensions content h ok +ok - setElementDimensions w ok +ok - setElementDimensions h ok +ok - setElementDimensions only w ok +ok - setElementDimensions h not updated ok +ok - getElementDimensions w ok when display none +ok - getElementDimensions h ok when display none +ok - getElementDimensions w ok when CSS display none +ok - getElementDimensions h ok when CSS display none +ok - getElementDimensions modified element display +ok - test getViewportDimensions w +ok - test getViewportDimensions h +ok - test getViewportPosition x +ok - test getViewportPosition y +ok - default left table cell content w ok +ok - default left table cell content h ok +ok - default middle table cell content w ok +ok - default middle table cell content h ok +ok - default right table cell content w ok +ok - default right table cell content h ok +ok - collapsed left table cell content w ok +ok - collapsed left table cell content h ok +ok - collapsed middle table cell content w ok +ok - collapsed middle table cell content h ok +ok - collapsed right table cell content w ok +ok - collapsed right table cell content h ok +ok - make clipping on overflow-x +ok - make clipping on overflow-y +ok - undo clipping on overflow-x +ok - undo clipping on overflow-y +ok - test suite finished! \ No newline at end of file Deleted: trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome1.expected.txt =================================================================== --- trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome1.expected.txt 2018-06-27 18:03:38 UTC (rev 15390) +++ trunk/htmlunit/src/test/resources/libraries/MochiKit/1.4.1/test-Style.Chrome1.expected.txt 2018-06-27 18:04:10 UTC (rev 15391) @@ -1,67 +0,0 @@ -Passed: 65 -Failed: 0 -ok - initial x position -ok - initial y position -ok - x position with offsetParent border -ok - y position with offsetParent border -ok - updated x position -ok - updated y position -ok - updated x position (using relativeTo parameter) -ok - updated y position (using relativeTo parameter) -ok - passthrough x position -ok - passthrough y position -ok - passthrough x position (using relativeTo parameter) -ok - passthrough y position (using relativeTo parameter) -ok - invalid element should return an undefined position -ok - updated only x position -ok - not updated y position -ok - test getStyle selector case -ok - test getStyle camel case -ok - test computed getStyle selector case -ok - test computed getStyle camel case -ok - test getStyle opacity -ok - test getOpacity -ok - test setOpacity -ok - test setOpacity -ok - test setOpacity -ok - getStyle of float -ok - getStyle of cssFloat -ok - getStyle of styleFloat -ok - getStyle of float when unset -ok - setStyle of CSS float -ok - setStyle of CSS cssFloat -ok - setStyle of CSS styleFloat -ok - getElementDimensions w ok -ok - getElementDimensions h ok -ok - getElementDimensions content w ok -ok - getElementDimensions content h ok -ok - setElementDimensions w ok -ok - setElementDimensions h ok -ok - setElementDimensions only w ok -ok - setElementDimensions h not updated ok -ok - getElementDimensions w ok when display none -ok - getElementDimensions h ok when display none -ok - getElementDimensions w ok when CSS display none -ok - getElementDimensions h ok when CSS display none -ok - getElementDimensions modified element display -ok - test getViewportDimensions w -ok - test getViewportDimensions h -ok - test getViewportPosition x -ok - test getViewportPosition y -ok - default left table cell content w ok -ok - default left table cell content h ok -ok - default middle table cell content w ok -ok - default middle table cell content h ok -ok - default right table cell content w ok -ok - default right table cell content h ok -ok - collapsed left table cell content w ok -ok - collapsed left table cell content h ok -ok - collapsed middle table cell content w ok -ok - collapsed middle table cell content h ok -ok - collapsed right table cell content w ok -ok - collapsed right table cell content h ok -ok - make clipping on overflow-x -ok - make clipping on overflow-y -ok - undo clipping on overflow-x -ok - undo clipping on overflow-y -ok - test suite finished! \ No newline at end of file |