servo/tests/html
Martin Robinson 7f0cebd442
layout: Support wavy and double for text-decoration-line (#37079)
- Add support for `text-decoration-line: double`: Line drawing is done
similar to how it works in Firefox and Chromium. A gap of half of line
thickness is added between each line.
- Fix support for `text-decoration-line: wavy`: Wavy lines rectangles
were not calcualted properly, which meant they were rendered as solid
lines. Now the amplitude of the wave is 1.5 times line thickness.

Testing: A manual test is updated `tests/html/text_deco_simple.html`
to cover more cases. In general, rendering of text-decorations is
difficult
to test via reftesting.
Fixes #17887.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-05-22 17:42:50 +00:00
..
service-worker Add Promises to Service Worker Container 2016-10-31 15:20:28 +00:00
webaudio Add HTML test 2018-08-24 12:22:19 -07:00
webvr WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
worker Implement Worker#terminate() (fixes #4427). 2016-04-07 18:54:32 -04:00
about-mozilla.html Fix the broken link in about-page 2019-03-19 21:21:26 +01:00
acid1.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
acid2.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
active_selector.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
andreas.jpeg Cargoify servo 2014-09-08 20:21:42 -06:00
animation-timing-function-override-from-keyframes.html style: Fix timing-function overriding from the keyframe declaration list. 2016-07-07 16:05:28 -07:00
anonymous_table.html Cargoify servo 2014-09-08 20:21:42 -06:00
background.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
bad-line-ends.html Cargoify servo 2014-09-08 20:21:42 -06:00
bindings_perf.html Check for shadowing properties on DOM proxies. Fixes #12357. 2016-08-25 00:11:39 -04:00
bluetooth-permission.html bluetooth test fix 2017-02-13 14:58:10 +01:00
border_collapse_test.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
border_twitter_fail_whale.html Replace twitter fail whale with redirect to archive.org version 2015-09-22 11:26:00 -07:00
box-model-smoketest.html Cargoify servo 2014-09-08 20:21:42 -06:00
child.html added autoclose worker 2018-02-22 21:34:53 +05:30
close-on-load.html Add smoketest command. 2019-05-09 15:24:18 -04:00
color-change-text.html Cargoify servo 2014-09-08 20:21:42 -06:00
combining-character-sequences.html Cargoify servo 2014-09-08 20:21:42 -06:00
cssprops.js Address review comments. 2014-12-18 12:54:02 -05:00
demo.css Cargoify servo 2014-09-08 20:21:42 -06:00
demo.html Cargoify servo 2014-09-08 20:21:42 -06:00
doge-servo.html Cargoify servo 2014-09-08 20:21:42 -06:00
doge-servo.jpg Cargoify servo 2014-09-08 20:21:42 -06:00
emoji-list.html fonts: Use FontInstanceFlags::EMBEDDED_BITMAPS for color fonts on MacOS (#32203) 2024-05-02 06:50:59 +00:00
filmstrip.html Cargoify servo 2014-09-08 20:21:42 -06:00
fixed_table.html Cargoify servo 2014-09-08 20:21:42 -06:00
fixed_table_2.html Cargoify servo 2014-09-08 20:21:42 -06:00
fixed_table_additional_cols.html Cargoify servo 2014-09-08 20:21:42 -06:00
fixed_table_basic_height.html Cargoify servo 2014-09-08 20:21:42 -06:00
fixed_table_simple.html Cargoify servo 2014-09-08 20:21:42 -06:00
fixed_table_with_margin_padding.html Cargoify servo 2014-09-08 20:21:42 -06:00
flexbox-align-self.html Add manual test for align-self 2020-07-20 20:16:23 -07:00
font_selection.html Added a test for font selection 2018-02-06 20:46:20 +00:00
font_stretch.html gfx: Implement font-stretch per CSS3-FONTS § 3.3 in the Core Text 2015-01-28 12:42:52 -08:00
form_html5_validations.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
form_reset.html Implements :indeterminate pseudo-class 2014-12-16 11:34:04 -08:00
form_reset_handsfree.html Implements :indeterminate pseudo-class 2014-12-16 11:34:04 -08:00
form_submission.html Add click handler for <input type=submit> 2014-10-14 21:24:36 +05:30
form_submission_handsfree.html Implement extremely basic form submission (fixes #3554) 2014-10-11 16:00:16 +05:30
get-natural-height.html Check if naturalWidth / naturalHeight works w/ DPR 2015-07-25 15:41:38 -07:00
head_link_test.html Cargoify servo 2014-09-08 20:21:42 -06:00
hello.html Cargoify servo 2014-09-08 20:21:42 -06:00
hit_test_overflow_scroll.html script: When using WebRender, keep the DOM-side scroll positions for 2016-06-10 18:43:04 -07:00
html_validation_test.html html form validation initial steps with test html file, added stub methods, added code to handle validations 2016-11-23 22:46:57 -08:00
https.html Cargoify servo 2014-09-08 20:21:42 -06:00
ib-split-image.html Cargoify servo 2014-09-08 20:21:42 -06:00
iframe-scroll-stacking.html Dispatch scroll events to layers above others. 2016-01-25 16:42:37 -08:00
incremental_float.html layout: Don't touch the inline positions of block children unless they 2016-10-11 16:48:06 -07:00
incremental_inline_line_flush_mode.html layout: Use a flag to record whether we need to perform a line break if 2015-04-24 13:16:34 -07:00
inline-block-split-2.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline-block-split-3.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline-block-split-float.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline-block-split.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline-pseudo-repair-jumpiness.html layout: When repairing styles for incremental reflow, only repair 2015-08-04 09:02:41 -07:00
inline_bg_color_simple.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
input_whitespace_regression.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
ligatures.html Cargoify servo 2014-09-08 20:21:42 -06:00
lineheight-simple.css Cargoify servo 2014-09-08 20:21:42 -06:00
lineheight-simple.html Cargoify servo 2014-09-08 20:21:42 -06:00
linuxcon.html Add a simpler concurrency demo for linuxcon 2015-05-30 20:12:33 -05:00
lipsum-large.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
lipsum.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
longcat.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
longcatbot.png Cargoify servo 2014-09-08 20:21:42 -06:00
longcatmid.png Cargoify servo 2014-09-08 20:21:42 -06:00
longcattop.png Cargoify servo 2014-09-08 20:21:42 -06:00
lots_of_background_colors.css Cargoify servo 2014-09-08 20:21:42 -06:00
make-garbage.html GC profiling. 2015-08-06 09:45:11 -07:00
media_stream_audio_nodes_loopback.html Add loopback html test 2020-07-02 22:47:29 -07:00
mojira.html Cargoify servo 2014-09-08 20:21:42 -06:00
mut_observer_perf.html Added extra bool in Window object to know about its Mutation Observers 2018-02-16 21:52:29 +05:30
navigate-to-fragid.html #1716 The indicated part of the document. 2016-02-17 00:51:46 +00:00
nested-fixed-position.html layout: Make child stacking contexts of fixed position stacking contexts 2016-04-11 13:36:31 -07:00
object_element.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow-box-shadow.html layout: Separate out overflow-for-scrolling from overflow-for-paint. 2016-02-03 16:06:24 -08:00
overflow-bug-0.html layout: Remove some bogus code that tried to handle 2016-01-25 10:52:07 -08:00
overflow-bug-1.html layout: Remove some bogus code that tried to handle 2016-01-25 10:52:07 -08:00
overflow-bug-2.html layout: Remove some bogus code that tried to handle 2016-01-25 10:52:07 -08:00
overflow-hidden.html Fix unexpected overflow with overflow: hidden set. 2016-03-03 05:02:37 +10:00
overflow_scroll_relative_position.html layout: Allow non-absolutely-positioned elements with overflow: scroll 2016-04-06 17:58:47 -07:00
overflow_scroll_with_nested_fixed_height.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
pair_iterable_perf.html Fix tabs 2018-03-18 13:31:44 +01:00
panic.html Add a manual test for panicking while JS stack frames exist. 2016-06-22 09:35:19 -04:00
parent.html added autoclose worker 2018-02-22 21:34:53 +05:30
percentage-body-height.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
perf-rainbow-hard.html Cargoify servo 2014-09-08 20:21:42 -06:00
perf-rainbow.html Cargoify servo 2014-09-08 20:21:42 -06:00
permission-test.html Permission API 2017-02-13 14:35:52 +01:00
pointer_events.html layout: Implement pointer-events: none per SVG 1.1 § 16.6. 2015-01-08 08:32:26 -08:00
rust-0.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust-45.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust-90.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust-135.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust-180.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust-225.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust-270.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust-315.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust-power-of-two.png webgl: finish, flush, detachShader, generateMipmap, Uniform1i 2016-04-02 12:31:47 -06:00
select.html Style <select multiple> appropriately. 2015-10-04 14:35:17 -04:00
shadow-hit-test.html Make hit tests against box shadows always fail. 2016-01-25 16:30:04 -08:00
simple-overflow-scroll.html element scroll setters 2016-04-20 08:29:17 +08:00
small-layout-test.html Cargoify servo 2014-09-08 20:21:42 -06:00
small_color_test.css Cargoify servo 2014-09-08 20:21:42 -06:00
small_color_test.html Cargoify servo 2014-09-08 20:21:42 -06:00
summit-crash.html Cargoify servo 2014-09-08 20:21:42 -06:00
summit-fail.html Cargoify servo 2014-09-08 20:21:42 -06:00
summit-one.html Cargoify servo 2014-09-08 20:21:42 -06:00
summit-three.html Cargoify servo 2014-09-08 20:21:42 -06:00
summit-two.html Cargoify servo 2014-09-08 20:21:42 -06:00
summit2.html Cargoify servo 2014-09-08 20:21:42 -06:00
summit3.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-absolute.css Cargoify servo 2014-09-08 20:21:42 -06:00
test-absolute.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-css-pseudo-root.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-iframe.html Really fix #3738 by only processing iframe src attributes during parsing. 2014-10-23 18:58:34 -04:00
test-inline.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-inputs.html Fix placeholders for password inputs 2015-12-27 00:18:06 +05:30
test-js-alert.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-js-console.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-js-image.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-js.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-lineheight-verticalalign.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-many-images-different.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-many-images.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-synthetic-click-activation.html Hook up synthetic click activation to script_task and <>.click() 2014-12-05 18:33:03 -08:00
test-text-break.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-text.html Cargoify servo 2014-09-08 20:21:42 -06:00
test-websocket.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test.css Cargoify servo 2014-09-08 20:21:42 -06:00
test.html Cargoify servo 2014-09-08 20:21:42 -06:00
test.js Cargoify servo 2014-09-08 20:21:42 -06:00
test_3d_transform_1.html Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
test_3d_transform_2.html Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
test_3d_transform_zsort.html Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
test_bg_color.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_bg_color_simple.css Cargoify servo 2014-09-08 20:21:42 -06:00
test_bg_color_simple.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_border.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_canvas.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_canvas_drawimage_canvas.html Add unique canvas IDs to all canvas operations. 2018-04-02 22:02:22 -04:00
test_canvas_drawimage_canvas_timed.html Add unique canvas IDs to all canvas operations. 2018-04-02 22:02:22 -04:00
test_canvas_drawimage_html_image.html Implements drawImage for html image as ImageSource 2015-04-07 11:02:50 -07:00
test_canvas_filltext.html Implement CanvasRenderingContext2d.fillText's "unimplemented" message 2017-08-23 17:34:55 +01:00
test_class_helloworld.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_clear.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_clear_float.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_close.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_cssunit_length.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_dom_performance.html New html page for testing DOM binding performance #5760 2015-06-09 09:12:08 +02:00
test_float_placement.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_focus.html Implement document focus context and hook it up to click events. 2014-11-13 11:27:15 -05:00
test_getter_time.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_hammer_layout.css Cargoify servo 2014-09-08 20:21:42 -06:00
test_hammer_layout.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_htmlelement_style.html Move test_htmlelement_style.html out of the automatic tests because they don't all pass. 2014-12-18 12:54:02 -05:00
test_img_ismap.html 4873 - Support the image map processing for <img ismap/> inside an <a/> 2015-04-14 10:09:23 +08:00
test_inline_border.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_inline_boxes.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_interval.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_italic_bold.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_linking.css Cargoify servo 2014-09-08 20:21:42 -06:00
test_local_bookmark.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_mouse_down_mouse_up_click.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_mouse_events_order_1.html Add some manual tests for verifying mouse events order 2020-07-30 22:07:04 +05:30
test_mouse_events_order_2.html Add some manual tests for verifying mouse events order 2020-07-30 22:07:04 +05:30
test_mouse_events_order_3.html Add some manual tests for verifying mouse events order 2020-07-30 22:07:04 +05:30
test_navigate.html Navigate to a new page even when there's a fragment. 2015-08-18 17:35:09 -07:00
test_navigate2.html Navigate to a new page even when there's a fragment. 2015-08-18 17:35:09 -07:00
test_overflow_hidden.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_pseudo.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_request_animation_frame.html Start using on_refresh_driver_tick #5681 2015-05-06 02:08:39 +07:00
test_sandboxed.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_sandboxed_iframe.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_slam_layout.css Cargoify servo 2014-09-08 20:21:42 -06:00
test_slam_layout.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_style.html Address review comments. 2014-12-18 12:54:02 -05:00
test_target_pseudoselector.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_textarea_input.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_timeout.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_UIEvent_resize.html Fix all the links to the UI Events spec 2016-06-04 16:04:35 +02:00
test_underline.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_underline_helloworld.html Issue #12421: tidy should also check .html files 2016-08-09 22:04:57 +02:00
test_webgl_context_attributes.html Add WebGLContextAttributes support 2015-06-01 15:29:38 +02:00
test_webgl_context_get_parameter.html WebGLRenderingContext getters and getParameter 2015-06-01 16:34:51 +02:00
test_webgl_context_getters.html WebGLRenderingContext getters and getParameter 2015-06-01 16:34:51 +02:00
test_webgl_texture_mipmaps.html webgl: finish, flush, detachShader, generateMipmap, Uniform1i 2016-04-02 12:31:47 -06:00
test_webgl_triangle.html Improve test_webgl_triangle.html 2016-10-03 16:17:19 +02:00
text_deco_simple.html layout: Support wavy and double for text-decoration-line (#37079) 2025-05-22 17:42:50 +00:00
text_rendering.html layout: Implement text-rendering per SVG 1.1 § 11.7.4. 2015-01-08 12:32:58 -08:00
textarea.html htmltextarea: Fixed some value_changed issues 2014-12-16 11:34:04 -08:00
transition_all.html layout: Implement CSS transitions per CSS-TRANSITIONS § 2. 2015-03-31 08:46:11 -07:00
transition_multiple.html layout: Implement CSS transitions per CSS-TRANSITIONS § 2. 2015-03-31 08:46:11 -07:00
transition_simple.html layout: Implement CSS transitions per CSS-TRANSITIONS § 2. 2015-03-31 08:46:11 -07:00
vertical_align_simple.html Cargoify servo 2014-09-08 20:21:42 -06:00
viewport.html Implement viewport functions for window #1718 2015-09-02 00:40:52 +02:00
work.js added autoclose worker 2018-02-22 21:34:53 +05:30