mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Auto merge of #11610 - nox:dom3events, r=emilio
Fix all the links to the UI Events spec <!-- 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/11610) <!-- Reviewable:end -->
This commit is contained in:
commit
573c0a7468
9 changed files with 24 additions and 25 deletions
|
@ -6,7 +6,7 @@
|
|||
<body>
|
||||
<script>
|
||||
window.addEventListener("resize", function (aEvent) {
|
||||
// https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-type-resize
|
||||
// http://dev.w3.org/csswg/cssom-view/#resizing-viewports
|
||||
is_a(aEvent, UIEvent, "event should be UIEvent.");
|
||||
is(aEvent.bubbles, false, "Bubbles should be No.");
|
||||
is(aEvent.cancelable, false, "Cancelable should be No.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue