-
Bug
-
Resolution: Fixed
-
P4
-
jfx13
1. test.com.sun.javafx.scene.layout.region.BackgroundRepeatConverterTest.scenario2
RepeatStructConverter.convert() is an internal method and does not verify the parameters. Passing null value to this method results in NPE.
2. test.javafx.scene.layout.RegionCSSTest.borderImageWidth_auto
test.javafx.scene.layout.RegionCSSTest.borderImageWidth_1_auto
test.javafx.scene.layout.RegionCSSTest.borderImageWidth_1_2Percent_auto
It is not certain if the value of auto for -fx-border-image-width is 1 or 2 by defaut. But the tests seem correct and they pass.
3. test.javafx.scene.Node_cssMethods_Test
JDK-8094155 is fixed and the tests can be re-enabled.
RepeatStructConverter.convert() is an internal method and does not verify the parameters. Passing null value to this method results in NPE.
2. test.javafx.scene.layout.RegionCSSTest.borderImageWidth_auto
test.javafx.scene.layout.RegionCSSTest.borderImageWidth_1_auto
test.javafx.scene.layout.RegionCSSTest.borderImageWidth_1_2Percent_auto
It is not certain if the value of auto for -fx-border-image-width is 1 or 2 by defaut. But the tests seem correct and they pass.
3. test.javafx.scene.Node_cssMethods_Test
- relates to
-
JDK-8233362 Evaluate ignored graphics tests
- Resolved
- links to