gecko-dev/servo/tests/html
Nupur Baghel d459e9d0cf servo: Merge #20068 - added AutoCloseWorker for closing related workers when a page/another worker is closed (from paavininanda:autocloseworker); r=jdm
<!-- Please describe your changes on the following line: -->
Followed steps as suggested in issue.
Error is not yet resolved!

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #17977 (https://github.com/servo/servo/issues/17977?).

<!-- Either: -->
- [x] These changes do not require tests because it will have manual test case.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: 9c484452c0688205044a632b18083f85a3697693

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 04d6650f822c44d8c0ac9e67e3000f250751c9cf
2018-02-22 13:34:55 -05:00
..
service-worker servo: Merge #13419 - ServiceWorkerContainer::Promise (from Coder206:swPromise); r=jdm 2016-10-31 11:19:01 -05:00
webvr servo: Merge #17608 - WebVR 1.1 spec compatibility (from MortimerGoro:webvr_11); r=jdm 2017-07-06 07:25:57 -07:00
worker servo: Merge #9688 - Implement Worker#terminate() (fixes #4427) (from KiChjang:worker-terminate); r=jdm 2016-04-08 04:32:18 +05:01
about-mozilla.html
acid1.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
acid2.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
active_selector.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
andreas.jpeg
animation-timing-function-override-from-keyframes.html servo: Merge #12118 - style: Add support to the animation shorthand and fix parsing of animation-name (from emilio:animation-shorthand); r=SimonSapin 2016-07-08 06:01:52 -07:00
anonymous_table.html
background.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
bad-line-ends.html
bindings_perf.html servo: Merge #12980 - Fix ridiculous DOM proxy getter performance (from jdm:proxychanges); r=nox 2016-08-25 06:31:46 -05:00
bluetooth-permission.html servo: Merge #15314 - Permissions API and WebBluetooth integration (from szeged:permissions-api); r=jdm 2017-02-14 08:09:22 -08:00
border_collapse_test.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
border_twitter_fail_whale.html servo: Merge #7685 - Replace twitter fail whale with redirect to archive.org version (from bjwbell:add-twitter-fail-whale-attribution); r=pcwalton 2015-09-24 20:40:49 -06:00
box-model-smoketest.html
child.html servo: Merge #20068 - added AutoCloseWorker for closing related workers when a page/another worker is closed (from paavininanda:autocloseworker); r=jdm 2018-02-22 13:34:55 -05:00
color-change-text.html
combining-character-sequences.html
cssprops.js servo: Merge #4342 - Implement basic HTMLElement.style support (from jdm:cssom); r=jdm,metajack 2014-12-18 11:54:52 -07:00
demo.css
demo.html
doge-servo.html
doge-servo.jpg
filmstrip.html
fixed_table.html
fixed_table_2.html
fixed_table_additional_cols.html
fixed_table_basic_height.html
fixed_table_simple.html
fixed_table_with_margin_padding.html
font_selection.html servo: Merge #19965 - Improve Freetype font handling and font selection (from dan-robertson:freetype2); r=jdm 2018-02-08 13:14:11 -05:00
font_stretch.html servo: Merge #4524 - gfx: Implement `font-stretch` per CSS3-FONTS § 3.3 in the Core Text font backend (from pcwalton:font-stretch); r=glennw 2015-01-28 13:57:58 -07:00
form_html5_validations.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
form_reset.html servo: Merge #4133 - Implements basic form resetting (from mttr:form_resetting); r=jdm 2014-12-16 15:03:49 -07:00
form_reset_handsfree.html servo: Merge #4133 - Implements basic form resetting (from mttr:form_resetting); r=jdm 2014-12-16 15:03:49 -07:00
form_submission.html
form_submission_handsfree.html
get-natural-height.html servo: Merge #6774 - Check if naturalWidth / naturalHeight works w/ DPR (from notriddle:master); r=jdm 2015-07-27 17:13:02 -06:00
head_link_test.html
hello.html
hit_test_overflow_scroll.html servo: Merge #11680 - script: When using WebRender, keep the DOM-side scroll positions for elements with `overflow: scroll` up to date, and take them into account when doing hit testing (from pcwalton:wr-overflow-scroll-hit-testing); r=jdm 2016-06-11 11:01:36 -05:00
html_validation_test.html servo: Merge #13969 - html form validation initial steps with test html file (from bbansalWolfPack:master); r=jdm 2016-11-25 06:49:44 -08:00
https.html
ib-split-image.html
iframe-scroll-stacking.html servo: Merge #9429 - Dispatch scroll events to layers above others (from pcwalton:iframe-scroll-stacking); r=mbrubeck 2016-01-26 06:59:23 +05:01
incremental_float.html servo: Merge #13705 - layout: Don't touch the inline positions of block children unless they are to be reflowed (from pcwalton:incremental-float); r=notriddle 2016-10-12 16:00:37 -05:00
incremental_inline_line_flush_mode.html servo: Merge #5816 - layout: Don't strip trailing newlines from fragments, since we use their presence to determine the line flush mode (from pcwalton:more-jumpiness); r=mbrubeck 2015-04-24 15:17:07 -05:00
inline-block-split-2.html
inline-block-split-3.html
inline-block-split-float.html
inline-block-split.html
inline-pseudo-repair-jumpiness.html servo: Merge #6940 - layout: When repairing styles for incremental reflow, only repair styles of nodes that represent the dirty node, *including its pseudo-element* (from pcwalton:inline-pseudo-repair-jumpiness); r=mbrubeck 2015-08-04 12:53:26 -06:00
inline_bg_color_simple.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
input_whitespace_regression.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
ligatures.html
lineheight-simple.css
lineheight-simple.html
linuxcon.html servo: Merge #6225 - Add a simpler concurrency demo for linuxcon (from larsbergstrom:linuxcon_test); r=metajack 2015-05-30 20:21:42 -05:00
lipsum-large.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
lipsum.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
longcat.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
longcatbot.png
longcatmid.png
longcattop.png
lots_of_background_colors.css
make-garbage.html servo: Merge #7003 - GC pause reporting (from notriddle:master); r=Ms2ger 2015-08-07 06:14:12 -06:00
mojira.html
mut_observer_perf.html servo: Merge #20041 - Added extra bool in Window object to know about its Mutation Observers (from paavininanda:mutflags); r=jdm 2018-02-16 12:16:55 -05:00
navigate-to-fragid.html servo: Merge #9632 - Addresses Issue #1716. Indicated part of the document (from peterjoel:issue_1716); r=KiChjang 2016-02-17 14:54:21 +05:01
nested-fixed-position.html servo: Merge #10529 - layout: Make child stacking contexts of fixed position stacking contexts also fixed position (from pcwalton:nested-fixed-position-webrender); r=glennw 2016-04-12 10:09:11 +05:01
object_element.html
overflow-box-shadow.html servo: Merge #9522 - layout: Separate out overflow-for-scrolling from overflow-for-paint (from pcwalton:two-overflows); r=mbrubeck 2016-02-05 10:29:50 +05:01
overflow-bug-0.html servo: Merge #9405 - layout: Remove some bogus code that tried to handle absolutely-positioned flows separately when storing overflow (from pcwalton:absolute-positioning-overflow); r=glennw 2016-01-25 23:51:26 +05:01
overflow-bug-1.html servo: Merge #9405 - layout: Remove some bogus code that tried to handle absolutely-positioned flows separately when storing overflow (from pcwalton:absolute-positioning-overflow); r=glennw 2016-01-25 23:51:26 +05:01
overflow-bug-2.html servo: Merge #9405 - layout: Remove some bogus code that tried to handle absolutely-positioned flows separately when storing overflow (from pcwalton:absolute-positioning-overflow); r=glennw 2016-01-25 23:51:26 +05:01
overflow-hidden.html servo: Merge #9841 - Fix unexpected overflow with overflow: hidden set (from glennw:extra-overflow); r=pcwalton 2016-03-03 00:06:50 +05:01
overflow_scroll_relative_position.html servo: Merge #10450 - layout: Allow non-absolutely-positioned elements with `overflow: scroll` set to be scrolled (from pcwalton:overflow-scroll-non-positioned); r=mbrubeck 2016-04-07 21:01:13 +05:01
overflow_scroll_with_nested_fixed_height.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
panic.html servo: Merge #11803 - Avoid unwinding into C stack frames (from jdm:catch-unwind); r=nox 2016-06-22 08:36:01 -05:00
parent.html servo: Merge #20068 - added AutoCloseWorker for closing related workers when a page/another worker is closed (from paavininanda:autocloseworker); r=jdm 2018-02-22 13:34:55 -05:00
percentage-body-height.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
perf-rainbow-hard.html
perf-rainbow.html
permission-test.html servo: Merge #15314 - Permissions API and WebBluetooth integration (from szeged:permissions-api); r=jdm 2017-02-14 08:09:22 -08:00
pointer_events.html servo: Merge #4530 - layout: Implement `pointer-events: none` per SVG 1.1 § 16.6 (from pcwalton:pointer-events); r=mbrubeck 2015-01-08 10:48:55 -07:00
rust-0.png
rust-45.png
rust-90.png
rust-135.png
rust-180.png
rust-225.png
rust-270.png
rust-315.png
rust-power-of-two.png servo: Merge #10215 - WebGL: Finish, Flush, DetachShader, GenerateMipmap (from cbrewster:webgl_finish); r=emilio 2016-04-02 23:39:47 +05:01
select.html servo: Merge #7847 - Style <select multiple> appropriately (from jdm:selectstyling); r=Manishearth 2015-10-04 12:49:26 -06:00
shadow-hit-test.html servo: Merge #9428 - Make hit tests against box shadows always fail (from pcwalton:incorporeal-shadows); r=mbrubeck 2016-01-26 06:13:57 +05:01
simple-overflow-scroll.html servo: Merge #9968 - Implement scroll, scrollLeft, scrollTop and friends, addressing issue #9650 (from izgzhen:scroll); r=asajeffrey 2016-04-20 18:11:26 +05:01
small-layout-test.html
small_color_test.css
small_color_test.html
summit-crash.html
summit-fail.html
summit-one.html
summit-three.html
summit-two.html
summit2.html
summit3.html
test-absolute.css
test-absolute.html
test-css-pseudo-root.html
test-iframe.html
test-inline.html
test-inputs.html servo: Merge #9072 - Fix placeholders for password inputs (from Manishearth:password-placeholder); r=eefriedman 2016-01-03 09:52:26 +05:01
test-js-alert.html
test-js-console.html
test-js-image.html
test-js.html
test-lineheight-verticalalign.html
test-many-images-different.html
test-many-images.html
test-synthetic-click-activation.html servo: Merge #4002 - Implement framework for element activation (fixes #3999) (from Manishearth:activation); r=jdm 2014-12-06 03:55:04 -07:00
test-text-break.html
test-text.html
test-websocket.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test.css
test.html
test.js
test_3d_transform_1.html servo: Merge #6425 - Implement enough of 3d transforms spec to run the CSS FPS demo (from glennw:3d-transforms); r=pcwalton 2015-06-23 12:13:25 -06:00
test_3d_transform_2.html servo: Merge #6425 - Implement enough of 3d transforms spec to run the CSS FPS demo (from glennw:3d-transforms); r=pcwalton 2015-06-23 12:13:25 -06:00
test_3d_transform_zsort.html servo: Merge #6425 - Implement enough of 3d transforms spec to run the CSS FPS demo (from glennw:3d-transforms); r=pcwalton 2015-06-23 12:13:25 -06:00
test_UIEvent_resize.html servo: Merge #11610 - Fix all the links to the UI Events spec (from nox:dom3events); r=emilio 2016-06-04 20:25:36 -05:00
test_bg_color.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_bg_color_simple.css
test_bg_color_simple.html
test_border.html
test_canvas.html
test_canvas_drawimage_canvas.html servo: Merge #5433 - Implements drawImage for html image as ImageSource (from dmarcos:issue5290); r=jdm 2015-04-07 18:38:34 -05:00
test_canvas_drawimage_html_image.html servo: Merge #5433 - Implements drawImage for html image as ImageSource (from dmarcos:issue5290); r=jdm 2015-04-07 18:38:34 -05:00
test_canvas_filltext.html servo: Merge #18020 - Implement CanvasRenderingContext2d.fillText's "unimplemented" message (from BrunoBernardino:feature-canvas-filltext); r=jdm 2017-08-23 14:00:47 -05:00
test_class_helloworld.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_clear.html
test_clear_float.html
test_close.html
test_cssunit_length.html
test_dom_performance.html servo: Merge #6146 - New html page for testing DOM binding performance #5760 (from mskrzypkows:dom_performance_tests); r=jdm 2015-06-09 12:15:12 -05:00
test_float_placement.html
test_focus.html
test_getter_time.html
test_hammer_layout.css
test_hammer_layout.html
test_htmlelement_style.html servo: Merge #4342 - Implement basic HTMLElement.style support (from jdm:cssom); r=jdm,metajack 2014-12-18 11:54:52 -07:00
test_img_ismap.html servo: Merge #5593 - 4873 - Support the image map processing for <img ismap/> inside an <a/> (from shinglyu:ismap); r=jdm 2015-04-14 00:10:08 -05:00
test_inline_border.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_inline_boxes.html
test_interval.html
test_italic_bold.html
test_linking.css
test_local_bookmark.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_mouse_down_mouse_up_click.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_navigate.html servo: Merge #7260 - Navigate to a new page even when there's a fragment (from notriddle:issue_7169); r=Ms2ger 2015-08-19 01:40:28 -06:00
test_navigate2.html servo: Merge #7260 - Navigate to a new page even when there's a fragment (from notriddle:issue_7169); r=Ms2ger 2015-08-19 01:40:28 -06:00
test_overflow_hidden.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_pseudo.html
test_request_animation_frame.html servo: Merge #5753 - Start using on_refresh_driver_tick #5681 (from JIoJIaJIu:timeline); r=jdm 2015-05-06 00:50:13 -05:00
test_sandboxed.html
test_sandboxed_iframe.html
test_slam_layout.css
test_slam_layout.html
test_style.html servo: Merge #4342 - Implement basic HTMLElement.style support (from jdm:cssom); r=jdm,metajack 2014-12-18 11:54:52 -07:00
test_target_pseudoselector.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_textarea_input.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_timeout.html
test_underline.html
test_underline_helloworld.html servo: Merge #12576 - Issue #12421: tidy should also check .html files (from simartin:issue_12421); r=jdm 2016-08-09 17:20:50 -05:00
test_webgl_context_attributes.html servo: Merge #6183 - Add WebGLContextAttributes support (from emilio:webglcontextattributes); r=nox 2015-06-01 08:37:48 -05:00
test_webgl_context_get_parameter.html servo: Merge #6240 - WebGLRenderingContext getters and `getParameter` (from emilio:webgl-context-enhancements); r=nox 2015-06-01 10:20:14 -05:00
test_webgl_context_getters.html servo: Merge #6240 - WebGLRenderingContext getters and `getParameter` (from emilio:webgl-context-enhancements); r=nox 2015-06-01 10:20:14 -05:00
test_webgl_texture_mipmaps.html servo: Merge #10215 - WebGL: Finish, Flush, DetachShader, GenerateMipmap (from cbrewster:webgl_finish); r=emilio 2016-04-02 23:39:47 +05:01
test_webgl_triangle.html servo: Merge #13208 - Fix WebGL tests & Implement WebGLRenderingContext::{validateProgram, getProgramInfoLog, disableVertexAttribArray} (from MortimerGoro:programinfolog); r=emilio 2016-10-03 16:54:51 -05:00
text_deco_simple.html
text_rendering.html servo: Merge #4523 - layout: Implement `text-rendering` per SVG 1.1 § 11.7.4 (from pcwalton:text-rendering); r=mbrubeck 2015-01-08 13:48:53 -07:00
textarea.html servo: Merge #4133 - Implements basic form resetting (from mttr:form_resetting); r=jdm 2014-12-16 15:03:49 -07:00
transition_all.html servo: Merge #5400 - layout: Implement CSS transitions per CSS-TRANSITIONS § 2 (from pcwalton:transitions-redux); r=glennw 2015-03-31 10:39:56 -06:00
transition_multiple.html servo: Merge #5400 - layout: Implement CSS transitions per CSS-TRANSITIONS § 2 (from pcwalton:transitions-redux); r=glennw 2015-03-31 10:39:56 -06:00
transition_simple.html servo: Merge #5400 - layout: Implement CSS transitions per CSS-TRANSITIONS § 2 (from pcwalton:transitions-redux); r=glennw 2015-03-31 10:39:56 -06:00
vertical_align_simple.html
viewport.html servo: Merge #7500 - Implement viewport functions for window #1718 (from farodin91:viewport); r=jdm 2015-09-01 21:31:25 -06:00
work.js servo: Merge #20068 - added AutoCloseWorker for closing related workers when a page/another worker is closed (from paavininanda:autocloseworker); r=jdm 2018-02-22 13:34:55 -05:00