Граф коммитов

71193 Коммитов

Автор SHA1 Сообщение Дата
Bogdan Tara d0de37ac8e Backed out 2 changesets (bug 1603088) for android crashtest failures on 1015844.html
Backed out changeset 2bd2d03f3c45 (bug 1603088)
Backed out changeset d4cc66fb7593 (bug 1603088)
2020-01-08 02:04:06 +02:00
Emilio Cobos Álvarez 547c9db8cd Bug 1606130 - Make display: -moz-box more similar to other display types for block layout. r=jfkthame,surkov
It is unexpected (see bug) that a -moz-box is affected by baseline alignment.
Make -moz-box be block-outside, and -moz-inline-box be inline-outside, instead
of the bespoke thing we have now.

This is more similar to everything else, and fixes the bug.

Differential Revision: https://phabricator.services.mozilla.com/D58726

--HG--
extra : moz-landing-system : lando
2020-01-07 21:00:42 +00:00
Bogdan Tara 6571a2a6fb Backed out changeset 23d862866f3a (bug 1606130) for android crashtest complaining about 1547420-1.html 2020-01-07 22:53:10 +02:00
Ting-Yu Lin fa839d3679 Bug 1603088 Part 2 - Delete NS_FRAME_CONTAINS_RELATIVE_BSIZE manipulation in nsColumnSetFrame::Reflow(). r=dbaron
Nowadays, ColumnSetFrame is an inner frame under ColumnSetWrapperFrame.
It always has "block-size: auto", so `aReflowInput.ComputedBSize()`
always equals to NS_UNCONSTRAINEDSIZE.

Also, -moz-column-content no longer has "max-block-size: 100%", so
NS_FRAME_CONTAINS_RELATIVE_BSIZE can never be set on ColumnSetFrame when
constructing ReflowInputs for ColumnSetFrame's children in
`ReflowInput::InitResizeFlags`. Removing the bit is not needed, either.

Differential Revision: https://phabricator.services.mozilla.com/D58732

--HG--
extra : moz-landing-system : lando
2020-01-07 20:19:27 +00:00
Ting-Yu Lin 06d5a025d1 Bug 1603088 Part 1 - Remove "max-block-size: 100%" for -moz-column-set and -moz-column-content. r=dbaron
Simply remove "max-block-size: 100%" for -moz-column-set and
-moz-column-content breaks abspos-breaking-dynamic-{001,002,003}.html.
We need to reflow ColumnSetWrapper's children whenever
ColumnSetWrapper's block-size or max-block-size is changed because both
size affect the available block-size for ColumnSetWrapper's children.

We set `NS_FRAME_CONTAINS_RELATIVE_BSIZE` for ColumnSetWrapperFrame so
that it will set itself dirty in `selfDirty` in
`nsBlockFrame::ReflowDirtyLines`, and mark its lines dirty if
`aState.mReflowInput.IsBResize()` is true.

Differential Revision: https://phabricator.services.mozilla.com/D58731

--HG--
extra : moz-landing-system : lando
2020-01-07 19:17:27 +00:00
Emilio Cobos Álvarez ff938720a8 Bug 1606130 - Make display: -moz-box more similar to other display types for block layout. r=jfkthame,surkov
It is unexpected (see bug) that a -moz-box is affected by baseline alignment.
Make -moz-box be block-outside, and -moz-inline-box be inline-outside, instead
of the bespoke thing we have now.

This is more similar to everything else, and fixes the bug.

Differential Revision: https://phabricator.services.mozilla.com/D58726

--HG--
extra : moz-landing-system : lando
2020-01-07 18:02:05 +00:00
Geoff Brown 1c32f70e15 Bug 1598746 - Add some SCHEDULES optimizations for changes to test files; r=ahal
Add some SCHEDULES rules so that, when a push only modifies files known to be associated
with a particular test suite, only that test suite is run.

Differential Revision: https://phabricator.services.mozilla.com/D58448

--HG--
extra : moz-landing-system : lando
2020-01-07 16:46:46 +00:00
Emilio Cobos Álvarez 8e79d673bb Bug 1607080 - Avoid a silly UTF16 -> UTF8 round-trip in DOMMatrix. r=smaug,boris
Depends on D58710

