Commit graph

3774 commits

Author SHA1 Message Date
Ms2ger
576c4f7e4b Move simple_inline_default.html to wpt reftests. 2015-11-22 15:39:10 +01:00
Ms2ger
7254a25fc5 Move simple.html to wpt reftests. 2015-11-22 15:34:52 +01:00
Ms2ger
2450694eee Move positioning_margin.html to wpt reftests. 2015-11-22 15:24:28 +01:00
Ms2ger
e228e29289 Move overflow.html to wpt reftests. 2015-11-22 15:22:00 +01:00
Ms2ger
ea118c56d6 Move multiple_external.html to wpt reftests. 2015-11-22 15:16:29 +01:00
Ms2ger
4cb6a87992 Move hide_layers1.html and hide_layers2.html to wpt reftests. 2015-11-22 15:14:37 +01:00
Ms2ger
4466fc3537 Move hide_and_show.html to wpt reftests. 2015-11-22 15:12:08 +01:00
Ms2ger
19c4991c55 Move hide_after_load.html to wpt reftests. 2015-11-22 15:10:15 +01:00
Ms2ger
833cd524e0 Move bg_color.html to wpt reftests. 2015-11-22 15:08:05 +01:00
Eli Friedman
8c93046b1c Add test for URL-encoded form submission.
This turned out to be a little more complicated than I was hoping...
but I can't really think of a better way to do this.
2015-11-21 15:30:11 -08:00
David Zbarsky
8408891ec5 Parse currentColor as Canvas2D color 2015-11-21 11:59:19 -08:00
bors-servo
ea690a2dff Auto merge of #8622 - frewsxcv:url-plugin, r=SimonSapin
Implement 'url!(..)' macro

https://github.com/servo/rust-url/issues/136

https://github.com/servo/rust-url/pull/137

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8622)
<!-- Reviewable:end -->
2015-11-21 21:10:52 +05:30
bors-servo
f2fe1171d2 Auto merge of #8601 - mfeckie:feature/manifest-diff-ci-check, r=jdm
Check if MANIFEST.json changes as per #8587

Adds a script which checks if either of the MANIFEST.json files change in `test/wpt` in response to #8587

- Addresses currently incorrect MANIFEST.json
- Adds checking script

PR for saltfs to add to CI checks to follow (https://github.com/servo/saltfs/pull/163)

https://reviewable.io/reviews/servo/servo/8601

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8601)
<!-- Reviewable:end -->
2015-11-21 20:13:10 +05:30
Josh Matthews
29731070b7 Disable Document-createElement-namespace.html while #8614 is still a problem. 2015-11-21 09:01:30 -05:00
Corey Farwell
f34da4120d Implement 'url!(..)' macro
https://github.com/servo/rust-url/issues/136

https://github.com/servo/rust-url/pull/137
2015-11-21 08:15:56 -05:00
Ms2ger
bd25225cd2 Move viewport_meta.html and viewport_rule.html to wpt reftests. 2015-11-21 10:21:02 +01:00
Ms2ger
544568b16f Move text_decoration_underline_subpx_a.html to wpt reftests. 2015-11-21 10:21:01 +01:00
Ms2ger
9a8ac63fdc Move text_decoration_smoke_a.html to wpt reftests. 2015-11-21 10:21:00 +01:00
Ms2ger
3d5e1130d5 Move root_display_inline_a.html and root_display_without_style_a.html to wpt reftests. 2015-11-21 10:08:32 +01:00
Ms2ger
ba62957368 Move position_fixed_tile_edge.html, position_fixed_tile_edge_2.html, and position_fixed_tile_edge_3.html to wpt reftests. 2015-11-21 10:05:38 +01:00
Ms2ger
068a584241 Move overflow_auto.html, overflow_scroll.html and overflow_simple_a.html to wpt reftests. 2015-11-20 12:19:40 +01:00
Ms2ger
22656dc39d Move ol_japanese_iroha_a.html and ol_japanese_iroha_bullet_styles.html to wpt reftests. 2015-11-20 12:10:31 +01:00
Ms2ger
d6a7794f41 Move octicons_a.html to wpt reftests. 2015-11-20 12:07:03 +01:00
Ms2ger
6a862fc747 Move noteq_attr_exists_selector.html to wpt reftests. 2015-11-20 12:02:47 +01:00
Ms2ger
07d1f3f546 Move marker_block_direction_placement_a.html to wpt reftests. 2015-11-20 11:58:34 +01:00
Ms2ger
1a55b4a5fe Move margin_a.html to wpt reftests. 2015-11-20 11:56:42 +01:00
Ms2ger
872334a364 Move list_style_type_a.html to wpt reftests. 2015-11-20 11:54:11 +01:00
Ms2ger
6a2cbfc9d9 Move list_style_position_a.html to wpt reftests. 2015-11-20 10:21:04 +01:00
Martin Feckie
7e5c45ddbf Commit autogenerated manifest for baseline position 2015-11-19 21:26:17 +11:00
Aleksandr Likhanov
4bf21ab15e reduce node.unique_id size
fix sizeof unittest
update Cargo.lock
2015-11-19 00:48:20 +05:00
bors-servo
d7c98f86ff Auto merge of #8551 - mrobinson:blessings, r=jgraham
Use blessings when possible for WPT UI

