Michael Howell
0809809c23
Add test for #11818
2016-08-13 16:48:54 -07:00
Anthony Ramine
bce5544a31
Enable canvas_over_area.html ( closes #8311 )
...
This was related to #7787 that was closed because it didn't happen for a long time.
We check whether that is the case for #8311 too.
2016-08-10 16:10:34 +02:00
Anthony Ramine
7f8cce6beb
Enable hide_layers2.html ( closes #8769 )
...
This was apparently fixed by #10082 .
2016-08-10 14:52:45 +02:00
Emilio Cobos Álvarez
0b67b218d0
style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations.
2016-07-20 09:05:53 -07:00
Matt Brubeck
6c00058c5d
webrender: Don't use OpenGL round() for snapping pixels
...
Fixes #11751 .
2016-06-29 17:55:31 -07:00
Mitchell Hentges
94a884b0ae
use floats to represent intended fixed position, re-enable position_fixed test
2016-05-29 12:02:03 +02:00
Matt Brubeck
915aab1b92
Disable /_mozilla/css/incremental_trailing_whitespace_a.html
...
CC #10473
2016-05-07 08:58:03 -07:00
Josh Matthews
bd912401ca
Disable mozbrowser_navigation.html pending further investigation.
2016-05-03 17:15:18 -04:00
Patrick Walton
7bd257089c
script: Make iframes know their pipeline IDs at all times, even after
...
navigation.
Since WebRender uses the pipeline ID stored in the iframe element to
determine which pipeline to display, it had better be kept up to date!
Closes #9919 .
2016-04-28 10:53:13 -07:00
Keith Yeung
b8971867f8
Properly inherit text decorations
2016-04-07 17:16:45 -04:00
James Graham
78369e95cf
Update web-platform-tests to 5582e4d2bfcfd1fa9f105406b143170ee2af7db1
2016-04-01 13:38:57 +02:00
Michael Howell
ef571ef507
Add @SimonSapin's test case for #8443
2016-03-29 10:20:56 -07:00
Matt Brubeck
6c684a5ac7
Fix border collapsing at the end of a table-row-group
...
This fixes the border-end calculation for table rows whose borders are
collapsed with rows in different rowgroups. The border collapsing code now
uses an iterator that yields all the rows as a flat sequence, regardless of
how they are grouped in rowgroups. It gets rid of
`TableRowGroupFlow::preliminary_collapsed_borders` which was never correct.
(It was read but never written.)
This may fix #8120 but I'm not 100% certain. (I haven't managed to reproduce
the intermittent failure locally, and my reduced test case still fails but in
a different way.)
2016-03-01 09:02:35 -08:00
Anthony Ramine
ea1c169894
Vindictively disable all intermittent tests that failed #9787
...
This disables the tests mentioned in #8120 , #9014 , #9033 , #9092 , #9148 , #9205 , #9772 and #9803 .
2016-02-29 20:07:07 +01:00
Matt Brubeck
973918967f
Dirty elements whose selectors are affected by sibling changes
...
This fixes incremental layout of nodes that match pseudo-class selectors such
as :first-child, :nth-child, :last-child, :first-of-type, etc.
* Fixes #8191
* Fixes #9063
* Fixes #9303
* Fixes #9448
This code is based on the following flags from Gecko:
https://hg.mozilla.org/mozilla-central/file/e1cf617a1f28/dom/base/nsINode.h#l134
2016-02-23 17:31:38 -08:00
Keith Yeung
1b41f4544e
Disable some intermittents
2016-02-22 06:07:13 -05:00
Keith Yeung
e2b8ac3cdd
Disable /_mozilla/css/position_fixed_a.html
2016-02-03 21:49:01 -05:00
Ms2ger
1f5d8fedd4
Update web-platform-tests to revision 78862c14a70cabb48c685144666912f08e726390
2016-01-18 13:24:36 +01:00
Ms2ger
f7db33eb33
Move acid2.html to wpt reftests.
2016-01-14 09:49:41 +01:00
Josh Matthews
d2736add34
Make the hide_layers2 test ini file an actual ini file.
2016-01-09 08:19:31 -05:00
Josh Matthews
d11d444b15
Disable hide_layers2.html due to too many intermittent failures.
2016-01-08 14:13:28 -05:00
Ms2ger
844965ec2f
Move white_space_intrinsic_sizes_a.html to wpt reftests.
2015-12-09 01:03:59 -05:00
Ms2ger
81a5948b23
Move vertical-lr-blocks.html to wpt reftests.
2015-12-02 16:07:20 +01:00
Ms2ger
d8fe60ccb1
Move text_decoration_propagation_a.html to wpt reftests.
2015-12-02 15:48:17 +01:00
Ms2ger
2c4232b620
Move overflow_position_abs_inside_normal_a.html to wpt reftests.
2015-12-02 14:01:10 +01:00
Ms2ger
3bbee99cdb
Update web-platform-tests to revision a3b0fadc7f5001bbe52c65e0a354c454981423a3
2015-11-30 13:44:18 +01:00
bors-servo
4e8c9c9811
Auto merge of #8686 - Ms2ger:test-ref, r=frewsxcv
...
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/8686 )
<!-- Reviewable:end -->
2015-11-27 06:35:15 +05:30
Josh Matthews
ca882762fc
Disable canvas_over_area.html due to frequent timeouts, pending further investigation for #8311 .
2015-11-26 13:23:38 -05:00
Ms2ger
b0243d66a6
Move size_attributes_vertical_writing_mode.html to wpt reftests.
2015-11-26 09:08:11 +01:00
Ms2ger
3a79c9b53f
Update web-platform-tests to revision ee40b886c701ffa25a673240cabdedd59ee3ace4
2015-11-24 13:35:04 +01:00
Ms2ger
bd25225cd2
Move viewport_meta.html and viewport_rule.html to wpt reftests.
2015-11-21 10:21:02 +01:00
Simon Sapin
3973085cb6
Fix double /**//**/
2015-11-06 23:01:55 +01:00
Simon Sapin
40e6cc118e
Detect var() in shorthand declarations.
2015-11-06 23:01:54 +01:00
Simon Sapin
80dbd29528
counter-reset defaults to 0, not 1.
2015-11-04 10:55:16 +01:00
Simon Sapin
feaf6f4c3f
Initial support for custom properties in CSSStyleDeclaration
2015-09-17 14:48:56 +02:00
Paul Rouget
f6582e7f21
Test for flexbox crasher
2015-09-07 09:02:53 +02:00