Differential Revision: https://phabricator.services.mozilla.com/D58711

--HG--
extra : moz-landing-system : lando
2020-01-07 09:46:53 +00:00
Xidorn Quan 75f5cd0cef Bug 1607135 - Don't require TriggerImageLoads method when not needed. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D58707

--HG--
extra : moz-landing-system : lando
2020-01-07 08:51:19 +00:00
Edwin Takahashi 452c84460c Bug 1607294 - add fuzzy-if annotation for font-inflation-1.html for gtkWidget&&webrenderer r=jmaher
Changes:

Add condition for `gtkWidget&&webrenderer`for the reftest.

Differential Revision: https://phabricator.services.mozilla.com/D58865

--HG--
extra : moz-landing-system : lando
2020-01-07 03:25:07 +00:00
nordzilla 7579f1a3b7 Bug 1606727 - Implement CSSStyleSheet Constructor r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D58569

--HG--
extra : moz-landing-system : lando
2020-01-07 00:19:53 +00:00
Emily McDonough 9108c52192 Bug 1341507 - Refactor TrackSizingFunctions::mRepeatEndDelta to be a getter function rather than a variable. r=emilio
The information in it is always derivable from the values of mRepeatAutoStart
and mRepeatAutoEnd. Additionally, its value is used in some cases where it has
not yet been set properly (such as CalculateRepeatFillCount).

This works out currently because the default value is zero we only accept
repeat(auto-fill, ...) and repeat(auto-fit, ...) CSS values that have a single
element in the repeat. In that case, zero is the correct value for
RepeatEndDelta.

Differential Revision: https://phabricator.services.mozilla.com/D58871

--HG--
extra : moz-landing-system : lando
2020-01-07 00:50:58 +00:00
Arthur Iakab dd4a096660 Backed out changeset 1de61444499e (bug 1599654) for causing reftest failures on mathml/mfenced-12.html
CLOSED TREE
2020-01-07 03:14:00 +02:00
Edwin Takahashi bfac2c4693 Bug 1600749 - adjust fuzzy-if pixel values of css-simple-styling.html for gtkWidget&&webrender condition r=jmaher
Changes:

`gtkWidget&&webrender` has a slightly different pixel difference count (1496 vs 1498), so a second condition is added to cover this case.

The annotation is permissive but will be tightened once reftest is run with ubuntu1804.

Differential Revision: https://phabricator.services.mozilla.com/D58862

--HG--
extra : moz-landing-system : lando
2020-01-06 23:25:47 +00:00
Edwin Takahashi 567f7dd489 Bug 1599654 - remove fail-if annotation for mfenced-12.html on ubuntu1804 r=jmaher
Changes:

Remove the fail-if annotation for gtkWidget since the test passes in ubuntu1804.

This patch will need to land with D58816.

Differential Revision: https://phabricator.services.mozilla.com/D54851

--HG--
extra : moz-landing-system : lando
2020-01-06 23:24:43 +00:00
Mihai Alexandru Michis c8ca91e7db Backed out changeset 67142a370d4a (bug 1598998) for causing failures in ImageBitmapRenderingContext.cpp
CLOSED TREE

--HG--
extra : histedit_source : 1e4895b3c8773f7881b99f1ab0fca9c6b64b7644
2020-01-07 01:49:59 +02:00
sotaro 374fa2d1ea Bug 1598998 - Fix CanvasContextType::ImageBitmap handling r=nical
Differential Revision: https://phabricator.services.mozilla.com/D56348

--HG--
extra : moz-landing-system : lando
2020-01-06 10:14:15 +00:00
Edwin Takahashi 5709148985 Bug 1599984 - mark test_bug549170 as expected failure on ubuntu1804 again r=jmaher
Changes:

This test is failing again permanently for ubuntu1804, not sure what changed. I won't change the annotation after this patch unless the author or someone from the team chimes in.

Differential Revision: https://phabricator.services.mozilla.com/D58839

--HG--
extra : moz-landing-system : lando
2020-01-06 22:19:37 +00:00
Kirk Steuber 55bdd37f7c Bug 1603830 - Replace XULElement.ordinal with el.style.MozBoxOrdinalGroup r=bgrins
Depends on D58670