Use blessings when it is possible for the WPT UI and fall back to using
raw control characters. This also fixes a bug where the UI didn't work
correctly in iTerm.app. Remove the one line version of the UI, since it
is no longer used as the iTerm fallback.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8551)
<!-- Reviewable:end -->
2015-11-17 22:56:34 +05:30
Martin Robinson
7225e36d81 Use blessings when possible for WPT UI
Use blessings when it is possible for the WPT UI and fall back to using
raw control characters. This also fixes a bug where the UI didn't work
correctly in iTerm.app. Remove the one line version of the UI, since it
is no longer used as the iTerm fallback.
2015-11-17 08:39:24 -08:00
Ms2ger
53608a60a4 Update CSS tests to revision c68e4df16362489debde94340cc6f54945a72f2f 2015-11-17 10:54:09 +01:00
Ms2ger
32efe41299 Update web-platform-tests to revision 5a754b40cd49c0404863c431b58cc311dc5d167c 2015-11-17 10:54:05 +01:00
bors-servo
f17f89059a Auto merge of #8503 - craftytrickster:8406/limit-suppported-format, r=mbrubeck
Adding method to detect if image formats should be supported by servo

https://github.com/servo/servo/issues/8406

Please let me know if I need to make any changes.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8503)
<!-- Reviewable:end -->
2015-11-17 07:14:25 +05:30
bors-servo
c1e6bc0714 Auto merge of #8538 - notriddle:github_resize, r=mbrubeck
Ignore `<meta name=viewport>` if `@viewport` is ignored

Fixes #8373

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8538)
<!-- Reviewable:end -->
2015-11-17 00:31:49 +05:30
bors-servo
f8c2c3c3e4 Auto merge of #8521 - notriddle:test_7780, r=mrobinson
Add test for #7780

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8521)
<!-- Reviewable:end -->
2015-11-16 20:26:44 +05:30
Michael Howell
987c9e63aa Ignore <meta name=viewport> if @viewport is.
Fixes #8373
2015-11-15 20:35:13 -07:00
Eli Friedman
f6a337772a Fix the metadata for webgl tests.
These are reftests, not tests using the test harness.

CC #8414.  (This fixes the immediate issue, but we should also fix the
error message.)
2015-11-15 13:08:00 -08:00
Eli Friedman
a9a1e343f9 Update test manifest.
This is just the result of running --manifest-update on master; not sure
how it got out of sync.

These tests currently timeout, so also add the expected result.
2015-11-15 11:47:59 -08:00
bors-servo
d11fe9ed21 Auto merge of #8513 - mrobinson:wpt-ui-summary, r=frewsxcv
Re-print test failures in non-interactive WPT UI

This will make it easier to spot the failures at the bottom of the test
output on the bots.

Fixes #8467.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8513)
<!-- Reviewable:end -->
2015-11-15 21:36:29 +05:30
bors-servo
3ef0a9a79d Auto merge of #8526 - frewsxcv:parse-length, r=eefriedman
Fix parse_length 0 values, implement <hr> 'width'

Follow-up to https://github.com/servo/servo/issues/8424

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8526)
<!-- Reviewable:end -->
2015-11-15 03:30:46 +05:30
Corey Farwell
30ea772939 Make util::str::parse_length work with floats 2015-11-14 16:47:10 -05:00
Corey Farwell
02a8e8dd16 Implement <hr> element 'width' attribute 2015-11-14 16:46:59 -05:00
bors-servo
8f2a3a64f1 Auto merge of #8524 - notriddle:paint_task_deep, r=jdm
Draw layers that are under sub-displaylists.

Fixes #8325

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8524)
<!-- Reviewable:end -->
2015-11-14 22:26:22 +05:30
Michael Howell
24c35a2185 Draw layers that are under sub-displaylists.
Fixes #8325
2015-11-14 09:49:30 -07:00
rohan.prinja
337066063a fix impl of parse_length() 2015-11-14 10:02:26 -05:00
bors-servo
7f076c628b Auto merge of #8449 - paulrouget:favicon, r=jdm
mozbrowsericonchange event (Browser API)

fixes #8347

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8449)
<!-- Reviewable:end -->
2015-11-14 19:54:03 +05:30
bors-servo
bda46179b6 Auto merge of #8523 - Wafflespeanut:redirects, r=jdm
Listen for cancellation message during loads and redirects...

fixes #8495

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8523)
<!-- Reviewable:end -->
2015-11-14 19:25:33 +05:30
Paul Rouget
5263a4c4c9 [Browser API] implement mozbrowsericonchange event 2015-11-14 09:59:50 +01:00