Manish Goregaokar
90d72c5de0
Add tests for submit buttons with values
2016-05-23 15:26:10 +05:30
mrmiywj
904e9ea17c
htmlanchorelement getter work before href setting is called
...
update tests
rewrite it
2016-05-18 12:37:41 +08:00
bors-servo
42141870e7
Auto merge of #10714 - KiChjang:user-interaction-task, r=Ms2ger
...
Implement user interaction task source
Part of #7959 .
<!-- 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/10714 )
<!-- Reviewable:end -->
2016-05-12 09:00:14 -07:00
Keith Yeung
f60de52aae
Fire 'select' event in SetSelectionRange
2016-05-12 10:44:04 -04:00
bors-servo
641b374f0b
Auto merge of #10953 - KiChjang:text-plain-encoding, r=jdm
...
Implement text/plain form encoding
Fixes #3649 .
<!-- 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/10953 )
<!-- Reviewable:end -->
2016-05-11 19:43:37 -07:00
Keith Yeung
5e078870a2
Add test for encoding text/plain in forms
2016-05-11 22:06:43 -04:00
Martin Broesamle
751733ab8b
Avoid panics when using HTMLAnchorElement attribute setters
...
Fixes #10877 .
Includes new test for attribute getters and setters.
2016-05-11 23:13:31 +02:00
bors-servo
3636b00e6f
Auto merge of #11056 - ConnorGBrewster:formsubmitter_test, r=KiChjang
...
Added tests for formsubmitter methods
Fixes #11047 .
I decided to add on to the other test since this test would have overlap with testing `encytype` from submitting with various different element.
<!-- 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/11056 )
<!-- Reviewable:end -->
2016-05-11 02:35:58 -07:00
Connor Brewster
f67b1667a5
Added tests for formsubmitter methods
2016-05-10 17:20:19 -06:00
Ms2ger
b97474fbba
Update web-platform-tests to revision 697b971060b2d475a73c1c3755232a4674d61cf5
2016-05-10 12:17:47 +02:00
Ms2ger
ebddcc2d7f
Update web-platform-tests to revision fab2c513bffb2bd19600d23b495264d123df092f
2016-05-07 23:23:48 +02:00
bd339
2ecd57cfa3
test that JS on a document without a browsing context isn't executed.
2016-05-01 14:08:00 +02:00
Keith Yeung
e1091128cd
Add tests for submit entity body
2016-04-30 21:42:59 -04:00
Ms2ger
10eff2f98b
Submit legacy Document::body tests to wpt.
2016-04-29 10:43:07 +02:00
Ms2ger
cfe2c6b504
Merge existing wpt Document::body tests.
2016-04-29 10:38:26 +02:00
Josh Matthews
be72363a32
Move canvas rendering test to WPT.
2016-04-28 11:26:06 -04:00
Josh Matthews
1623114376
Use DOM width/height for canvas display list item.
2016-04-21 23:20:21 -04:00
Ms2ger
abcd4b654f
Update web-platform-tests to revision 0a518aaff73532a26e175789f7e75fa99593ac64
2016-04-21 12:30:36 +02:00
Ms2ger
df8998356b
Update web-platform-tests to revision 20fa4a3a71ab7a2f75b4febbe2e98aeeaf022c2b
2016-04-20 11:28:21 +02:00
bors-servo
3d4416e1b0
Auto merge of #10634 - amarant:10574-image-document-base, r=metajack
...
Issue #10574 Use the document base url in img
add a test with base path set to the resources path and an img with a cat and the reference directly to the image
<!-- 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/10634 )
<!-- Reviewable:end -->
2016-04-19 20:51:18 +05:30
bors-servo
a7c885706e
Auto merge of #10592 - canaltinova:stylesheet_with_base, r=Ms2ger
...
Use the document base url when resolving stylesheets
Use the document base url when resolving stylesheets. Fixes #10575 .
<!-- 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/10592 )
<!-- Reviewable:end -->
2016-04-19 17:20:32 +05:30
bors-servo
19a5a9ad08
Auto merge of #10508 - g-k:insert-row, r=KiChjang
...
Insert row
Fixes #9269
<!-- 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/10508 )
<!-- Reviewable:end -->
2016-04-19 01:38:38 +05:30
Greg Guthe
1d59d8784d
Implement HTMLTableElement.insertRow()
...
refs: https://github.com/servo/servo/issues/9269
and update HTMLTableElement.webidl
insertRow returns an HTMLTableRowElement and throws an IndexSizeError
sortable and stopSorting were removed.
2016-04-18 15:18:16 -04:00
Nazım Can Altınova
ffd7960ad8
Use the document base url when resolving stylesheets
2016-04-18 19:54:37 +03:00
Arnaud Marant
77f52d2eab
Issue #10574 Use the document base url in img
...
add a test with base path set to the resources path and an img with a cat and the reference directly to the image
2016-04-15 21:37:25 +02:00
Stephen (Ziyun) Li
52c6fd5b03
Use the document base url when resolving iframe URLs
2016-04-15 00:02:45 -04:00
Yoav Alon
5e3dcae71f
Implement the table section IDL attributes for HTML tables
2016-04-12 18:35:55 +03:00
Ms2ger
299ad0f9d0
Update web-platform-tests to revision d011702f368b88b3bae86e7a8fd2ddd22e18b33c
2016-04-12 10:47:32 +02:00
Corey Farwell
3ebf43af3a
Add WPT test for 'align' attribute on '<hr>'.
2016-04-11 19:47:44 -04:00
Shiroy
ee9bb1f3c6
Avoid script execution when not found
...
Fix #8391
2016-04-09 09:57:35 +02:00
bors-servo
c631fcf96f
Auto merge of #10388 - autrilla:dom-legend-form, r=emilio
...
Added .form property for legend tag
r? @emilio
<!-- 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/10388 )
<!-- Reviewable:end -->
2016-04-06 22:30:25 +05:30
Adrian Utrilla
a8f9887d86
Added .form property for legend tag
2016-04-06 17:42:24 +02:00
Hugo Thiessard
c39c7533ca
Issue #10284 Ignore alternate stylesheets
2016-04-05 23:57:39 +02:00
James Graham
78369e95cf
Update web-platform-tests to 5582e4d2bfcfd1fa9f105406b143170ee2af7db1
2016-04-01 13:38:57 +02:00
askalski
89b8499df8
Implement encoding determination for external scripts.
2016-03-18 16:51:25 +01:00
Saurav Sachidanand
0b593759df
Resets selection in textinput when its content is changed.
...
Adds a wpt test as well.
2016-03-16 22:20:22 +05:30
Ms2ger
a91433f0c8
Update web-platform-tests to revision 66c4613f823c4384c78ada77346eda17bb128947
2016-03-15 16:34:24 +01:00
Keith Yeung
084e86daf2
Add test for get action URL planned navigation
2016-03-11 20:33:07 -05:00
bors-servo
8bdffa25f9
Auto merge of #9755 - jdm:handlerreturn, r=jdm
...
use return value of invoking event handlers to cancel the event
Rebased from #8707 . Fixes #8490 . We can modify the code and test as necessary whenever we make a decision about https://github.com/whatwg/html/issues/423 in the future.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg " height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9755 )
<!-- Reviewable:end -->
2016-02-27 07:10:50 +05:30
Anthony Ramine
b8ae5897f1
Implement Element.getAttributeNames
2016-02-26 19:15:11 +01:00
João Oliveira
b60d668908
use return value of invoking event handlers to cancel the event
2016-02-26 10:17:57 -05:00
Eli Friedman
7b671d13a0
Use presentation hints correctly for the dimensions of <img>
.
...
Mostly straightforward; includes some extra fixes to make `<canvas>`
work the same way as `<img>` for reflow.
2016-02-25 14:04:06 -05:00
Ms2ger
62a9bebeef
Update web-platform-tests to revision 7ed49cff4d031720f829c01df837ed7a09ad5c60
2016-02-24 11:04:43 +01:00
Peter
e39e59ef18
#1716 The indicated part of the document.
...
Interactive test for fragid resolution.
Added HTML tests for scrolling to fragid
Applied algorithm from whatwg spec
https://html.spec.whatwg.org/multipage/#the-indicated-part-of-the-document
Changes following code review
2016-02-17 00:51:46 +00:00
Ms2ger
e8ed816728
Update web-platform-tests to revision 95aad3bd9b82b5c65d84d53517b65ba084de9394
2016-02-12 09:41:14 +01:00
Josh Matthews
2796a4dfa8
Compile raw inline event handlers lazily. Resolves #8489 .
2016-02-11 15:44:52 +01:00
Josh Matthews
d6ea4b60a4
Make location_reload.html not trigger resource exhaustion.
2016-02-10 09:20:05 -05:00
Ms2ger
6ce5b7527a
Ensure that base_multiple.html fails rather than times out in the typical failure case.
2016-02-10 09:20:04 -05:00
Ms2ger
0f383a50a1
Rewrite and clarify base_multiple.html.
2016-02-10 09:20:03 -05:00
Ms2ger
73bc5cf1b8
Update web-platform-tests to revision 7f2f85a88f434798e9d643427b34b05fab8278c6
2016-02-01 17:25:22 +01:00