Commit graph

2285 commits

Author SHA1 Message Date
Ms2ger
af637640ae Update CSS tests to revision 8cf31317e387a3bc22febb39ca3df8180a54b13e 2015-10-12 17:53:47 +02:00
Ms2ger
d8c72b3d0b Move basic_width_px.html to wpt reftests. 2015-10-12 16:25:45 +02:00
Ms2ger
0267ec7240 Move background_style_attr.html to wpt reftests. 2015-10-12 16:19:10 +02:00
Ms2ger
d45c7b52ec Move background_size_zero_a.html to wpt reftests. 2015-10-12 16:10:07 +02:00
Ms2ger
ecf6f77ef9 Move background_size_shorthand_a.html to wpt reftests. 2015-10-12 15:54:37 +02:00
Ms2ger
a0726af56b Move background_size_a.html to wpt reftests. 2015-10-12 15:50:59 +02:00
Ms2ger
efab12af6c Move background_repeat_y_a.html to wpt reftests. 2015-10-12 15:42:56 +02:00
Ms2ger
14c2225189 Move background_repeat_x_a.html to wpt reftests. 2015-10-12 15:40:52 +02:00
Ms2ger
1b79f17b34 Move background_repeat_none_a.html to wpt reftests. 2015-10-12 15:38:08 +02:00
Ms2ger
b38426692a Move background_repeat_both_a.html to wpt reftests. 2015-10-12 15:34:16 +02:00
Ms2ger
98328fdfb2 Move background_position_shorthand.html to wpt reftests. 2015-10-12 15:30:24 +02:00
Corey Farwell
3d383f21ae Implement deleteRow and insertRow for <table> element
Continued from #6936
2015-10-11 09:47:46 -04:00
bors-servo
babeed998d Auto merge of #7953 - frewsxcv:htmldivelement-align, r=mbrubeck
Implement 'align' attribute for <div> elements



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7953)
<!-- Reviewable:end -->
2015-10-10 14:11:33 -06:00
bors-servo
04266f237a Auto merge of #7949 - craftytrickster:map-clone-to-cloned, r=nox
Making map+clone more succinct with cloned

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

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7949)
<!-- Reviewable:end -->
2015-10-10 13:18:56 -06:00
Matt Brubeck
e2e142aae8 Replace libpng with image everywhere. 2015-10-10 07:43:11 -07:00
David Raifaizen
de2060e6a1 Making map+clone more succinct with cloned 2015-10-10 09:31:21 -04:00
Corey Farwell
59e2911f28 Add 'listing' alias for <pre> elements 2015-10-10 08:58:38 -04:00
Corey Farwell
55c65d3192 Implement 'align' attribute for <div> elements 2015-10-10 08:15:44 -04:00
bors-servo
ea7b990e2d Auto merge of #7944 - Ms2ger:test-ref, r=jdm
Use wptrunner for some old-style reftests.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7944)
<!-- Reviewable:end -->
2015-10-09 17:51:11 -06:00
bors-servo
48887acff1 Auto merge of #7939 - iawaknahc:issue-7924, r=Manishearth
Use typed headers API instead of set_raw

fix https://github.com/servo/servo/issues/7924

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7939)
<!-- Reviewable:end -->
2015-10-09 15:01:22 -06:00
bors-servo
8ef8c53d2a Auto merge of #7909 - paulrouget:subpixelPos, r=mbrubeck
Snap to screen pixels instead of px

Fixes #7904

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7909)
<!-- Reviewable:end -->
2015-10-09 14:10:44 -06:00
bors-servo
06e0447e82 Auto merge of #7835 - iawaknahc:webstorage-quota, r=jdm
Implement a quota of 5MB per origin for localstorage and sessionstorage

PR for https://github.com/servo/servo/issues/6739

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7835)
<!-- Reviewable:end -->
2015-10-09 12:36:47 -06:00
bors-servo
ec10b1708e Auto merge of #7938 - A-deLuna:remove-clone-from-respond_with_headers-fixes-#7922, r=Ms2ger
removed clone from respond_with_headers fixes #7922