Differential Revision: https://phabricator.services.mozilla.com/D58671

--HG--
extra : moz-landing-system : lando
2020-01-06 20:02:43 +00:00
Ting-Yu Lin 91b81ef6ad Bug 1607123 - Terminate AccessibleCaretEventHub after tearing down the frame tree. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D58738

--HG--
extra : moz-landing-system : lando
2020-01-06 20:18:06 +00:00
Connor Brewster 7df8b34d1a Bug 1606742 - Support alpha component on svg color matrix filter in WebRender r=nical
Differential Revision: https://phabricator.services.mozilla.com/D58587

--HG--
extra : moz-landing-system : lando
2020-01-06 18:41:55 +00:00
Daniel Varga c841751cfe Backed out changeset f7a55a3ba113 (bug 1606503) for causing mochitest failures at test_mq_prefers_reduced_motion_dynamic.html 2020-01-06 02:56:37 +02:00
Hiroyuki Ikezoe a57321b161 Bug 1606503 - Wait for a frame or a media query change event depending on the corresponding initial system setting. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D58723

--HG--
extra : moz-landing-system : lando
2020-01-05 22:53:17 +00:00
Emilio Cobos Álvarez 5e95f50f4f Bug 1606659 - Don't pass margin and scrollbar preferences to nsFrameLoader::Show. r=mattwoodrow
Instead, get them on the relevant code paths.

Differential Revision: https://phabricator.services.mozilla.com/D58534

--HG--
extra : moz-landing-system : lando
2020-01-05 22:48:40 +00:00
Emilio Cobos Álvarez ab672d9f29 Bug 1605803 - Use cbindgen for content property. r=xidorn
This cleans up and also allows us to keep the distinction between content: none
and content: normal, which allows us to fix the computed style we return from
getComputedStyle().

Do this last bit from the resolved value instead of StyleAdjuster, because
otherwise we need to tweak every initial struct for ::before / ::after.

Differential Revision: https://phabricator.services.mozilla.com/D58276

--HG--
extra : moz-landing-system : lando
2020-01-05 13:10:39 +00:00
Tetsuharu OHZEKI b3d907498a Bug 1597488 - Fix uses of nsResizerFrame::GetContentToResize in layout/xul/nsResizerFrame.cpp. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D58483

--HG--
extra : moz-landing-system : lando
2020-01-04 19:35:50 +00:00
Emilio Cobos Álvarez bc36653df5 Bug 1449861 - Use UTF8String for some CSSOM APIs. r=bzbarsky
In particular, the ones where we transcode unconditionally atm (property names
and such).

There are others like cssText getters and setters which are a bit harder,
because I either need to rewrite all our serialization code to work with UTF8
(which is fine, but a lot of work), or teach webidl to have a setter that takes
UTF8String as input but returns DOMString as output (which is at best hacky).

Differential Revision: https://phabricator.services.mozilla.com/D58631

--HG--
extra : moz-landing-system : lando
2020-01-04 10:36:49 +00:00
Jonathan Kingston 27ca040dfd Bug 1606774 - Change GetAttribute to GetAttr where possible r=baku
Differential Revision: https://phabricator.services.mozilla.com/D58585

--HG--
extra : moz-landing-system : lando
2020-01-03 23:40:53 +00:00
Tetsuharu OHZEKI 18799a7fc4 Bug 1597465 - Fix uses of nsCSSFrameConstructor::FindXULMenubarData in layout/base/nsCSSFrameConstructor.cpp. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D58482

--HG--
extra : moz-landing-system : lando
2020-01-03 14:57:14 +00:00
Coroiu Cristina bb687ca476 Backed out changeset 7da82c2eea17 (bug 1597488) for chrome failures at layout/xul/test/test_resizer.xhtml on a CLOSED TREE 2020-01-03 17:14:49 +02:00
Tetsuharu OHZEKI ddb1860966 Bug 1597488 - Fix uses of nsResizerFrame::GetContentToResize in layout/xul/nsResizerFrame.cpp. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D58483

--HG--
extra : moz-landing-system : lando
2020-01-03 13:45:46 +00:00
nordzilla e85b170e10 Bug 1604296 - Add Constructable StyleSheets API Under Preference r=emilio,bzbarsky
This patch adds the following functionality to the CSSStyleSheet WebIDL API
under the feature flag layout.css.constructable-stylesheets.enabled:
  - constructor()
  - replace()
  - replaceSync()

constructor(), replace() and replaceSync() are currently stubs that lack full
functionality.

Differential Revision: https://phabricator.services.mozilla.com/D58326

--HG--
extra : source : 6e675d6399cee28f204b3501de3475ea3febd12c
2019-12-31 21:58:40 +00:00
Xidorn Quan cee370a4fb Bug 1144465 - Resolve bidi inside ruby. r=jfkthame
This commit changes IsBidiLeaf to mark ruby boxes not a bidi leaf, since
conceptually they are not. I auditted all uses of it, and I believe it
makes more sense this way.

Differential Revision: https://phabricator.services.mozilla.com/D58290

--HG--
extra : moz-landing-system : lando
2020-01-01 00:34:23 +00:00
Mihai Alexandru Michis 2f43e04863 Backed out changeset 6e675d6399ce (bug 1604296) for causing failures in layout/style tests. 2020-01-01 02:05:30 +02:00
Ting-Yu Lin bc3ffa5195 Bug 1499281 - Remove column-span pref in mochitests and property databases. r=dbaron
Move the content of bug1503420.html to
test_frame_reconstruction_for_column_span.html because we don't need to
flip the pref and load the test in an iframe.

The modification to devtools's properties-db.js is generated via
`./mach devtools-css-db`.

Differential Revision: https://phabricator.services.mozilla.com/D58402

--HG--
extra : moz-landing-system : lando
2019-12-31 19:33:15 +00:00
Ting-Yu Lin 349e6afe6b Bug 1499281 - Remove column-span pref in reftest.list/crashtest.list, and remove duplicate reftest runs. r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D58401

--HG--
extra : moz-landing-system : lando
2019-12-31 16:23:30 +00:00
Ting-Yu Lin 3c0eb96e17 Bug 1499281 - Remove column-span pref in nsCSSFrameConstructor. r=dbaron
For BeginBuildingColumns, returning nsBlockFrame, i.e. the original
NS_NewColumnSetWrapperFrame's return type, should be sufficient since no
other caller in frame constructor needs to call ColumnSetWrapper's
methods.

Differential Revision: https://phabricator.services.mozilla.com/D58398

--HG--
extra : moz-landing-system : lando
2019-12-31 16:13:41 +00:00
Ting-Yu Lin c93d1c1bda Bug 1499281 - Remove column-span pref in nsBlockFrame. r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D58397

--HG--
extra : moz-landing-system : lando
2019-12-31 16:11:07 +00:00
Ting-Yu Lin 48fe88d373 Bug 1499281 - Remove column-span pref in nsColumnSetFrame. r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D58396

--HG--
extra : moz-landing-system : lando
2019-12-31 16:10:21 +00:00
nordzilla a8096f6948 Bug 1604296 - Add Constructable StyleSheets API Under Preference r=emilio,bzbarsky
This patch adds the following functionality to the CSSStyleSheet WebIDL API
under the feature flag layout.css.constructable-stylesheets.enabled:
  - constructor()
  - replace()
  - replaceSync()

constructor(), replace() and replaceSync() are currently stubs that lack full
functionality.

Differential Revision: https://phabricator.services.mozilla.com/D58326

--HG--
extra : moz-landing-system : lando
2019-12-31 21:58:40 +00:00
Emilio Cobos Álvarez adee218e3f No bug - Add a reference and some context to a comment.
Differential Revision: https://phabricator.services.mozilla.com/D58457

--HG--
extra : moz-landing-system : lando
2019-12-31 19:04:22 +00:00
Junior Hsu e173f99b5b Bug 1600326 - P3 use lazy pref getter in MixedContentBlocker, r=bzbarsky
This is an optimization to avoid getting the preference value for each http load when COOP is enabled, because that needs to check secure context state for all loads.

Depends on D57579

Differential Revision: https://phabricator.services.mozilla.com/D57580

