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

Extend cssom/CSSKeyframeRule.html to test that style attribute has [P… #6184

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

cdumez
Copy link
Contributor

@cdumez cdumez commented Jun 8, 2017

…utForwards]

@w3c-bots
Copy link

w3c-bots commented Jun 8, 2017

View the complete job log.

Firefox (nightly)

Testing web-platform-tests at revision 927e608
Using browser at version BuildID 20170607100302; SourceStamp 5801aa478de12a62b2b2982659e787fcc4268d67
Starting 10 test iterations
All results were stable

All results

1 test ran
/cssom/CSSKeyframeRule.html
Subtest Results Messages
OK
CSSKeyframeRule: style property PASS
CSSKeyframeRule: style property has [PutForwards] FAIL assert_equals: margin-left expected "50%" but got "100%"

@w3c-bots
Copy link

w3c-bots commented Jun 8, 2017

View the complete job log.

Sauce (safari)

Testing web-platform-tests at revision 927e608
Using browser at version 10.0
Starting 10 test iterations
All results were stable

All results

1 test ran
/cssom/CSSKeyframeRule.html
Subtest Results Messages
OK
CSSKeyframeRule: style property PASS
CSSKeyframeRule: style property has [PutForwards] FAIL assert_equals: margin-left expected "50%" but got "100%"

@w3c-bots
Copy link

w3c-bots commented Jun 8, 2017

View the complete job log.

Chrome (unstable)

Testing web-platform-tests at revision 927e608
Using browser at version 60.0.3112.20 dev
Starting 10 test iterations
All results were stable

All results

1 test ran
/cssom/CSSKeyframeRule.html
Subtest Results Messages
OK
CSSKeyframeRule: style property PASS
CSSKeyframeRule: style property has [PutForwards] FAIL assert_equals: margin-left expected "50%" but got "100%"

@w3c-bots
Copy link

w3c-bots commented Jun 8, 2017

View the complete job log.

Sauce (MicrosoftEdge)

Testing web-platform-tests at revision 927e608
Using browser at version 14.14393
Starting 10 test iterations
All results were stable

All results

1 test ran
/cssom/CSSKeyframeRule.html
Subtest Results Messages
OK
CSSKeyframeRule: style property PASS
CSSKeyframeRule: style property has [PutForwards] FAIL assert_equals: margin-left expected "50%" but got "100%"

hubot pushed a commit to WebKit/WebKit-http that referenced this pull request Jun 8, 2017
… be settable

https://bugs.webkit.org/show_bug.cgi?id=164537
<rdar://problem/29181773>

Reviewed by Sam Weinig.

LayoutTests/imported/w3c:

* web-platform-tests/cssom/CSSKeyframeRule-expected.txt:
* web-platform-tests/cssom/CSSKeyframeRule.html:
* web-platform-tests/cssom/CSSStyleRule-expected.txt:
* web-platform-tests/cssom/CSSStyleRule.html:
Re-sync web-platform tests after:
- web-platform-tests/wpt#6181
- web-platform-tests/wpt#6184
This extends test coverage.

* web-platform-tests/cssom/interfaces-expected.txt:
Rebaseline now that more checks are passing.

Source/WebCore:

CSSStyleRule.style / CSSPageRule.style / CSSKeyframeRule.style should be settable
as per:
- https://drafts.csswg.org/cssom/#the-cssstylerule-interface
- https://drafts.csswg.org/cssom/#the-csspagerule-interface
- https://drafts.csswg.org/css-animations/#interface-csskeyframerule

Tests:
http/wpt/cssom/CSSPageRule.html
imported/w3c/web-platform-tests/cssom/CSSKeyframeRule.html
imported/w3c/web-platform-tests/cssom/CSSStyleRule.html
imported/w3c/web-platform-tests/cssom/interfaces.html

* css/CSSKeyframeRule.idl:
* css/CSSPageRule.idl:
* css/CSSStyleRule.idl:

LayoutTests:

Add better test coverage for CSSPageRule. This test is being upstreamed via:
- web-platform-tests/wpt#6183

* http/wpt/cssom/CSSPageRule-expected.txt: Added.
* http/wpt/cssom/CSSPageRule.html: Added.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@217917 268f45cc-cd09-0410-ab3c-d52691b4dbfc
@dbaron dbaron merged commit 92e2d06 into web-platform-tests:master Jun 8, 2017
ryanhaddad pushed a commit to WebKit/WebKit that referenced this pull request Dec 22, 2020
… be settable

https://bugs.webkit.org/show_bug.cgi?id=164537
<rdar://problem/29181773>

Reviewed by Sam Weinig.

LayoutTests/imported/w3c:

* web-platform-tests/cssom/CSSKeyframeRule-expected.txt:
* web-platform-tests/cssom/CSSKeyframeRule.html:
* web-platform-tests/cssom/CSSStyleRule-expected.txt:
* web-platform-tests/cssom/CSSStyleRule.html:
Re-sync web-platform tests after:
- web-platform-tests/wpt#6181
- web-platform-tests/wpt#6184
This extends test coverage.

* web-platform-tests/cssom/interfaces-expected.txt:
Rebaseline now that more checks are passing.

Source/WebCore:

CSSStyleRule.style / CSSPageRule.style / CSSKeyframeRule.style should be settable
as per:
- https://drafts.csswg.org/cssom/#the-cssstylerule-interface
- https://drafts.csswg.org/cssom/#the-csspagerule-interface
- https://drafts.csswg.org/css-animations/#interface-csskeyframerule

Tests:
http/wpt/cssom/CSSPageRule.html
imported/w3c/web-platform-tests/cssom/CSSKeyframeRule.html
imported/w3c/web-platform-tests/cssom/CSSStyleRule.html
imported/w3c/web-platform-tests/cssom/interfaces.html

* css/CSSKeyframeRule.idl:
* css/CSSPageRule.idl:
* css/CSSStyleRule.idl:

LayoutTests:

Add better test coverage for CSSPageRule. This test is being upstreamed via:
- web-platform-tests/wpt#6183

* http/wpt/cssom/CSSPageRule-expected.txt: Added.
* http/wpt/cssom/CSSPageRule.html: Added.


Canonical link: https://commits.webkit.org/189941@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@217917 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants