Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIssue #10491 add HTMLInputElement attributes that reflect content ide… #10505
Conversation
highfive
commented
Apr 9, 2016
|
|
I think those |
|
Also, are the changes to |
|
It's a test that setting properties of DOM APIs to certain values is properly reflected by the equivalent getter, so it seems likely to me. |
90c25cf
to
cd57f54
|
I've fixed the urls, and tidy errors. |
| dom.testbinding.preference_value.space_string_test:test1 test2, | ||
| dom.testbinding.preference_value.quote_string_test:"test1 test2", | ||
| ] | ||
| prefs: [dom.testbinding.preference_value.falsy:false, dom.testbinding.preference_value.truthy:true, dom.testbinding.preference_value.string_empty:, dom.testbinding.preference_value.string_test:test, dom.testbinding.preference_value.space_string_test:test1 test2, dom.testbinding.preference_value.quote_string_test:"test1 test2"] |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
frewsxcv
Apr 10, 2016
Member
Running ./mach update-wpt has some uncommitted changes that result in various formatting updates. This is one of them, though they should probably happen in a different PR.
This comment has been minimized.
This comment has been minimized.
amarant
Apr 10, 2016
Author
Contributor
The thing is that I made the edit to format the ini file when I added the prefs in another PR, but it seems update-wpt format it in 1 line, maybe we should let it that way.
| @@ -1,6 +1,5 @@ | |||
| [data-uri.htm] | |||
| type: testharness | |||
|
|
|||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
amarant
Apr 10, 2016
Author
Contributor
This is the result of update-wpt, others doing the same command will have the same result, should I re-add the deleted line ?
This comment has been minimized.
This comment has been minimized.
frewsxcv
Apr 10, 2016
Member
Personally, I think it's fine to leave it in. Ideally it'd be in a separate PR, but not a big deal at all. I'll let @KiChjang decide though
|
Forget about the changes, apparently update-wpt caused some formatting updates that I wasn't aware of. Thanks! @bors-servo r+ |
|
|
Issue #10491 add HTMLInputElement attributes that reflect content ide… …ntically it uses a new version of string-cache servo/string-cache#148 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10505) <!-- Reviewable:end -->
|
|
|
|
Ok I should have been more thorough during the wpt test, I will update the ini files. It means that Travis/AppVeyor don't do them ? |
|
Correct. Travis and Appveyor currently only run unit and compile tests, not wpt or an other tests: https://github.com/servo/servo/blob/master/.travis.yml#L15-L16 |
cd57f54
to
281115b
|
|
…ntically it uses a new version of string-cache servo/string-cache#148
281115b
to
9b8f183
|
@bors-servo r+ |
|
|
Issue #10491 add HTMLInputElement attributes that reflect content ide… …ntically it uses a new version of string-cache servo/string-cache#148 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10505) <!-- Reviewable:end -->
|
|
amarant commentedApr 9, 2016
…ntically
it uses a new version of string-cache servo/string-cache#148
This change is