--HG--
extra : moz-landing-system : lando
2019-12-31 04:11:04 +00:00
Edwin Takahashi c699fdcc0b Bug 1600777 - annotate gujarati-3b.html with permissive fuzzy-if annotation on ubuntu1804 r=jmaher
Changes:

Mark with permissive fuzzy-if annotation, to permit both ubuntu1604 and ubuntu1804 to pass for the time being.

Test will have annotation tightened up once migration is complete.

Differential Revision: https://phabricator.services.mozilla.com/D58405

--HG--
extra : moz-landing-system : lando
2019-12-30 21:53:10 +00:00
Edwin Takahashi 59a35233fa Bug 1599984 - re-enable test_bug549170 test for ubuntu1804 r=jmaher
Changes:

Re-enable the test which now passes in ubuntu1804.

Differential Revision: https://phabricator.services.mozilla.com/D58384

--HG--
extra : moz-landing-system : lando
2019-12-30 18:35:30 +00:00
Emilio Cobos Álvarez ce358595b7 Bug 1605956 - Don't invalidate scroll anchor on visual viewport offset updates if visual viewport size is not set. r=botond
As we only use the offset if the visual viewport size is set.

Differential Revision: https://phabricator.services.mozilla.com/D58226

--HG--
extra : moz-landing-system : lando
2019-12-30 17:03:46 +00:00
Xidorn Quan 3bb05cef1c Bug 1606192 - Remove some unused nsresult return value in layout code. r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D58342

--HG--
extra : moz-landing-system : lando
2019-12-28 03:27:13 +00:00
Emilio Cobos Álvarez 49655c1c67 No bug - Remove a comment over an assertion that used to make an exception for XBL.
Differential Revision: https://phabricator.services.mozilla.com/D58341

--HG--
extra : moz-landing-system : lando
2019-12-28 02:46:18 +00:00
Emilio Cobos Álvarez 393bf36d01 No bug - Remove a comment that referenced XBL.
And fix a typo while at it.

Differential Revision: https://phabricator.services.mozilla.com/D58340

--HG--
extra : moz-landing-system : lando
2019-12-28 02:43:04 +00:00
Masayuki Nakano ec5524e832 Bug 1600191 - Make test_bug159346.xhtml specify `min-height` and `min-width` of scrollbar button to avoid native theme difference r=NeilDeakin
test_bug159346.xhtml modifies UA stylesheet to show scrollbar button.
However, on Ubuntu 18.04, its width is 0.  Therefore, the following
script fails to test click on the button.

This patch specifies its `min-width` and `min-height` to make it
clickable on any platforms.

Differential Revision: https://phabricator.services.mozilla.com/D58189

--HG--
extra : moz-landing-system : lando
2019-12-27 15:24:48 +00:00
Xidorn Quan 400c037b53 Bug 1134069 part 3 - Move most appropriate tests into wpt. r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D58234

