| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Use the Python that was detected during configure.
|
|\
| |
| | |
Avoid trying to trace a null JSVal; r=jdm
|
| |
| |
| |
| |
| | |
JSVal::trace_kind() asserts that it is a markable type; null is a gcthing that
is not markable.
|
|/
|
|
|
|
| |
This avoids Azure segfaulting trying to set up a 100999px*100999px canvas.
The test still fails due to its use of getComputedStyle.
|
|
|
|
|
|
|
| |
(fixes #3209).
As we currently don't support anything but utf-8, this is not a particularly
useful test to run.
|
|
|
|
|
|
|
| |
These would crash because the functions they call assert that they receive
lower-case names.
Fixing the crash allows reflection-embedded.html to finish successfully.
|
|
|
|
|
|
|
|
|
|
| |
size calculation for text fragments.
These two fixes are related to the wikipedia metabug #2554.
They don't make the wikipedia page look better (they cause a slight regression in the top caption table), but they are prerequisites for fixing some of the other layout issues that remain.
Added reftests for each of the three cases I have come across that this patch solves.
|
|
|
|
| |
#347, #3065).
|
| |
|
|
|
|
|
|
| |
canvas elements (fixes #3200).
The remaining failures are due to the tests's use of getComputedStyle.
|
|
|
|
|
|
|
| |
Fix ahem reftests on mac, by disabling text AA in reftest mode.
Also fix precision issues in font metrics to correct height
and baseline calculations.
|
|\
| |
| | |
implement window.frames; r=Manishearth
|
| | |
|
|/
|
|
| |
This fixes issue #3135
|
|
|
|
|
| |
We don't currently implement the same-origin restriction at all, so there's
little point in running this test.
|
|
|
|
| |
Fixes #3146
|
|\
| |
| | |
Update MANIFEST.json to current web-platform-tests; r=jdm
|
| |
| |
| |
| |
| | |
This was forgotten in the last update. The README is also updated as a
reminder for future updates.
|
| | |
|
|\ \
| | |
| | | |
Add support for backgrounds on inline elements. Fix fixup() by removing it.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The code that managed ranges was buggy - failing on edge cases
such as a span within a span. I have refactored the code so that the
context information for inline formatting can optionally be stored
within a fragment. This seems cleaner to me, and fixes the bugs
encountered when making these changes by removing the need for
the fixup() functionality (and ranges).
|
|\ \ \
| | | |
| | | | |
PowerMeasure and Readme in one commit
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
return null from GetNamespaceURI, not the empty string; r=Manishearth, Ms2ger
|
| | | | |
| | | | |
| | | | |
| | | | | |
correctly mark tests
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Update to png::Image::pixels as an enum.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/servo/rust-png/pull/42
This does *not* fix the issue in #3154, but makes it fail!()
instead of (maybe?) reading uninitalized memory.
|
| |_|_|/
|/| | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For now, these tests are being handled in test_element_classList.html
until DOMTokenList.toggle gets implemented.
Created issue #3138 to track DOMTokenList.toggle implementation.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Fix naming of diff png files when multiple reftest lists in use. Import a few css21 reftests.
|
| | |
| | |
| | |
| | | |
few css21 reftests.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In particular, the test coverage is provided by:
dom/nodes/Node-childNodes.html
dom/nodes/Document-createElementNS.html
dom/historical.html
dom/nodes/Document-createProcessingInstruction.html
dom/nodes/Document-doctype.html
dom/nodes/Document-importNode.html
dom/nodes/Document-createElement.html
dom/nodes/Document-getElementsByTagName.html
|
| | | |
|
|\ \ \
| | | |
| | | | |
Check the type/language of script elements (fixes #2828); r=SimonSapin+Ms2ger
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The rendering is incorrect
and the test is marked as flaky on Linux or on GPU rendering,
but this should help catch further regressions.
The test is modified to add the following CSS:
.intro { display: none }
html #top { margin-top: 0 }
To disable the "scrolling" part of the test.
The reference is modified to match the current rendering of the test:
* Rows 4 and 5 (eyes) have a red background.
* The nose is not quite where it should be.
* Row 12’s height is 3px more than it should be.
(See http://www.webstandards.org/action/acid2/guide/ for row numbers.)
The nose issue seems be related to rounding vs truncating
when pixel-snapping borders, but this is only a guess.
|
| |/ /
|/| | |
|
|/ /
| |
| |
| | |
it finds. This is a first step towards importing some of the css-wg reftests.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Add doge Servo files for testing and demos
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
According to the CSS specification, section 8.3.1, margins of the root
element's box do not collapse. Ensure that root flow margins do not
collapse during the assign heights phase.
|
| | |
| | |
| | |
| | | |
overwritten.
|