fixes #7922 
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7938)
<!-- Reviewable:end -->
2015-10-09 11:40:33 -06:00
Ms2ger
0dc393820f Move background_position_percent.html to wpt reftests. 2015-10-09 17:33:51 +02:00
Ms2ger
7e23ff97c1 Move background_position_keyword.html to wpt reftests. 2015-10-09 17:26:53 +02:00
Ms2ger
ebd38a6ad8 Move background_position_a.html to wpt reftests. 2015-10-09 17:08:42 +02:00
Ms2ger
6ce531e78b Move background_origin_a.html to wpt reftests. 2015-10-09 17:02:50 +02:00
bors-servo
8c81d9ab28 Auto merge of #7885 - jimberlage:7858/null-message, r=Ms2ger
Creates empty string when passed null

This should fix #7858.  An empty `USVString` is now used when `data` is `None`.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7885)
<!-- Reviewable:end -->
2015-10-09 09:02:45 -06:00
Ms2ger
af1ba43010 Move background_none_a.html to wpt reftests. 2015-10-09 16:59:55 +02:00
Ms2ger
3e64751d2f Move background_image_position_a.html to wpt reftests. 2015-10-09 16:59:54 +02:00
Ms2ger
f112adf6ae Move background_image_a.html to wpt reftests. 2015-10-09 16:59:53 +02:00
Ms2ger
8233171a7c Move background_external_stylesheet.html to wpt reftests. 2015-10-09 16:59:52 +02:00
Ms2ger
586846b4ca Move background_clip_a.html to wpt reftests. 2015-10-09 16:59:51 +02:00
Ms2ger
86fd10e016 Move attr_selector_case_sensitivity.html to wpt reftests. 2015-10-09 16:59:50 +02:00
bors-servo
7880a1b25f Auto merge of #7937 - Ms2ger:manifests, r=jgraham
Update manifests.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7937)
<!-- Reviewable:end -->
2015-10-09 07:00:29 -06:00
bors-servo
1029feb55d Auto merge of #7841 - frewsxcv:htmlbodyelement-text, r=nox
Implement <body>'s "text" attribute



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7841)
<!-- Reviewable:end -->
2015-10-09 06:11:46 -06:00
Ms2ger
bc6ba8b041 Temporarily disable webgl reftests.
They crash on the linux buildbots.
See <https://github.com/servo/servo/issues/7931>.
2015-10-09 12:21:36 +02:00
Louis Chan
aa6378a462 Use typed headers API instead of set_raw 2015-10-09 17:25:14 +08:00
Antonio de Luna
6c4a849e4e removed &mut and clone 2015-10-09 01:35:03 -07:00
Ms2ger
84e23373d8 Update manifests. 2015-10-09 10:34:57 +02:00
Louis Chan
fb45b0e691 Implement a quota of 5MB per origin for localstorage and sessionstorage 2015-10-09 03:55:27 +08:00
bors-servo
ab42ca4296 Auto merge of #7825 - eefriedman:div-align, r=mbrubeck
Fully implement the "align descendants" rule for div.

This adds -servo-left and -servo-right to complement -servo-center.

~~This intentionally doesn't try to address issue #7301.~~  Commit added to address #7301.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7825)
<!-- Reviewable:end -->
2015-10-08 12:20:55 -06:00
Jim Berlage
0ffd2f636f Require the argument to WebSocket#send() (fixes #7858). 2015-10-08 12:08:26 -05:00
bors-servo
d15ea83938 Auto merge of #7917 - mrobinson:test-stderr, r=larsbergstrom
Record reference test stdout and stderr

When reference tests crash it is difficult to debug the issue, because
the stacktrace and any other output is discarded by the test harness.
Instead of discarding it, write the output to text files in the test
results directory which will make it easier to debug crashing tests.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7917)
<!-- Reviewable:end -->
2015-10-08 10:36:09 -06:00
Ms2ger
1f37ac0d71 Move attr_exists_selector.html to wpt reftests. 2015-10-08 17:20:18 +02:00
Ms2ger
2ca5f85d4e Move anon_block_inherit_a.html to wpt reftests. 2015-10-08 17:14:35 +02:00
Ms2ger
a938fe635f Move alpha_png_a.html to wpt reftests. 2015-10-08 17:10:29 +02:00
Ms2ger
652be7cdfe Move alpha_gif_a.html to wpt reftests. 2015-10-08 17:10:28 +02:00
Ms2ger
92e3266b1f Move after_block_iteration.html to wpt reftests. 2015-10-08 17:10:27 +02:00
Ms2ger
c9d4dc4e88 Move absolute_z_index_auto_paint_order_a.html to wpt reftests. 2015-10-08 17:10:25 +02:00