--HG--
rename : layout/reftests/css-ruby/ruby-align-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-align-001-ref.html
rename : layout/reftests/css-ruby/ruby-align-1.html => testing/web-platform/tests/css/css-ruby/ruby-align-001.html
rename : layout/reftests/css-ruby/ruby-align-1a.html => testing/web-platform/tests/css/css-ruby/ruby-align-001a.html
rename : layout/reftests/css-ruby/ruby-align-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-align-002-ref.html
rename : layout/reftests/css-ruby/ruby-align-2.html => testing/web-platform/tests/css/css-ruby/ruby-align-002.html
rename : layout/reftests/css-ruby/ruby-align-2a.html => testing/web-platform/tests/css/css-ruby/ruby-align-002a.html
rename : layout/reftests/css-ruby/bidi-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-bidi-001-ref.html
rename : layout/reftests/css-ruby/bidi-1.html => testing/web-platform/tests/css/css-ruby/ruby-bidi-001.html
rename : layout/reftests/css-ruby/bidi-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-bidi-002-ref.html
rename : layout/reftests/css-ruby/bidi-2.html => testing/web-platform/tests/css/css-ruby/ruby-bidi-002.html
rename : layout/reftests/css-ruby/box-generation-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-001-ref.html
rename : layout/reftests/css-ruby/box-generation-1.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-001.html
rename : layout/reftests/css-ruby/box-generation-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-002-ref.html
rename : layout/reftests/css-ruby/box-generation-2.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-002.html
rename : layout/reftests/css-ruby/box-generation-3-ref.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-003-ref.html
rename : layout/reftests/css-ruby/box-generation-3.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-003.html
rename : layout/reftests/css-ruby/box-generation-4-ref.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-004-ref.html
rename : layout/reftests/css-ruby/box-generation-4.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-004.html
rename : layout/reftests/css-ruby/box-generation-5-ref.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-005-ref.html
rename : layout/reftests/css-ruby/box-generation-5.html => testing/web-platform/tests/css/css-ruby/ruby-box-generation-005.html
rename : layout/reftests/css-ruby/dynamic-insertion-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-insertion-001-ref.html
rename : layout/reftests/css-ruby/dynamic-insertion-1.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-insertion-001.html
rename : layout/reftests/css-ruby/dynamic-insertion-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-insertion-003-ref.html
rename : layout/reftests/css-ruby/dynamic-insertion-2.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-insertion-003.html
rename : layout/reftests/css-ruby/dynamic-insertion-3-ref.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-insertion-005-ref.html
rename : layout/reftests/css-ruby/dynamic-insertion-3.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-insertion-005.html
rename : layout/reftests/css-ruby/dynamic-removal-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-removal-001-ref.html
rename : layout/reftests/css-ruby/dynamic-removal-1.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-removal-001.html
rename : layout/reftests/css-ruby/dynamic-removal-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-removal-002-ref.html
rename : layout/reftests/css-ruby/dynamic-removal-2.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-removal-002.html
rename : layout/reftests/css-ruby/dynamic-removal-3-ref.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-removal-003-ref.html
rename : layout/reftests/css-ruby/dynamic-removal-3.html => testing/web-platform/tests/css/css-ruby/ruby-dynamic-removal-003.html
rename : layout/reftests/css-ruby/float-handling-ref.html => testing/web-platform/tests/css/css-ruby/ruby-float-handling-001-ref.html
rename : layout/reftests/css-ruby/float-handling.html => testing/web-platform/tests/css/css-ruby/ruby-float-handling-001.html
rename : layout/reftests/css-ruby/intra-level-whitespace-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-intra-level-whitespace-001-ref.html
rename : layout/reftests/css-ruby/intra-level-whitespace-1.html => testing/web-platform/tests/css/css-ruby/ruby-intra-level-whitespace-001.html
rename : layout/reftests/css-ruby/intra-level-whitespace-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-intra-level-whitespace-002-ref.html
rename : layout/reftests/css-ruby/intra-level-whitespace-2.html => testing/web-platform/tests/css/css-ruby/ruby-intra-level-whitespace-002.html
rename : layout/reftests/css-ruby/intra-level-whitespace-3-ref.html => testing/web-platform/tests/css/css-ruby/ruby-intra-level-whitespace-003-ref.html
rename : layout/reftests/css-ruby/intra-level-whitespace-3.html => testing/web-platform/tests/css/css-ruby/ruby-intra-level-whitespace-003.html
rename : layout/reftests/css-ruby/intrinsic-isize-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-intrinsic-isize-001-ref.html
rename : layout/reftests/css-ruby/intrinsic-isize-1.html => testing/web-platform/tests/css/css-ruby/ruby-intrinsic-isize-001.html
rename : layout/reftests/css-ruby/intrinsic-isize-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-intrinsic-isize-002-ref.html
rename : layout/reftests/css-ruby/intrinsic-isize-2.html => testing/web-platform/tests/css/css-ruby/ruby-intrinsic-isize-002.html
rename : layout/reftests/css-ruby/justification-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-justification-001-ref.html
rename : layout/reftests/css-ruby/justification-1.html => testing/web-platform/tests/css/css-ruby/ruby-justification-001.html
rename : layout/reftests/css-ruby/justification-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-justification-002-ref.html
rename : layout/reftests/css-ruby/justification-2.html => testing/web-platform/tests/css/css-ruby/ruby-justification-002.html
rename : layout/reftests/css-ruby/lang-specific-style-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-lang-specific-style-001-ref.html
rename : layout/reftests/css-ruby/lang-specific-style-1.html => testing/web-platform/tests/css/css-ruby/ruby-lang-specific-style-001.html
rename : layout/reftests/css-ruby/line-break-suppression-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-001-ref.html
rename : layout/reftests/css-ruby/line-break-suppression-1.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-001.html
rename : layout/reftests/css-ruby/line-break-suppression-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-002-ref.html
rename : layout/reftests/css-ruby/line-break-suppression-2.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-002.html
rename : layout/reftests/css-ruby/line-break-suppression-3-ref.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-003-ref.html
rename : layout/reftests/css-ruby/line-break-suppression-3.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-003.html
rename : layout/reftests/css-ruby/line-break-suppression-4-ref.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-004-ref.html
rename : layout/reftests/css-ruby/line-break-suppression-4.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-004.html
rename : layout/reftests/css-ruby/line-break-suppression-5-ref.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-005-ref.html
rename : layout/reftests/css-ruby/line-break-suppression-5.html => testing/web-platform/tests/css/css-ruby/ruby-line-break-suppression-005.html
rename : layout/reftests/css-ruby/line-breaking-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-line-breaking-001-ref.html
rename : layout/reftests/css-ruby/line-breaking-1.html => testing/web-platform/tests/css/css-ruby/ruby-line-breaking-001.html
rename : layout/reftests/css-ruby/line-breaking-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-line-breaking-002-ref.html
rename : layout/reftests/css-ruby/line-breaking-2.html => testing/web-platform/tests/css/css-ruby/ruby-line-breaking-002.html
rename : layout/reftests/css-ruby/line-breaking-3-ref.html => testing/web-platform/tests/css/css-ruby/ruby-line-breaking-003-ref.html
rename : layout/reftests/css-ruby/line-breaking-3.html => testing/web-platform/tests/css/css-ruby/ruby-line-breaking-003.html
rename : layout/reftests/css-ruby/no-transform-ref.html => testing/web-platform/tests/css/css-ruby/ruby-no-transform-ref.html
rename : layout/reftests/css-ruby/no-transform.html => testing/web-platform/tests/css/css-ruby/ruby-no-transform.html
rename : layout/reftests/css-ruby/ruby-reflow-1-noruby.html => testing/web-platform/tests/css/css-ruby/ruby-reflow-001-noruby.html
rename : layout/reftests/css-ruby/ruby-reflow-1-opaqueruby.html => testing/web-platform/tests/css/css-ruby/ruby-reflow-001-opaqueruby.html
rename : layout/reftests/css-ruby/ruby-reflow-1-transparentruby.html => testing/web-platform/tests/css/css-ruby/ruby-reflow-001-transparentruby.html
rename : layout/reftests/css-ruby/ruby-span-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-span-001-ref.html
rename : layout/reftests/css-ruby/ruby-span-1.html => testing/web-platform/tests/css/css-ruby/ruby-span-001.html
rename : layout/reftests/css-ruby/ruby-whitespace-1-ref.html => testing/web-platform/tests/css/css-ruby/ruby-whitespace-001-ref.html
rename : layout/reftests/css-ruby/ruby-whitespace-1.html => testing/web-platform/tests/css/css-ruby/ruby-whitespace-001.html
rename : layout/reftests/css-ruby/ruby-whitespace-2-ref.html => testing/web-platform/tests/css/css-ruby/ruby-whitespace-002-ref.html
rename : layout/reftests/css-ruby/ruby-whitespace-2.html => testing/web-platform/tests/css/css-ruby/ruby-whitespace-002.html
rename : layout/reftests/css-ruby/common.css => testing/web-platform/tests/css/css-ruby/support/ruby-common.css
rename : layout/reftests/css-ruby/dynamic-insertion.js => testing/web-platform/tests/css/css-ruby/support/ruby-dynamic-insertion.js
rename : layout/reftests/css-ruby/dynamic-removal.js => testing/web-platform/tests/css/css-ruby/support/ruby-dynamic-removal.js
extra : moz-landing-system : lando
2019-12-27 00:31:48 +00:00