Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testrunner fails on firefox 50 at test qx.test.bom.element BoxSizing:testSet #9189

Closed
level420 opened this issue Sep 23, 2016 · 1 comment
Closed

Comments

@level420
Copy link
Member

Firefox 50.0.0 (Linux 0.0.0) qx.test.bom.element BoxSizing:testSet FAILED
    supported boxSizing value was not applied!: Expected 'padding-box' but found 'content-box'!
        qx.core.AssertionError.constructor:20
        qx.core.Assert.__fail:19
        qx.core.Assert.assertEquals:28
        qx.type.BaseString.assertEquals:7
        qx.test.bom.element.BoxSizing.testSet:11
        qx.dev.unit.TestFunction:11
        qx.dev.unit.TestResult.run:23
        qx.dev.unit.TestFunction.run:7
        .runTest://localhost:9876/home/travis/build/qooxdoo/qooxdoo/framework/node_modules/karma-qooxdoo/qooxdoo-adapter.js

As per changelog for firefox 50 https://developer.mozilla.org/de/Firefox/Releases/50#Changes_for_Web_developers padding-box has been removed.

See also https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing

The bugzilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1166728

@level420 level420 changed the title testrunner fails on firefox 50 in qx.test.bom.element BoxSizing:testSet testrunner fails on firefox 50 at test qx.test.bom.element BoxSizing:testSet Sep 23, 2016
johnspackman added a commit that referenced this issue Sep 27, 2016
…-box

issue #9189 fix for gecko not supporting padding-box anymore
@level420
Copy link
Member Author

Fixed via #9190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant