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

62527 Коммитов

Автор SHA1 Сообщение Дата
ben.tian@gmail.com 0f573ba322 Bug 1413834 - part 4: Limit frame traversal inside scope owned by document root when shadow host has no frame , r=smaug, emilio
--HG--
extra : rebase_source : 1e7fb01bda9a0927b1bea3085ab50eb3caf054c5
2018-01-26 17:49:47 +02:00
ben.tian@gmail.com 8e8a01efb7 Bug 1413834 - part 1: Limit frame traversal and getting of next tabindex inside scope owned by document root, r=smaug
--HG--
extra : rebase_source : 6a9bca46f5e98311b0179b8b44bebe59bb77e676
2018-01-26 17:47:44 +02:00
Robert Longson 4e0dcdc8da Bug 1419764 - Improve performance where a transform is set by direct matrix manipulation. r=dholbert
MozReview-Commit-ID: zzDTSXtRiU
2018-01-26 10:21:34 -08:00
Jonathan Kew 1827540cbf Bug 1323743 - Add simple chrome mochitest for InspectorFontFace.getVariationAxes(). r=dholbert 2018-01-26 15:47:21 +00:00
Jonathan Kew a223c0105f Bug 1323743 - patch 2 - Add a getVariationAxes() method to InspectorFontFace for potential devtools use. r=dholbert,bz 2018-01-26 15:47:20 +00:00
Noemi Erli 97a87e010b Backed out 2 changesets (bug 1432271) for bustage in /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/dom/Navigator.h:79:23 on a CLOSED TREE
Backed out changeset 7af7827525c8 (bug 1432271)
Backed out changeset 79b9d49e08db (bug 1432271)
2018-01-27 02:49:25 +02:00
Kyle Machulis 9c6223e5a0 Bug 1432271 - Remove dom/time; r=baku
dom/time contained the TimeService and TimeManager classes, used for
setting time via Gecko on FirefoxOS. Since FirefoxOS is no longer in
the code base, the directory can be removed.

MozReview-Commit-ID: 8PEk3e6HA67

--HG--
extra : rebase_source : 63a0a6c665792ab1885bd4f81261db9be887ffd1
2018-01-22 12:50:11 -08:00
Hiroyuki Ikezoe 471558b3c1 Bug 1433336 - Collect only documents which are observerd by IntersectionObserver in nsRefreshDriver::Tick(). r=smaug
We don't need to collect whole descendants documents.

This patch intentionally leaves animation events handling which is another
caller of CollectDocuments in nsRefreshDriver since the animation part will
be fixed in a different way in bug 1415780.

MozReview-Commit-ID: INAJm1NHLuI

--HG--
extra : rebase_source : 4e255cef604d4455d6efa5dc2ebddd5dc649ee65
2018-01-26 20:11:17 +09:00
Daniel Holbert de968936e7 Bug 958714 part 3: Remove obsolete assertion & comment. r=mats
MozReview-Commit-ID: jL2Xi4Okhb

--HG--
extra : rebase_source : ad754543de94f9d44e83816ace83144330dbde91
2018-01-30 22:24:58 -05:00
Daniel Holbert 4ac397c7fb Bug 958714 part 2: Simplify percent-margin/padding resolution code to pass around a single length as the percent basis. r=mats
MozReview-Commit-ID: J1EPYMQ5lP4

--HG--
extra : rebase_source : cc5970093ddc7515089b291027000532fd6d19ce
2018-01-30 22:24:55 -05:00
Daniel Holbert 9adbba97b7 Bug 958714 part 1: Remove special case for flex & grid items' percent block-axis margin/padding resolution, to align with other browsers. r=mats
Now, flex and grid items will resolve percent margin and padding against their
container's *inline-size*, even if the percent margin/padding is in the block
axis. This matches the CSS2 behavior that's always existed in block containers.

MozReview-Commit-ID: K3YXHpdqRHa

--HG--
extra : rebase_source : 19efcacce5367baecf18521e75ff887ca03c6c2b
2018-01-30 22:24:51 -05:00
Daniel Holbert d712859d45 Bug 1434380: Rewrite parts of reftest reference case grid-auto-min-sizing-definite-001-ref.html to be easier to understand & adjust. r=mats
In particular:
- I'm specifying exact content-box sizes on some containers in the reference
  case, to match the actual (automatic / grid-area-determined) content-box
  sizes in the testcase.
- I'm removing the element "w" and its selectors, since it was only used in one
  spot and it wasn't clear what it was being used for (and it doesn't exist in
  the testcase).
- I'm specifying explicit margin and padding values for the ".v.r" and ".h.r"
  rules, based on observed values from the testcase, and I'm including comments
  to explain mathematically why they are correct.

MozReview-Commit-ID: JKfxeTp1ZU9

--HG--
extra : rebase_source : 5146260053075868e693d838cf719152fba48288
2018-01-30 22:17:13 -05:00
Andreea Pavel d652648d08 Merge mozilla-central to autoland a=merge on a CLOSED TREE
--HG--
rename : dom/media/webrtc/MediaEngine.h => dom/media/webrtc/MediaEnginePrefs.h
extra : rebase_source : 661454de54cac8d23010da02d0c0d68c1856500d
2018-01-31 19:39:52 +02:00
Dão Gottwald 8df93b652f Bug 1395732 - Implement new defaultFavicon.svg with context-fill. r=jwatt,mak
MozReview-Commit-ID: IB5TWxbg0MX

--HG--
extra : rebase_source : d42f405ad71e2c05cf9bbc46bdb92bd36da1498a
2018-01-24 15:15:51 +01:00
Daniel Holbert 6fa9124425 Bug 1429915: Use RefPtr instead of NS_ADDREF to set refcounted outparams in SVGTextFrame. r=jwatt
MozReview-Commit-ID: 6eBacKkAitR

--HG--
extra : rebase_source : 52aceccd94b387e9499bd161b0163caa4da851c8
2018-01-30 16:47:22 -05:00
Tom Tromey 12c8602c30 Bug 1255380 - fix getCSSValuesForProperty for "content" property; r=xidorn
This changes getCSSValuesForProperty to return the correct values for
the "content" property.

MozReview-Commit-ID: 2F5LQPbSIFs

--HG--
extra : rebase_source : 290df953c8234888801b7a8a6ef5668a11a59bea
2018-01-25 16:55:28 -07:00
Masayuki Nakano c1d340ed59 Bug 1134540 - Make all tests stop using nsIDOMWindowUtils.sendKeyEvent() r=smaug
nsIDOMWindowUtils.sendKeyEvent() can dispatch any keyboard events, i.e.,
may dispatch different key events from actual Gecko's behavior.  Instead,
they should use nsITextInputProcessor directly or synthesizeKey() of
EventUtils which wraps nsITextInputProcessor.

MozReview-Commit-ID: EDWqXy1OxJp

--HG--
extra : rebase_source : 158c6f3d1611646540133297e4c8352e0b85ab79
2018-01-30 22:05:44 +09:00
Emilio Cobos Álvarez 437775c0ed Bug 1431421: Make GeckoElement::has_class more specialized. r=xidorn
MozReview-Commit-ID: 7LiSEamTCkX
2018-01-31 12:40:06 +01:00
Emilio Cobos Álvarez c2f6e9ff37 Bug 1435939: Process all the MediumFeatureChanges at the same time. r=xidorn
This avoids resetting the computed values all the time, and paves the way to
avoid using a StyleSet on XBL bindings / Shadow DOM, which we should really
really do because it's super overkill.

There are some XBL bits that are kind of hacky, in particular the mStylistDirty,
but they'll go away soon, since I want to redo how we store styles in XBL.

The alternative, which was returning an array of indices or something was even
more hacky I think.

MozReview-Commit-ID: 6tEl5gebXVF
2018-02-07 15:27:56 +01:00
Emilio Cobos Álvarez 75abcdb1ca Bug 1435939: Don't reset the default computed values if they cannot change. r=xidorn
This actually fixes the bug.

MozReview-Commit-ID: AejqMLZzpQp
2018-02-07 15:27:51 +01:00
Emilio Cobos Álvarez ee4bdd20be Bug 1435939: Propagate the media feature change reason around. r=xidorn
Just some argument shuffling and such.

MozReview-Commit-ID: vPFoU2DUXb
2018-02-07 15:27:46 +01:00
Emilio Cobos Álvarez e6314d1382 Bug 1435939: Make media feature changes always async. r=bz
Much in the spirit of bug 1434474.

We right now call MediaFeatureChanges sync or async pretty randomly. This has
caused bugs in the past like bug 1413143.

Unify media feature changes, and only post them async, and flush them from
FlushPendingNotifications.

This also fixes a pre-existing problem where style wasn't flushed correctly from
getComputedStyle when there were pending media feature values.

MozReview-Commit-ID: H9S1M8fk5H4
2018-02-07 15:27:30 +01:00
Timothy Nikkel f1bc1aa42e Bug 1417358. Make sure that the override dirty rect that we set when a displayport changes gets cleared even if we don't perform a partial display list update. r=mattwoodrow
We do this by tracking them as a property on the root frame the same way we do for modified frames.

We also set the property in ProcessFrame but that is okay because we are guaranteed to finish the partial update at that point.
2018-01-25 23:42:44 -06:00
Kartikaya Gupta 87625450be Bug 1432541 - Add a reftest. r=mstange
This is a minimal version of the recaptcha popup that was one of the
ways to observe the bug.

MozReview-Commit-ID: JUhw9IkH0Tm

--HG--
extra : rebase_source : a7f15ead1a919f4d66a72b9732c31b1bcfe41678
2018-01-25 18:19:43 -05:00
arthur.iakab 39d63fc827 Merge mozilla-central to autoland 2018-01-26 02:31:18 +02:00
arthur.iakab 94ab855658 Merge inbound to mozilla-central. a=merge 2018-01-26 02:21:47 +02:00
Kris Maglione b3cac601f6 Bug 1432966: Sanitize HTML fragments created for chrome-privileged documents. r=bz f=gijs
This is a short-term solution to our inability to apply CSP to
chrome-privileged documents.

Ideally, we should be preventing all inline script execution in
chrome-privileged documents, since the reprecussions of XSS in chrome
documents are much worse than in content documents. Unfortunately, that's not
possible in the near term because a) we don't support CSP in system principal
documents at all, and b) we rely heavily on inline JS in our static XUL.

This stop-gap solution at least prevents some of the most common vectors of
XSS attack, by automatically sanitizing any HTML fragment created for a
chrome-privileged document.

MozReview-Commit-ID: 5w17celRFr

--HG--
extra : rebase_source : 1c0a1448a06d5b65e548d9f5362d06cc6d865dbe
extra : amend_source : 7184593019f238b86fd1e261941d8e8286fa4006
2018-01-24 14:56:48 -08:00
Gurzau Raul ea1ff80377 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-01-25 19:08:48 +02:00
Henri Sivonen 5b05e804a9 Bug 1431025 - Use encoding_rs::mem::is_utf16_bidi() as the implementation of HasRTLChars(). r=jfkthame
MozReview-Commit-ID: KnaI7wIndVf

--HG--
extra : rebase_source : 6a00c8fc140c1cf070e8fa668e7e099f98621820
2018-01-18 14:28:15 +02:00
Andrea Marchesini c6da271117 Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug
* * *
Bug 1425458 - Resource timing entries Workers - part 10 - Correct parameters in NS_NewChannel in nsDataObj.cpp, r=me
2018-01-24 17:17:31 +01:00
Csoregi Natalia f9dc75cd65 Backed out changeset 640595d09e90 (bug 1419764) for reftest failures. a=backout 2018-01-25 12:23:02 +02:00
Emilio Cobos Álvarez 411705ebde Bug 1433056: Account for pres shell destruction. r=smaug
The underlying issue here is that the pres shell was already being torn down
when we flush.

The less risky change here is to just change the assertions instead of
IsSafeToFlush too, but the !isSafeToFlush || mViewManager assertion was also
firing already, because we null out the view manager from Destroy.

So this change is effectively idempotent behavior-wise (we tighten a bit the
view manager assertion, but that should be fine).

Just let me know if you want me to just loosen the assertions, but I think the
IsSafeToFlush change is nicer too.

MozReview-Commit-ID: 240qLlLi7RE

--HG--
extra : rebase_source : df5dacb849a93e62f90e278c0d99f1034b341b79
2018-01-25 15:56:47 +01:00
Miko Mynttinen 19b51b0b4c Bug 1432553 - Fix OOF frame overflow coordinate space r=mattwoodrow
MozReview-Commit-ID: 3VTyAAUM3VR

--HG--
extra : rebase_source : c234a54614796468602019000bd44df54f446655
2018-01-23 20:11:34 +01:00
Jonathan Kew 0d85e1fefe Bug 1435285 - Remove invalid fwd-declaration of enum without explicit base type; while we're here, also remove an obsolete comment. r=emilio 2018-02-02 15:49:10 +00:00
cku 0d6d6b3929 Bug 1207734 - Part 3.a. Add rotate/translate/scale properties into nsCSSPropList. r=emilio,heycam
MozReview-Commit-ID: 3nb365nnqGF
(grafted from 144aaad21c5689e10b531cc5f2065519bef518b4)

--HG--
extra : source : 144aaad21c5689e10b531cc5f2065519bef518b4
2017-12-06 17:58:05 +08:00
cku 2ef989d9ec Bug 1207734 - Part 1.d. Carry the computed value of individual transform in nsStyleDisplay. r=emilio
Add three more attributes in nsStyleDisplay
1. mSpecifiedRotate to carry computed value of 'rotate' property.
2. mSpecifiedTranslate to carry computed value of 'translate' property.
3. mSpecifiedScale to carry computed value of 'scale' property.

Since each of these tree new property can be an animation target, we have to store
them in speparate attributes, instead of putting them all in mSpecifiedTransform.

MozReview-Commit-ID: G2dBAxzyBWh
(grafted from 04fe9115ce1d189155ff9b2c89b1a656a55dd1c9)

--HG--
extra : source : 04fe9115ce1d189155ff9b2c89b1a656a55dd1c9
2017-12-06 17:17:34 +08:00
cku 73c78f04a2 Bug 1207734 - Part 1.c. Fix coding style of HasTransformStyle. r=birtles
MozReview-Commit-ID: 3UgIrO5qLFq
(grafted from a5b445762b46d3c247e4a57864c66454f5d58218)

--HG--
extra : source : a5b445762b46d3c247e4a57864c66454f5d58218
2018-01-15 11:12:25 +08:00
cku a2a5d4dbd2 Bug 1207734 - Part 1.b. Do not initialize mSpecifiedTransform in ctor. r=emilio
nsDisplayList::mSpecifiedTransform is a RefPtr, no need put it into intialize
list.

MozReview-Commit-ID: B04gytHwb2K
(grafted from f2dc6cad129e9f5c8c8c056c934d2ed3f2e30155)

--HG--
extra : source : f2dc6cad129e9f5c8c8c056c934d2ed3f2e30155
2017-12-07 10:32:18 +08:00
cku a79a6f0818 Bug 1207734 - Part 1.a. Implement ReleaseSharedListOnMainThread to reuse the code of releasing nsCSSValueSharedList objects hold by a style struct. r=emilio
MozReview-Commit-ID: IBfqulFXimi
(grafted from f5a560721ed0b41ca8c906cf6a394ce763d49949)

--HG--
extra : source : f5a560721ed0b41ca8c906cf6a394ce763d49949
2017-12-07 10:22:49 +08:00
Geoff Brown b3a5f2f49c Bug 1434123 - Enable marionette trace log for reftests; r=whimboo
This should only add a little more logging on application startup. I am
hoping it will aid diagnosis of reftest startup hangs.
2018-01-30 17:45:59 -07:00
arthur.iakab 62a3ab0fa8 Merge mozilla-central to mozilla-inbound 2018-01-31 00:45:33 +02:00
Boris Zbarsky b48329cce4 Bug 1434390. Mostly get rid of GetCssTextImpl. r=emilio
MozReview-Commit-ID: 5fejArxQckq
2018-01-30 16:30:08 -05:00
Jeremy Chen 8d7d5e5ea5 Bug 1426223 - remove Stylo domain blocklist mechanism. r=xidorn
MozReview-Commit-ID: 2Kcla56H3wJ
2018-01-30 11:58:32 +01:00
Jeremy Chen 44323b73ae Bug 1426223 - remove tests for Stylo blocklist mechanism. r=xidorn
In this patch, we remove 3 tests:
1. test for blocked domain
2. test for blocked sub-domain
3. test for non-blocked domain

Two nsIDOMWindowUtils APIs were added for adding/removing a mock domain to the
existing blocklist. They are only used in the Stylo blocklist tests, so we
remove them as well.

MozReview-Commit-ID: A0ETWlqwbpN
2018-01-30 11:58:24 +01:00
Cameron McCormack 4805d2cde9 Bug 1406274 - Re-enable stylo in about:reader. r=xidorn
Remove the about:reader check for <style scoped>, too, since that is no
longer needed.

MozReview-Commit-ID: Zomjn1WDvp

--HG--
extra : rebase_source : f5c82ef6c35b72079b37c35adc9137ad9f610946
2018-01-17 14:10:45 +08:00
Emilio Cobos Álvarez a4b9221df0 Bug 1430817: Serialize <overflow-position> before other align bits. r=mats
Otherwise the serialisation wouldn't roundtrip with the new syntax, which fixes
the position of <overflow-position>.

Also make Servo and Gecko agree on whether to serialize "unsafe".

MozReview-Commit-ID: L3GSMk5pZ3F
2018-01-29 19:49:39 +01:00
Emilio Cobos Álvarez 7e6016a967 Backout changeset 715eee480c0f (bug 1430817) for landing with the wrong author information. r=backout
This reverts commit 18c7bed08d17b890aaf1329e1d36f9278917af53.
2018-01-29 19:47:54 +01:00
Emilio Cobos Álvarez 3cabd1c513 Bug 1430817: Update tests. r=mats
MozReview-Commit-ID: 3kAGxIxUIcP
2018-01-29 19:45:52 +01:00
Adrian Wielgosik d870becd9a Bug 1430817: Serialize <overflow-position> before other align bits. r=mats
Otherwise the serialisation wouldn't roundtrip with the new syntax, which fixes
the position of <overflow-position>.

Also make Servo and Gecko agree on whether to serialize "unsafe".

MozReview-Commit-ID: L3GSMk5pZ3F
2018-01-29 19:45:51 +01:00
Boris Zbarsky de9c98ee56 Bug 1435483 part 2. Stop allowing creation of Exception objects via contract/CID. r=bholley
MozReview-Commit-ID: H6RmL4BZfgh
2018-02-05 16:34:04 -05:00
Boris Zbarsky ba9661475c Bug 1435430 part 1. Switch to creating XSLTProcessors via constructor, not contract. r=mystor
MozReview-Commit-ID: A20gseUzUFT
2018-02-05 16:00:04 -05:00
Hiroyuki Ikezoe 3fe73a9c09 Bug 1428694 - Bail out from PresShell::Initialize if the pres shell is being destroyed in XBLConstructorRunner. r=tnikkel
MozReview-Commit-ID: 86Rq18OdZnJ

--HG--
extra : rebase_source : e91dc8d39219789b85d74f87577f2b914d65158f
2018-01-31 17:49:27 +09:00
Jan Henning faa05c4265 Bug 1433715 - Make fallback folder icon content-accessible. r=Gijs
The skin used on Firefox for Android doesn't style directory listing, hence we
fall back to using the default icon from gre/res/html. As of bug 863246, this
location is no longer accessible from content as a resource://, hence the file
needs moving into the special content-accessible directory.

MozReview-Commit-ID: obtefafqul

--HG--
extra : rebase_source : 0227487abb4914a11f5749c493d215a1fec45e46
2018-01-28 23:01:42 +01:00
Kartikaya Gupta b17499678e Bug 1408792 - Add a reftest. r=mstange
MozReview-Commit-ID: 7vD55lQMGQn

--HG--
extra : rebase_source : bcf2db008381deedab971b938fd1a19ca1405239
2018-01-23 09:39:09 -05:00
Tom Tromey 6dba28ecb2 Bug 1255378 - fix getCSSValuesForProperty for box-shadow and text-shadow; r=heycam,jryans
This fixes InspectorUtils.getCSSValuesForProperty to return the
correct values for box-shadow and text-shadow.  It also takes a small
step toward the goal of getting rid of
InspectorUtils.cpp:PropertySupportsVariant, in favor of having all
variants listed in nsCSSPropList.h.

MozReview-Commit-ID: Dwh5s0IvYTX

--HG--
extra : rebase_source : eba2d3e7337af63c264bf3d596740f311c4aa017
2018-01-17 10:34:34 -07:00
Tom Tromey 2172ef0b6f Bug 1255378 - factor color lists out of expected values in test_bug877690.html; r=jryans
This is a minor cleanup to test_bug877690.html that factors out the
list of colors into a separate variable, to make future tests a bit
simpler to write and understand.

MozReview-Commit-ID: JkSBJQxLdxW

--HG--
extra : rebase_source : 3398c07bc582b678184a08962c5066bc65729510
2018-01-17 09:08:59 -07:00
Bogdan Tara 1f15df5f24 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-01-31 12:11:39 +02:00
L. David Baron 0e28628afa Bug 1432341 - Add reftest for column-rule broken across columns. r=mattwoodrow
I tested locally that the reftest fails without the previous patch, and
passes with it.  The failure is because the column rules overflow (as
though they're drawn in each column for the entire extent of the inner
columnset rather than just the piece visible in that column, i.e.,
overflowing only below in the first column, above and below in the
second column, and only above in the third column).

MozReview-Commit-ID: 4bDcnYiXEQt

--HG--
extra : rebase_source : 87439e271bb1b951003ed3c0f353c6bc225dc7d9
2018-01-31 07:18:49 +00:00
L. David Baron 0394689130 Bug 1432341 - Draw column-rules with border-code in box-decoration-break: clone mode, rather than slice. r=mattwoodrow
This fixes the bug.  The underlying problem was that we were hitting the
case where ConstructBorderRenderer sets aNeedsClip to true, but nothing
in the column-rule drawing path was honoring that.

(Choosing clone rather than slice may make a difference for dotted and
dashed column-rules, but I think the clone behavior is preferable.)

MozReview-Commit-ID: 7YYzyxYjhsV

--HG--
extra : rebase_source : da488a54642d7900c2c36a9dc14e9f694b1ae244
2018-01-31 07:18:49 +00:00
L. David Baron f2ee3f6daf Bug 1432341 - Rename functions that relate to column rules to have clearer names. r=mattwoodrow
This is followup to bug 1361668, and is just cleanup in advance of the
patch to fix this bug.

MozReview-Commit-ID: 4HOKLA5WYNq

--HG--
extra : rebase_source : dc6ceb81cc6c19b5ab8a79d10812501bc0f525df
2018-01-31 07:18:49 +00:00
L. David Baron 42bec44399 Bug 1432341 - Simplify by using GetContentRectRelativeToSelf. r=mattwoodrow
This is just cleanup in advance of the patch to fix this bug.

MozReview-Commit-ID: 1pzauGix51m

--HG--
extra : rebase_source : b36a4ef7da6fb6b6ef7a1a82c56aa489e10935d5
2018-01-31 07:18:49 +00:00
Andrea Marchesini a5bed23bd8 Bug 1432963 - Fixing workers headers - part 15 - static function in a workers namespace, r=smaug 2018-01-31 08:24:30 +01:00
Andrea Marchesini ddb6745c9c Bug 1432963 - Fixing workers headers - part 7 - WorkerDebugger without workers namespace, r=smaug 2018-01-31 08:21:06 +01:00
Cosmin Sabou 6cfb14fd97 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-01-25 00:07:47 +02:00
Narcis Beleuzu 9279994eae Merge inbound to mozilla-central. a=merge 2018-01-24 23:56:14 +02:00
Brindusan Cristian 368c3d5b6b Backed out 12 changesets (bug 1425458) for mochitest failures on WorkerPrivate.cpp on a CLOSED TREE
Backed out changeset 11997de13778 (bug 1425458)
Backed out changeset 100b9d4f36bc (bug 1425458)
Backed out changeset a29e9dbb8c42 (bug 1425458)
Backed out changeset b96d58fd945c (bug 1425458)
Backed out changeset f140da44ba68 (bug 1425458)
Backed out changeset af56400233d9 (bug 1425458)
Backed out changeset 7034af4332e4 (bug 1425458)
Backed out changeset f70500179140 (bug 1425458)
Backed out changeset 793bbfc23257 (bug 1425458)
Backed out changeset 2efb375a8ffc (bug 1425458)
Backed out changeset 07e781e37451 (bug 1425458)
Backed out changeset e875f3702a5f (bug 1425458)
2018-01-24 20:47:48 +02:00
Jonathan Kew 7ff4c1c33d Bug 1430446 - Prefer hinted glyph widths from FreeType, except when hinting is disabled or the font includes variations. r=lsalzman 2018-01-23 18:16:42 +00:00
Andrea Marchesini 6480b95ba3 Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
Morris Tseng b2c0abd643 Bug 1393907 - Handle bevel borders. r=kats
Since bevel only appear outmost border of table. I collect all bevel border
and combined them as a single border with four sides.

MozReview-Commit-ID: Bvu8Zf56YDF
2018-01-24 08:46:10 -05:00
Sebastian Hengst 78d2a3c1db Merge mozilla-central to mozilla-inbound 2018-01-24 14:24:05 +02:00
Kartikaya Gupta e76849eb54 Bug 1432463 - Fix clang-tidy warnings by replacing some 0 with nullptr. r=botond
MozReview-Commit-ID: B8YguXD5Ybu

--HG--
extra : rebase_source : 6b4e54c9a8104cbf3c09bac348cb04ff2b468577
2018-01-23 08:33:52 -05:00
Brian Grinstead 0cdec62954 Bug 1420229 - Create a new components.css file and load it as a UA stylesheet;r=bz,Gijs
This provides a place for current XBL stylesheets to be loaded without using XBL <resources>,
that load as a UA sheet instead of loading them as document sheets. This makes the styles
apply more similarly to XBL, in that they are less specific than document styles.

MozReview-Commit-ID: 3ewomJZMbrk

--HG--
extra : rebase_source : 8d8d837872947daa8f601e7d32de118655dabdde
2017-11-30 12:39:28 -08:00
Emilio Cobos Álvarez cd8167d8de Bug 1431474: Try to assert nice things about what's going on on our flushes. r=bz
This is green on try... Let's see on the wild.

MozReview-Commit-ID: C9Gam0s42pO
2018-01-24 10:35:13 +01:00
Emilio Cobos Álvarez a8ea649ff5 Bug 1431474: Make AccessibleCaretManager flush notifications through the document. r=bz
We're crashing because we're trying to flush layout of a shell whose document is
in the bfcache, so when we try to get the shell from the document in the style
set we get null back.

This shouldn't generally happen, and all flushes should go through the document
instead to avoid bugs like this and also other bugs related to subdocuments, and
all the stuff that nsIDocument::FlushPendingNotifications handles but the
presshell version doesn't. That's bug 1431852.

MozReview-Commit-ID: 1IJ4DBa3DCO
2018-01-24 10:32:53 +01:00
Dorel Luca 30b5be6d16 Merge mozilla-inbound to mozilla-central r=merge a=merge 2018-01-23 19:46:03 +02:00
Andrea Marchesini b8bb98af8c Bug 1430997 - Rename nsINode::IndexOf to nsINode::ComputeIndexOf, r=catalinb 2018-01-23 14:30:18 +01:00
Emilio Cobos Álvarez 61d84af1db Bug 1431539: Tests. r=dholbert
MozReview-Commit-ID: FSkzeMjIWN1
2018-01-23 13:27:35 +01:00
Masayuki Nakano 5fe683df20 Bug 1430982 - part 6: Rename nsEditorSpellCheck to mozilla::EditorSpellCheck and expose its header r=m_kato
For making mozInlineSpellChecker stores nsEditorSpellCheck directly, we need
to expose its header file.  For doing that this patch renames the class to
mozilla::EditorSpellCheck and expose it as "mozilla/EditorSpellCheck.h".

MozReview-Commit-ID: 5H66Y2vVshu

--HG--
rename : editor/composer/nsEditorSpellCheck.cpp => editor/composer/EditorSpellCheck.cpp
rename : editor/composer/nsEditorSpellCheck.h => editor/composer/EditorSpellCheck.h
extra : rebase_source : 7940aa136df312cd43bf592df1e71d2ac6c5dec8
2018-01-18 21:01:13 +09:00
Masayuki Nakano 60d2ed05ca Bug 1430982 - part 4: Get rid of nsITextServicesDocument because it used by nobody r=m_kato
nsITextServicesDocument isn't used by anybody now.  So, we can get rid of it.
Additionally, nsITextService and nsTextServicesFactory are not also used by
anybody.  Therefore, this patch removes all of them.

MozReview-Commit-ID: KSbMdm7QPKF

--HG--
extra : rebase_source : 724a5f48ad49b4231bacf7fba32c6a35d90121d0
2018-01-18 18:43:57 +09:00
Masayuki Nakano fa1d8d7c3f Bug 1430982 - part 2: Rename nsTextServicesDocument to mozilla::TextServicesDocument and expose its header r=m_kato
For making nsTextServicesDocument accessible from anywhere directly, we need to
expose its header.  Then, it should be in mozilla namespace.

This patch renames nsTextServicesDocument to mozilla::TextServicesDocument
and expose the header file as "mozilla/TextServicesDocument.h".

MozReview-Commit-ID: 9PmP73PXSJu

--HG--
rename : editor/txtsvc/nsTextServicesDocument.cpp => editor/txtsvc/TextServicesDocument.cpp
rename : editor/txtsvc/nsTextServicesDocument.h => editor/txtsvc/TextServicesDocument.h
extra : rebase_source : a12081434d0bc002e3675178486cc7f8eaaa3256
2018-01-18 16:57:01 +09:00
Dorel Luca 4b9ccdb392 Merge mozilla-inbound to mozilla-central r=merge a=merge 2018-01-23 12:02:17 +02:00
Gurzau Raul 8d25fdea99 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-01-23 02:25:48 +02:00
Gurzau Raul 9801931bda Merge inbound to mozilla-central. a=merge 2018-01-23 02:21:47 +02:00
Daniel Holbert 89c4589def Bug 1432202: Slightly loosen the fuzzy annotation on reftest 84400-1.html to allow 3 mismatching pixels. (no review, test-annotation only)
DONTBUILD because no need to give this commit its own test cycle; it's only
changing a single character in a reftest manifest, with the only possible
effect being *fewer* failures reported.
2018-01-22 10:52:33 -08:00
Bob Owen 8ed9ad2db9 Bug 1431475: Make assertions guarding opening and closing print recording file streams MOZ_DIAGNOSTIC_ASSERTs. r=jwatt 2018-01-22 17:54:53 +00:00
Mats Palmgren 0fbbb43980 Bug 1431232 - Treat break-before status as Incomplete for abs.pos. frames for now. r=dholbert 2018-01-23 00:00:04 +01:00
Tyson Smith 4670061206 Bug 1431781 - Crashtests. 2018-01-23 00:00:03 +01:00
Mats Palmgren b685b5d84a Bug 1431781 - Report at least OverflowIncomplete reflow status when we skip reflowing OverflowContainer children and have a next-in-flow. r=dholbert 2018-01-23 00:00:03 +01:00
Kevin Chen 661ca7fbc6 Bug 1414125 - Use local clip instead of ClipNode in TextDrawTarget; r=Gankro
MozReview-Commit-ID: 7eV5T7n5rWM
2018-01-16 17:54:57 +08:00
Emilio Cobos Álvarez 7063cec276 Bug 1429723: Graphics cleanup. r=jrmuizel
MozReview-Commit-ID: LHo9K4lLtah
2018-01-22 18:14:19 +01:00
Emilio Cobos Álvarez a2c0cd700d Bug 1429723: Remove -moz-border-*-colors. r=xidorn
MozReview-Commit-ID: 3P6f7rFcDa6
2018-01-22 18:14:07 +01:00
Emilio Cobos Álvarez af5c08c014 Bug 1409672: Handle document state changes using the invalidation machinery. r=xidorn
MozReview-Commit-ID: EoSMrYPS7dl
2018-01-22 17:57:05 +01:00
Emilio Cobos Álvarez 296aed21d6 Bug 1432134: Update bindgen. r=SimonSapin
On a CLOSED TREE.

MozReview-Commit-ID: GXHw7KcCLN9
2018-01-22 15:22:46 +01:00
Hiroyuki Ikezoe de78e9b503 Bug 1432061 - Let nsTransformManager participate in cycle-collection. r=birtles
MozReview-Commit-ID: GVmu6vxMPDm

--HG--
extra : rebase_source : 3856e0a6130871c76dc32b3d90a98b54b1d4d84c
2018-01-22 06:21:08 +09:00
Boris Zbarsky f1d64479e7 Bug 1431964 part 10. Remove nsIDOMAttr. r=mccr8
MozReview-Commit-ID: xj4QeXBF9V
2018-01-21 12:07:31 -05:00
Boris Zbarsky e38dec29f4 Bug 1431964 part 8. Remove nsIDOMMozNamedAttrMap. r=mccr8
MozReview-Commit-ID: C7z0hcjC0Tg
2018-01-20 20:57:26 -05:00
Boris Zbarsky 0ba39c7972 Bug 1431964 part 6. Remove nsIDOMMozNamedAttrMap::GetLength. r=mccr8
MozReview-Commit-ID: 9GJmiVSI0bs
2018-01-20 18:50:12 -05:00
Boris Zbarsky ac46271e7c Bug 1431964 part 5. Remove nsIDOMMozNamedAttrMap::Item. r=mccr8
MozReview-Commit-ID: GnrOUhx9nTQ
2018-01-20 18:48:36 -05:00
Boris Zbarsky e5230b2da9 Bug 1431964 part 1. Remove the XPCOM versions of GetAttributeNode(NS). r=mccr8
MozReview-Commit-ID: 5VTrCvHmMWi
2018-01-20 18:12:20 -05:00
Gurzau Raul c119ffc21d Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-01-20 11:44:36 +02:00
Gurzau Raul b7e3ec2468 Merge inbound to mozilla-central. a=merge 2018-01-20 11:38:58 +02:00
Kartikaya Gupta 1707a5be08 Bug 1430589 - Add crashtest. r=mattwoodrow,mstange
MozReview-Commit-ID: 4KBEobcNx7w
2018-01-19 23:47:29 -05:00
Kartikaya Gupta 8f7fe9892f Bug 1430589 - Avoid putting a stack-allocated DisplayItemClipChain into the clip deduplicator. r=mattwoodrow,mstange
MozReview-Commit-ID: ALsPriYDwUv
2018-01-19 23:47:26 -05:00
Sebastian Hengst 7991d95450 Bug 1430939 - Fix failure in reftest select-disabled-fieldset-1.html discovered after rechunking. r=me a=test-fix on a CLOSED TREE
--HG--
extra : amend_source : e1e27976206923897c6d5ca1b73f7bdd4cd3a8da
2018-01-19 22:03:00 +02:00
Sebastian Hengst 9f2721b19b Bug 1430939 - Fix reftest failures discovered after rechunking. r=kats a=test-fix on a CLOSED TREE
--HG--
extra : amend_source : 74ffbfd861bee120bbcaf8d44cd9865f46512f01
2018-01-19 19:27:17 +02:00
Noemi Erli 1e1fdc2b3d Merge inbound to mozilla-central. a=merge 2018-01-19 12:10:24 +02:00
Neerja Pancholi 58008732e9 Bug 1430939 - Part6:Change reftests/moz.build to use the new directory names without version number. r=dholbert
MozReview-Commit-ID: 3DMqmrUlzrY

--HG--
extra : rebase_source : 1e15ee6da7ae5c4b89f212eaae99112a21039bc8
2018-01-18 11:44:46 -08:00
Neerja Pancholi 0f3f2fb6a8 Bug 1430939 - Part5:Remove or update annotations of tests in failures.list that pass after being updated from w3c/web-platform-tests. r=dholbert
MozReview-Commit-ID: GNSgqXLherS

--HG--
extra : rebase_source : 66938eefc42074d71fedf5e97a89ee90f4a19b51
2018-01-18 11:39:18 -08:00
Neerja Pancholi a5ad0d38ab Bug 1430939 - Part4:Transfer styloVsGecko annotation from directly in reftest.list to failures.list so that it cannot be accidently overwritten when running import-tests.py. r=emilio
This was originally added as part of: https://hg.mozilla.org/integration/autoland/rev/47752e9824da but when running import-tests.py to update tests,
this reftest.list file gets overwritten and so any changes made directly to it will be lost.

MozReview-Commit-ID: A2kKZvc230S

--HG--
extra : rebase_source : c4cfc8e990da2aaa52795dac7a2b503e0d8f61f2
2018-01-17 17:21:06 -08:00
Neerja Pancholi e5bba8e8fe Bug 1430939 - Part3:Pull latest tests from w3c/web-platform-tests using import-tests.py and update failures.list. r=dholbert
MozReview-Commit-ID: D8v0e8hvkQi

--HG--
extra : rebase_source : eec874e2c8ed91f3d6ae14249916f7155978306f
2018-01-17 17:15:56 -08:00
Neerja Pancholi 9493fa4ab5 Bug 1430939 - Part2:Rename directories in reftests/w3c/received/ to drop version number. r=dholbert
MozReview-Commit-ID: ApxSiEnp7Tx

--HG--
rename : layout/reftests/w3c-css/received/css-conditional-3/OWNERS => layout/reftests/w3c-css/received/css-conditional/OWNERS
rename : layout/reftests/w3c-css/received/css-conditional-3/at-media-whitespace-optional-001.html => layout/reftests/w3c-css/received/css-conditional/at-media-whitespace-optional-001.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-media-whitespace-optional-002.html => layout/reftests/w3c-css/received/css-conditional/at-media-whitespace-optional-002.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-001-ref.html => layout/reftests/w3c-css/received/css-conditional/at-supports-001-ref.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-001.html => layout/reftests/w3c-css/received/css-conditional/at-supports-001.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-002.html => layout/reftests/w3c-css/received/css-conditional/at-supports-002.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-003.html => layout/reftests/w3c-css/received/css-conditional/at-supports-003.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-004.html => layout/reftests/w3c-css/received/css-conditional/at-supports-004.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-005.html => layout/reftests/w3c-css/received/css-conditional/at-supports-005.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-006.html => layout/reftests/w3c-css/received/css-conditional/at-supports-006.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-007.html => layout/reftests/w3c-css/received/css-conditional/at-supports-007.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-008.html => layout/reftests/w3c-css/received/css-conditional/at-supports-008.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-009.html => layout/reftests/w3c-css/received/css-conditional/at-supports-009.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-010.html => layout/reftests/w3c-css/received/css-conditional/at-supports-010.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-011.html => layout/reftests/w3c-css/received/css-conditional/at-supports-011.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-012.html => layout/reftests/w3c-css/received/css-conditional/at-supports-012.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-013.html => layout/reftests/w3c-css/received/css-conditional/at-supports-013.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-014.html => layout/reftests/w3c-css/received/css-conditional/at-supports-014.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-015.html => layout/reftests/w3c-css/received/css-conditional/at-supports-015.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-016.html => layout/reftests/w3c-css/received/css-conditional/at-supports-016.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-017.html => layout/reftests/w3c-css/received/css-conditional/at-supports-017.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-018.html => layout/reftests/w3c-css/received/css-conditional/at-supports-018.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-019.html => layout/reftests/w3c-css/received/css-conditional/at-supports-019.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-020.html => layout/reftests/w3c-css/received/css-conditional/at-supports-020.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-021.html => layout/reftests/w3c-css/received/css-conditional/at-supports-021.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-022.html => layout/reftests/w3c-css/received/css-conditional/at-supports-022.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-023.html => layout/reftests/w3c-css/received/css-conditional/at-supports-023.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-024.html => layout/reftests/w3c-css/received/css-conditional/at-supports-024.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-025.html => layout/reftests/w3c-css/received/css-conditional/at-supports-025.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-026.html => layout/reftests/w3c-css/received/css-conditional/at-supports-026.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-027-ref.html => layout/reftests/w3c-css/received/css-conditional/at-supports-027-ref.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-027.html => layout/reftests/w3c-css/received/css-conditional/at-supports-027.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-028.html => layout/reftests/w3c-css/received/css-conditional/at-supports-028.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-029.html => layout/reftests/w3c-css/received/css-conditional/at-supports-029.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-030.html => layout/reftests/w3c-css/received/css-conditional/at-supports-030.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-031.html => layout/reftests/w3c-css/received/css-conditional/at-supports-031.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-032.html => layout/reftests/w3c-css/received/css-conditional/at-supports-032.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-033.html => layout/reftests/w3c-css/received/css-conditional/at-supports-033.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-034.html => layout/reftests/w3c-css/received/css-conditional/at-supports-034.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-035.html => layout/reftests/w3c-css/received/css-conditional/at-supports-035.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-036.html => layout/reftests/w3c-css/received/css-conditional/at-supports-036.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-037.html => layout/reftests/w3c-css/received/css-conditional/at-supports-037.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-038.html => layout/reftests/w3c-css/received/css-conditional/at-supports-038.html
rename : layout/reftests/w3c-css/received/css-conditional-3/at-supports-039.html => layout/reftests/w3c-css/received/css-conditional/at-supports-039.html
rename : layout/reftests/w3c-css/received/css-conditional-3/reference/background-lime.html => layout/reftests/w3c-css/received/css-conditional/reference/background-lime.html
rename : layout/reftests/w3c-css/received/css-multicol-1/OWNERS => layout/reftests/w3c-css/received/css-multicol/OWNERS
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-001.html => layout/reftests/w3c-css/received/css-multicol/multicol-basic-001.html
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-002.html => layout/reftests/w3c-css/received/css-multicol/multicol-basic-002.html
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-003.html => layout/reftests/w3c-css/received/css-multicol/multicol-basic-003.html
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-004.html => layout/reftests/w3c-css/received/css-multicol/multicol-basic-004.html
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-005.xht => layout/reftests/w3c-css/received/css-multicol/multicol-basic-005.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-006.xht => layout/reftests/w3c-css/received/css-multicol/multicol-basic-006.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-007.xht => layout/reftests/w3c-css/received/css-multicol/multicol-basic-007.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-008.xht => layout/reftests/w3c-css/received/css-multicol/multicol-basic-008.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-block-no-clip-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-block-no-clip-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-block-no-clip-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-block-no-clip-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-block-no-clip-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-block-no-clip-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-block-no-clip-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-block-no-clip-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-br-inside-avoidcolumn-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-br-inside-avoidcolumn-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-br-inside-avoidcolumn-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-br-inside-avoidcolumn-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-break-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-break-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-break-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-break-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-break-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-break-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-break-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-break-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-clip-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-clip-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-clip-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-clip-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-clip-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-clip-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-clip-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-clip-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-collapsing-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-collapsing-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-collapsing-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-collapsing-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-004.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-004.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-005.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-005.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-006.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-006.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-007.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-007.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-invalid-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-invalid-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-invalid-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-invalid-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-invalid-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-invalid-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-columns-toolong-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-columns-toolong-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-containing-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-containing-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-containing-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-containing-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-containing-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-containing-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-containing-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-containing-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-003-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-003-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-004-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-004-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-004.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-004.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-005.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-005.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-2-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-2-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-computed-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-computed-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-large-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-large-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-large-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-large-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-large-2-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-large-2-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-large-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-large-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-negative-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-negative-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-negative-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-negative-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-non-integer-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-non-integer-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-non-integer-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-non-integer-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-count-non-integer-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-count-non-integer-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-003-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-003-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-block-children-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-block-children-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-block-children-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-block-children-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-block-children-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-block-children-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto-block-children-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto-block-children-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-auto.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-auto.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-balance-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-balance-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-balance-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-balance-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-fill-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-fill-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-fraction-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-fraction-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-fraction-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-fraction-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-large-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-large-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-large-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-large-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-large-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-large-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-large-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-large-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-gap-negative-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-gap-negative-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-height-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-height-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-height-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-height-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-height-block-child-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-height-block-child-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-height-block-child-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-height-block-child-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-inherit-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-inherit-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-inherit-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-inherit-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-inherit-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-inherit-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-inherit-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-inherit-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-inherit-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-inherit-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-inherit-004.xht => layout/reftests/w3c-css/received/css-multicol/multicol-inherit-004.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-inherit-3-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-inherit-3-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-inherit-4-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-inherit-4-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-list-item-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-list-item-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-list-item-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-list-item-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-margin-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-margin-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-margin-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-margin-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-margin-child-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-margin-child-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-margin-child-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-margin-child-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-005-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-005-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-005.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-005.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-column-rule-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-column-rule-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-column-rule-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-column-rule-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-003-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-003-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-004-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-004-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-004.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-004.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-nested-margin-005.xht => layout/reftests/w3c-css/received/css-multicol/multicol-nested-margin-005.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-overflow-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-overflow-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-overflow-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-overflow-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-overflowing-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-overflowing-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-overflowing-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-overflowing-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-red.png => layout/reftests/w3c-css/received/css-multicol/multicol-red.png
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-reduce-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-reduce-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-reduce-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-reduce-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-003-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-003-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-004-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-004-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-004.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-004.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-color-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-color-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-color-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-color-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-color-inherit-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-color-inherit-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-color-inherit-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-color-inherit-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-color-inherit-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-color-inherit-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-dashed-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-dashed-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-dashed-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-dashed-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-dotted-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-dotted-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-dotted-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-dotted-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-double-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-double-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-double-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-double-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-fraction-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-fraction-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-fraction-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-fraction-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-fraction-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-fraction-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-fraction-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-fraction-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-fraction-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-fraction-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-fraction-3-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-fraction-3-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-groove-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-groove-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-groove-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-groove-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-hidden-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-hidden-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-hidden-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-hidden-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-inset-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-inset-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-large-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-large-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-large-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-large-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-none-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-none-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-outset-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-outset-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-percent-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-percent-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-px-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-px-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-ridge-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-ridge-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-ridge-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-ridge-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-samelength-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-samelength-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-samelength-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-samelength-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-shorthand-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-shorthand-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-solid-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-solid-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-solid-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-solid-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-stacking-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-stacking-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-stacking-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-stacking-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-style-groove-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-style-groove-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-style-groove-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-style-groove-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-style-inset-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-style-inset-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-style-outset-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-style-outset-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-style-ridge-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-style-ridge-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-rule-style-ridge-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-rule-style-ridge-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-shorthand-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-shorthand-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-000-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-000-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-000.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-000.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-block-sibling-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-block-sibling-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-block-sibling-3-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-block-sibling-3-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-child-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-child-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-child-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-child-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-child-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-child-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-child-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-child-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-bottom-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-bottom-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-bottom-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-bottom-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-nested-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-nested-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-nested-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-nested-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-nested-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-nested-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-nested-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-nested-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-nested-3-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-nested-3-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-nested-firstchild-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-nested-firstchild-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-all-margin-nested-firstchild-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-all-margin-nested-firstchild-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-float-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-float-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-float-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-float-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-none-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-none-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-span-none-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-span-none-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-table-cell-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-table-cell-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-table-cell-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-table-cell-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-table-cell-height-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-table-cell-height-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-table-cell-height-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-table-cell-height-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-table-cell-height-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-table-cell-height-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-table-cell-vertical-align-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-table-cell-vertical-align-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-table-cell-vertical-align-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-table-cell-vertical-align-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-002-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-002-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-003.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-003.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-count-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-count-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-count-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-count-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-ems-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-ems-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-ems-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-ems-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-invalid-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-invalid-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-invalid-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-invalid-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-large-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-large-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-large-002.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-large-002.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-negative-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-negative-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-small-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-small-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-width-small-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-width-small-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-zero-height-001-ref.xht => layout/reftests/w3c-css/received/css-multicol/multicol-zero-height-001-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-zero-height-001.xht => layout/reftests/w3c-css/received/css-multicol/multicol-zero-height-001.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/reference/multicol-basic-005-ref.xht => layout/reftests/w3c-css/received/css-multicol/reference/multicol-basic-005-ref.xht
rename : layout/reftests/w3c-css/received/css-multicol-1/reference/multicol-basic-ref.html => layout/reftests/w3c-css/received/css-multicol/reference/multicol-basic-ref.html
rename : layout/reftests/w3c-css/received/css-multicol-1/support/1x1-green.png => layout/reftests/w3c-css/received/css-multicol/support/1x1-green.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/1x1-lime.png => layout/reftests/w3c-css/received/css-multicol/support/1x1-lime.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/1x1-maroon.png => layout/reftests/w3c-css/received/css-multicol/support/1x1-maroon.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/1x1-navy.png => layout/reftests/w3c-css/received/css-multicol/support/1x1-navy.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/1x1-red.png => layout/reftests/w3c-css/received/css-multicol/support/1x1-red.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/1x1-white.png => layout/reftests/w3c-css/received/css-multicol/support/1x1-white.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/60x60-gg-rr.png => layout/reftests/w3c-css/received/css-multicol/support/60x60-gg-rr.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/60x60-green.png => layout/reftests/w3c-css/received/css-multicol/support/60x60-green.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/60x60-red.png => layout/reftests/w3c-css/received/css-multicol/support/60x60-red.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/a-green.css => layout/reftests/w3c-css/received/css-multicol/support/a-green.css
rename : layout/reftests/w3c-css/received/css-multicol-1/support/b-green.css => layout/reftests/w3c-css/received/css-multicol/support/b-green.css
rename : layout/reftests/w3c-css/received/css-multicol-1/support/black20x20.png => layout/reftests/w3c-css/received/css-multicol/support/black20x20.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/c-red.css => layout/reftests/w3c-css/received/css-multicol/support/c-red.css
rename : layout/reftests/w3c-css/received/css-multicol-1/support/cat.png => layout/reftests/w3c-css/received/css-multicol/support/cat.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/import-green.css => layout/reftests/w3c-css/received/css-multicol/support/import-green.css
rename : layout/reftests/w3c-css/received/css-multicol-1/support/import-red.css => layout/reftests/w3c-css/received/css-multicol/support/import-red.css
rename : layout/reftests/w3c-css/received/css-multicol-1/support/pattern-grg-rgr-grg.png => layout/reftests/w3c-css/received/css-multicol/support/pattern-grg-rgr-grg.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/pattern-grg-rrg-rgg.png => layout/reftests/w3c-css/received/css-multicol/support/pattern-grg-rrg-rgg.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/pattern-rgr-grg-rgr.png => layout/reftests/w3c-css/received/css-multicol/support/pattern-rgr-grg-rgr.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/pattern-tr.png => layout/reftests/w3c-css/received/css-multicol/support/pattern-tr.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/red20x20.png => layout/reftests/w3c-css/received/css-multicol/support/red20x20.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/square-purple.png => layout/reftests/w3c-css/received/css-multicol/support/square-purple.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/square-teal.png => layout/reftests/w3c-css/received/css-multicol/support/square-teal.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/square-white.png => layout/reftests/w3c-css/received/css-multicol/support/square-white.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-blue.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-blue.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-gray.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-gray.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-green.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-green.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-lime.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-lime.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-navy.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-navy.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-orange.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-orange.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-pink.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-pink.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-purple.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-purple.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-red.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-red.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-white.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-white.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/swatch-yellow.png => layout/reftests/w3c-css/received/css-multicol/support/swatch-yellow.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/test-bl.png => layout/reftests/w3c-css/received/css-multicol/support/test-bl.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/test-br.png => layout/reftests/w3c-css/received/css-multicol/support/test-br.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/test-outer.png => layout/reftests/w3c-css/received/css-multicol/support/test-outer.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/test-tl.png => layout/reftests/w3c-css/received/css-multicol/support/test-tl.png
rename : layout/reftests/w3c-css/received/css-multicol-1/support/test-tr.png => layout/reftests/w3c-css/received/css-multicol/support/test-tr.png
rename : layout/reftests/w3c-css/received/css-namespaces-3/OWNERS => layout/reftests/w3c-css/received/css-namespaces/OWNERS
rename : layout/reftests/w3c-css/received/css-namespaces-3/prefix-001.xml => layout/reftests/w3c-css/received/css-namespaces/prefix-001.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/prefix-002.xml => layout/reftests/w3c-css/received/css-namespaces/prefix-002.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/prefix-003.xml => layout/reftests/w3c-css/received/css-namespaces/prefix-003.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/prefix-004.xml => layout/reftests/w3c-css/received/css-namespaces/prefix-004.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/prefix-005.xml => layout/reftests/w3c-css/received/css-namespaces/prefix-005.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/prefix-006.xml => layout/reftests/w3c-css/received/css-namespaces/prefix-006.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-1-block.xml => layout/reftests/w3c-css/received/css-namespaces/reftest/ref-lime-1-block.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-1-generic.xml => layout/reftests/w3c-css/received/css-namespaces/reftest/ref-lime-1-generic.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-1.xml => layout/reftests/w3c-css/received/css-namespaces/reftest/ref-lime-1.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2-generic.xml => layout/reftests/w3c-css/received/css-namespaces/reftest/ref-lime-2-generic.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2.xml => layout/reftests/w3c-css/received/css-namespaces/reftest/ref-lime-2.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-3.xml => layout/reftests/w3c-css/received/css-namespaces/reftest/ref-lime-3.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-5.xml => layout/reftests/w3c-css/received/css-namespaces/reftest/ref-lime-5.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-6.xml => layout/reftests/w3c-css/received/css-namespaces/reftest/ref-lime-6.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/scope-001.xml => layout/reftests/w3c-css/received/css-namespaces/scope-001.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/scope-002.xml => layout/reftests/w3c-css/received/css-namespaces/scope-002.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/support/fail.css => layout/reftests/w3c-css/received/css-namespaces/support/fail.css
rename : layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002a.css => layout/reftests/w3c-css/received/css-namespaces/support/scope-002a.css
rename : layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002b.css => layout/reftests/w3c-css/received/css-namespaces/support/scope-002b.css
rename : layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css => layout/reftests/w3c-css/received/css-namespaces/support/syntax-007.css
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-001.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-001.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-002.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-002.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-003.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-003.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-004.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-004.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-005.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-005.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-006.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-006.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-007.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-007.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-008.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-008.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-009.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-009.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-010.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-010.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-011.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-011.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-012.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-012.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-013.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-013.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-014.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-014.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/syntax-015.xml => layout/reftests/w3c-css/received/css-namespaces/syntax-015.xml
rename : layout/reftests/w3c-css/received/css-values-3/OWNERS => layout/reftests/w3c-css/received/css-values/OWNERS
rename : layout/reftests/w3c-css/received/css-values-3/attr-color-invalid-cast.html => layout/reftests/w3c-css/received/css-values/attr-color-invalid-cast.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-color-invalid-fallback.html => layout/reftests/w3c-css/received/css-values/attr-color-invalid-fallback.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-color-valid.html => layout/reftests/w3c-css/received/css-values/attr-color-valid.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-invalid-type-001.html => layout/reftests/w3c-css/received/css-values/attr-invalid-type-001.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-invalid-type-002.html => layout/reftests/w3c-css/received/css-values/attr-invalid-type-002.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-length-invalid-cast.html => layout/reftests/w3c-css/received/css-values/attr-length-invalid-cast.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-length-invalid-fallback.html => layout/reftests/w3c-css/received/css-values/attr-length-invalid-fallback.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-length-valid-zero-nofallback.html => layout/reftests/w3c-css/received/css-values/attr-length-valid-zero-nofallback.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-length-valid-zero.html => layout/reftests/w3c-css/received/css-values/attr-length-valid-zero.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-length-valid.html => layout/reftests/w3c-css/received/css-values/attr-length-valid.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-px-invalid-cast.html => layout/reftests/w3c-css/received/css-values/attr-px-invalid-cast.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-px-invalid-fallback.html => layout/reftests/w3c-css/received/css-values/attr-px-invalid-fallback.html
rename : layout/reftests/w3c-css/received/css-values-3/attr-px-valid.html => layout/reftests/w3c-css/received/css-values/attr-px-valid.html
rename : layout/reftests/w3c-css/received/css-values-3/calc-in-calc.html => layout/reftests/w3c-css/received/css-values/calc-in-calc.html
rename : layout/reftests/w3c-css/received/css-values-3/calc-in-media-queries-001.html => layout/reftests/w3c-css/received/css-values/calc-in-media-queries-001.html
rename : layout/reftests/w3c-css/received/css-values-3/calc-in-media-queries-002.html => layout/reftests/w3c-css/received/css-values/calc-in-media-queries-002.html
rename : layout/reftests/w3c-css/received/css-values-3/calc-invalid-range-clamping.html => layout/reftests/w3c-css/received/css-values/calc-invalid-range-clamping.html
rename : layout/reftests/w3c-css/received/css-values-3/calc-parenthesis-stack.html => layout/reftests/w3c-css/received/css-values/calc-parenthesis-stack.html
rename : layout/reftests/w3c-css/received/css-values-3/ch-unit-001.html => layout/reftests/w3c-css/received/css-values/ch-unit-001.html
rename : layout/reftests/w3c-css/received/css-values-3/ch-unit-002.html => layout/reftests/w3c-css/received/css-values/ch-unit-002.html
rename : layout/reftests/w3c-css/received/css-values-3/ch-unit-003.html => layout/reftests/w3c-css/received/css-values/ch-unit-003.html
rename : layout/reftests/w3c-css/received/css-values-3/ch-unit-004.html => layout/reftests/w3c-css/received/css-values/ch-unit-004.html
rename : layout/reftests/w3c-css/received/css-values-3/initial-background-color.html => layout/reftests/w3c-css/received/css-values/initial-background-color.html
rename : layout/reftests/w3c-css/received/css-values-3/reference/200-200-green.html => layout/reftests/w3c-css/received/css-values/reference/200-200-green.html
rename : layout/reftests/w3c-css/received/css-values-3/reference/all-green.html => layout/reftests/w3c-css/received/css-values/reference/all-green.html
rename : layout/reftests/w3c-css/received/css-values-3/reference/ch-unit-001-ref.html => layout/reftests/w3c-css/received/css-values/reference/ch-unit-001-ref.html
rename : layout/reftests/w3c-css/received/css-values-3/reference/ch-unit-002-ref.html => layout/reftests/w3c-css/received/css-values/reference/ch-unit-002-ref.html
rename : layout/reftests/w3c-css/received/css-values-3/reference/vh_not_refreshing_on_chrome-ref.html => layout/reftests/w3c-css/received/css-values/reference/vh_not_refreshing_on_chrome-ref.html
rename : layout/reftests/w3c-css/received/css-values-3/support/1x1-green.png => layout/reftests/w3c-css/received/css-values/support/1x1-green.png
rename : layout/reftests/w3c-css/received/css-values-3/support/1x1-lime.png => layout/reftests/w3c-css/received/css-values/support/1x1-lime.png
rename : layout/reftests/w3c-css/received/css-values-3/support/1x1-maroon.png => layout/reftests/w3c-css/received/css-values/support/1x1-maroon.png
rename : layout/reftests/w3c-css/received/css-values-3/support/1x1-navy.png => layout/reftests/w3c-css/received/css-values/support/1x1-navy.png
rename : layout/reftests/w3c-css/received/css-values-3/support/1x1-red.png => layout/reftests/w3c-css/received/css-values/support/1x1-red.png
rename : layout/reftests/w3c-css/received/css-values-3/support/1x1-white.png => layout/reftests/w3c-css/received/css-values/support/1x1-white.png
rename : layout/reftests/w3c-css/received/css-values-3/support/60x60-gg-rr.png => layout/reftests/w3c-css/received/css-values/support/60x60-gg-rr.png
rename : layout/reftests/w3c-css/received/css-values-3/support/60x60-green.png => layout/reftests/w3c-css/received/css-values/support/60x60-green.png
rename : layout/reftests/w3c-css/received/css-values-3/support/60x60-red.png => layout/reftests/w3c-css/received/css-values/support/60x60-red.png
rename : layout/reftests/w3c-css/received/css-values-3/support/README => layout/reftests/w3c-css/received/css-values/support/README
rename : layout/reftests/w3c-css/received/css-values-3/support/a-green.css => layout/reftests/w3c-css/received/css-values/support/a-green.css
rename : layout/reftests/w3c-css/received/css-values-3/support/b-green.css => layout/reftests/w3c-css/received/css-values/support/b-green.css
rename : layout/reftests/w3c-css/received/css-values-3/support/c-red.css => layout/reftests/w3c-css/received/css-values/support/c-red.css
rename : layout/reftests/w3c-css/received/css-values-3/support/cat.png => layout/reftests/w3c-css/received/css-values/support/cat.png
rename : layout/reftests/w3c-css/received/css-values-3/support/import-green.css => layout/reftests/w3c-css/received/css-values/support/import-green.css
rename : layout/reftests/w3c-css/received/css-values-3/support/import-red.css => layout/reftests/w3c-css/received/css-values/support/import-red.css
rename : layout/reftests/w3c-css/received/css-values-3/support/pattern-grg-rgr-grg.png => layout/reftests/w3c-css/received/css-values/support/pattern-grg-rgr-grg.png
rename : layout/reftests/w3c-css/received/css-values-3/support/pattern-grg-rrg-rgg.png => layout/reftests/w3c-css/received/css-values/support/pattern-grg-rrg-rgg.png
rename : layout/reftests/w3c-css/received/css-values-3/support/pattern-rgr-grg-rgr.png => layout/reftests/w3c-css/received/css-values/support/pattern-rgr-grg-rgr.png
rename : layout/reftests/w3c-css/received/css-values-3/support/pattern-tr.png => layout/reftests/w3c-css/received/css-values/support/pattern-tr.png
rename : layout/reftests/w3c-css/received/css-values-3/support/ruler-h-50%.png => layout/reftests/w3c-css/received/css-values/support/ruler-h-50%.png
rename : layout/reftests/w3c-css/received/css-values-3/support/ruler-h-50px.png => layout/reftests/w3c-css/received/css-values/support/ruler-h-50px.png
rename : layout/reftests/w3c-css/received/css-values-3/support/ruler-v-100px.png => layout/reftests/w3c-css/received/css-values/support/ruler-v-100px.png
rename : layout/reftests/w3c-css/received/css-values-3/support/ruler-v-50px.png => layout/reftests/w3c-css/received/css-values/support/ruler-v-50px.png
rename : layout/reftests/w3c-css/received/css-values-3/support/square-purple.png => layout/reftests/w3c-css/received/css-values/support/square-purple.png
rename : layout/reftests/w3c-css/received/css-values-3/support/square-teal.png => layout/reftests/w3c-css/received/css-values/support/square-teal.png
rename : layout/reftests/w3c-css/received/css-values-3/support/square-white.png => layout/reftests/w3c-css/received/css-values/support/square-white.png
rename : layout/reftests/w3c-css/received/css-values-3/support/support/README => layout/reftests/w3c-css/received/css-values/support/support/README
rename : layout/reftests/w3c-css/received/css-values-3/support/support/swatch-green.png => layout/reftests/w3c-css/received/css-values/support/support/swatch-green.png
rename : layout/reftests/w3c-css/received/css-values-3/support/support/swatch-red.png => layout/reftests/w3c-css/received/css-values/support/support/swatch-red.png
rename : layout/reftests/w3c-css/received/css-values-3/support/swatch-blue.png => layout/reftests/w3c-css/received/css-values/support/swatch-blue.png
rename : layout/reftests/w3c-css/received/css-values-3/support/swatch-green.png => layout/reftests/w3c-css/received/css-values/support/swatch-green.png
rename : layout/reftests/w3c-css/received/css-values-3/support/swatch-lime.png => layout/reftests/w3c-css/received/css-values/support/swatch-lime.png
rename : layout/reftests/w3c-css/received/css-values-3/support/swatch-orange.png => layout/reftests/w3c-css/received/css-values/support/swatch-orange.png
rename : layout/reftests/w3c-css/received/css-values-3/support/swatch-red.png => layout/reftests/w3c-css/received/css-values/support/swatch-red.png
rename : layout/reftests/w3c-css/received/css-values-3/support/swatch-teal.png => layout/reftests/w3c-css/received/css-values/support/swatch-teal.png
rename : layout/reftests/w3c-css/received/css-values-3/support/swatch-white.png => layout/reftests/w3c-css/received/css-values/support/swatch-white.png
rename : layout/reftests/w3c-css/received/css-values-3/support/swatch-yellow.png => layout/reftests/w3c-css/received/css-values/support/swatch-yellow.png
rename : layout/reftests/w3c-css/received/css-values-3/support/test-bl.png => layout/reftests/w3c-css/received/css-values/support/test-bl.png
rename : layout/reftests/w3c-css/received/css-values-3/support/test-br.png => layout/reftests/w3c-css/received/css-values/support/test-br.png
rename : layout/reftests/w3c-css/received/css-values-3/support/test-inner-half-size.png => layout/reftests/w3c-css/received/css-values/support/test-inner-half-size.png
rename : layout/reftests/w3c-css/received/css-values-3/support/test-outer.png => layout/reftests/w3c-css/received/css-values/support/test-outer.png
rename : layout/reftests/w3c-css/received/css-values-3/support/test-tl.png => layout/reftests/w3c-css/received/css-values/support/test-tl.png
rename : layout/reftests/w3c-css/received/css-values-3/support/test-tr.png => layout/reftests/w3c-css/received/css-values/support/test-tr.png
rename : layout/reftests/w3c-css/received/css-values-3/support/vh_not_refreshing_on_chrome_iframe.html => layout/reftests/w3c-css/received/css-values/support/vh_not_refreshing_on_chrome_iframe.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-calc-support-pct.html => layout/reftests/w3c-css/received/css-values/vh-calc-support-pct.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-calc-support.html => layout/reftests/w3c-css/received/css-values/vh-calc-support.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-em-inherit.html => layout/reftests/w3c-css/received/css-values/vh-em-inherit.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-inherit.html => layout/reftests/w3c-css/received/css-values/vh-inherit.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-interpolate-pct.html => layout/reftests/w3c-css/received/css-values/vh-interpolate-pct.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-interpolate-px.html => layout/reftests/w3c-css/received/css-values/vh-interpolate-px.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-interpolate-vh.html => layout/reftests/w3c-css/received/css-values/vh-interpolate-vh.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-support-atviewport.html => layout/reftests/w3c-css/received/css-values/vh-support-atviewport.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-support-margin.html => layout/reftests/w3c-css/received/css-values/vh-support-margin.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-support-transform-origin.html => layout/reftests/w3c-css/received/css-values/vh-support-transform-origin.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-support-transform-translate.html => layout/reftests/w3c-css/received/css-values/vh-support-transform-translate.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-support.html => layout/reftests/w3c-css/received/css-values/vh-support.html
rename : layout/reftests/w3c-css/received/css-values-3/vh-zero-support.html => layout/reftests/w3c-css/received/css-values/vh-zero-support.html
rename : layout/reftests/w3c-css/received/css-values-3/vh_not_refreshing_on_chrome.html => layout/reftests/w3c-css/received/css-values/vh_not_refreshing_on_chrome.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/OWNERS => layout/reftests/w3c-css/received/css-writing-modes/OWNERS
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-015.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-017.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-017.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-019.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-021.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-021.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-023.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-025.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-025.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-027.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-027.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-029.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-029.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-031.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-031.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-033.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vlr-033.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-014.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-016.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-018.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-020.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-022.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-024.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-026.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-026.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-028.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-028.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-030.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-030.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-032.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-icb-vrl-032.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-009-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-009-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-013-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-013-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-015.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-017.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-017.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-019.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-021.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-021.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-023.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-025.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-025.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-027.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-027.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-029.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-029.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-031.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-031.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-033.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-033.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-035.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-035.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-037.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-037.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-039.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-039.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-041.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-041.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-043.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-043.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-045.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-045.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-047.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-047.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-049.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-049.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-051.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-051.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-053.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-053.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-055.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-055.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-057.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-057.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-059.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-059.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-061.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-061.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-063.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-063.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-065.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-065.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-067.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-067.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-069.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-069.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-071.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-071.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-073.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-073.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-075.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-075.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-077.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-077.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-079.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-079.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-081.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-081.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-083.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-083.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-085.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-085.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-087.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-087.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-089.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-089.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-091.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-091.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-093.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-093.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-095.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-095.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-097.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-097.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-103.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-103.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-105.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-105.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-107.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-107.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-109.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-109.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-111.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-111.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-113.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-113.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-115.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-115.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-117.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-117.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-119.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-119.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-121.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-121.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-123.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-123.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-125.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-125.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-127.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-127.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-129.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-129.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-131.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-131.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-133.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-133.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-135.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-135.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-137.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-137.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-139.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-139.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-141.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-141.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-143.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-143.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-145.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-145.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-147.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-147.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-149.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-149.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-151.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-151.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-153.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-153.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-155-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-155-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-155.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-155.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-157.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-157.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-159.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-159.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-161.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-161.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-163-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-163-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-163.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-163.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-165.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-165.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-167.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-167.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-169.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-169.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-171.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-171.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-173.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-173.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-175.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-175.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-177.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-177.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-179.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-179.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-181.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-181.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-183.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-183.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-185.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-185.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-187.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-187.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-189.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-189.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-191.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-191.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-193.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-193.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-195.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-195.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-197.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-197.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-199.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-199.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-201.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-201.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-203.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-203.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-205.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-205.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-207.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-207.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-209.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-209.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-211.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-211.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-213.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-213.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-215.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-215.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-217.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-217.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-219.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-219.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-221.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-221.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-223.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-223.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-225.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-225.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-227.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-227.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vlr-229.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vlr-229.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-012-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-012-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-014.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-016.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-018.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-020.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-022.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-024.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-026.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-026.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-028.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-028.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-030.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-030.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-032.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-032.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-034.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-034.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-036.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-036.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-038.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-038.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-040.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-040.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-042.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-042.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-044.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-044.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-046.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-046.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-048.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-048.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-050.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-050.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-052.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-052.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-054.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-054.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-056.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-056.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-058.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-058.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-060.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-060.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-062.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-062.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-064.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-064.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-066.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-066.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-068.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-068.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-070.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-070.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-072.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-072.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-074.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-074.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-076.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-076.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-078.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-078.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-080.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-080.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-082.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-082.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-084.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-084.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-086.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-086.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-088.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-088.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-090.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-090.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-092.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-092.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-094.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-094.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-096.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-096.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-102.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-102.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-104.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-104.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-106.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-106.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-108.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-108.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-110.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-110.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-112.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-112.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-114.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-114.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-116.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-116.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-118.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-118.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-120.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-120.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-122-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-122-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-122.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-122.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-124.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-124.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-126.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-126.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-128.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-128.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-130-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-130-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-130.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-130.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-132.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-132.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-134.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-134.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-136.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-136.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-138.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-138.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-140.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-140.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-142.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-142.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-144.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-144.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-146.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-146.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-148.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-148.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-150.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-150.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-152.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-152.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-154.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-154.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-156.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-156.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-158.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-158.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-160.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-160.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-162.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-162.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-164.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-164.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-166.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-166.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-168.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-168.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-170.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-170.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-172.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-172.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-174.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-174.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-176.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-176.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-178.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-178.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-180.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-180.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-182.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-182.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-184.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-184.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-186.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-186.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-188.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-188.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-190.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-190.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-192.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-192.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-194.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-194.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-196.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-196.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-198.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-198.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-200.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-200.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-202.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-202.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-204.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-204.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-206.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-206.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-208.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-208.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-210.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-210.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-212.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-212.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-214.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-214.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-216.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-216.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-218.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-218.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-220.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-220.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-222.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-222.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-224.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-224.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-226.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-226.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/abs-pos-non-replaced-vrl-228.xht => layout/reftests/w3c-css/received/css-writing-modes/abs-pos-non-replaced-vrl-228.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-position-vrl-018-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/background-position-vrl-018-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-position-vrl-018.xht => layout/reftests/w3c-css/received/css-writing-modes/background-position-vrl-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-position-vrl-020.xht => layout/reftests/w3c-css/received/css-writing-modes/background-position-vrl-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-position-vrl-022.xht => layout/reftests/w3c-css/received/css-writing-modes/background-position-vrl-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-size-document-root-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/background-size-document-root-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-size-document-root-vrl-002.html => layout/reftests/w3c-css/received/css-writing-modes/background-size-document-root-vrl-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-size-document-root-vrl-004.html => layout/reftests/w3c-css/received/css-writing-modes/background-size-document-root-vrl-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-size-document-root-vrl-006.html => layout/reftests/w3c-css/received/css-writing-modes/background-size-document-root-vrl-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/background-size-document-root-vrl-008.html => layout/reftests/w3c-css/received/css-writing-modes/background-size-document-root-vrl-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/baseline-inline-non-replaced-002.xht => layout/reftests/w3c-css/received/css-writing-modes/baseline-inline-non-replaced-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/baseline-inline-non-replaced-003.xht => layout/reftests/w3c-css/received/css-writing-modes/baseline-inline-non-replaced-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/baseline-inline-non-replaced-004.xht => layout/reftests/w3c-css/received/css-writing-modes/baseline-inline-non-replaced-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/baseline-inline-non-replaced-005.xht => layout/reftests/w3c-css/received/css-writing-modes/baseline-inline-non-replaced-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/baseline-inline-replaced-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/baseline-inline-replaced-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/baseline-inline-replaced-002.xht => layout/reftests/w3c-css/received/css-writing-modes/baseline-inline-replaced-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/baseline-inline-replaced-003.xht => layout/reftests/w3c-css/received/css-writing-modes/baseline-inline-replaced-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-001.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-002.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-003.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-004.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-005.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-006.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-007.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-008.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-009.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-010.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-embed-011.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-embed-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-001.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-002.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-003.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-004.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-005.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-006.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-007.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-008.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-009.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-010.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-011.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-001.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-002.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-003.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-004.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-005.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-006.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-007.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-008.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-009.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-010.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-011.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-isolate-override-012.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-isolate-override-012.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-001.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-002.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-003.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-004.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-005.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-006.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-007.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-008.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-009.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-010.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-normal-011.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-normal-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-001.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-002.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-003.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-004.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-005.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-006.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-007.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-008.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-009.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-010.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-011.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-override-012.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-override-012.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-001.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-002.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-003.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-004.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-005.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-006.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-007.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-008.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-009.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-010.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-plaintext-011.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-plaintext-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-001.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-002.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-003.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-004.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-005.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-006.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-007.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-008.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-009.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/bidi-unset-010.html => layout/reftests/w3c-css/received/css-writing-modes/bidi-unset-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-embed-001.html => layout/reftests/w3c-css/received/css-writing-modes/block-embed-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-embed-002.html => layout/reftests/w3c-css/received/css-writing-modes/block-embed-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-embed-003.html => layout/reftests/w3c-css/received/css-writing-modes/block-embed-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-004.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-025-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-025-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-043-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-043-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-066-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-066-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-htb-001.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-htb-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-043.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-043.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-047.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-047.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-048.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-048.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-050.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-050.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-054.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-054.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-055.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-055.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-056.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-056.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-058.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-058.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-060.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-060.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-062.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-062.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-063.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-063.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-slr-066.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-slr-066.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-042.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-042.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-045.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-045.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-046.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-046.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-049.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-049.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-051.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-051.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-052.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-052.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-053.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-053.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-057.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-057.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-059.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-059.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-061.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-061.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-064.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-064.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-srl-065.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-srl-065.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-008.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-010.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-014.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-015.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-016.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-018.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-020.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-022.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vlr-023.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vlr-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-005.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-009.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-011.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-013.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-017.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-017.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-019.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-021.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-021.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-024.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-025.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-025.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-026-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-026-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-flow-direction-vrl-026.xht => layout/reftests/w3c-css/received/css-writing-modes/block-flow-direction-vrl-026.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-override-001.html => layout/reftests/w3c-css/received/css-writing-modes/block-override-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-override-002.html => layout/reftests/w3c-css/received/css-writing-modes/block-override-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-override-003.html => layout/reftests/w3c-css/received/css-writing-modes/block-override-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-override-004.html => layout/reftests/w3c-css/received/css-writing-modes/block-override-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-override-isolate-001.html => layout/reftests/w3c-css/received/css-writing-modes/block-override-isolate-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-override-isolate-002.html => layout/reftests/w3c-css/received/css-writing-modes/block-override-isolate-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-override-isolate-003.html => layout/reftests/w3c-css/received/css-writing-modes/block-override-isolate-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-override-isolate-004.html => layout/reftests/w3c-css/received/css-writing-modes/block-override-isolate-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-plaintext-001.html => layout/reftests/w3c-css/received/css-writing-modes/block-plaintext-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-plaintext-002.html => layout/reftests/w3c-css/received/css-writing-modes/block-plaintext-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-plaintext-003.html => layout/reftests/w3c-css/received/css-writing-modes/block-plaintext-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/block-plaintext-004.html => layout/reftests/w3c-css/received/css-writing-modes/block-plaintext-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-conflict-element-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/border-conflict-element-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-spacing-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/border-spacing-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-spacing-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/border-spacing-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-spacing-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/border-spacing-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-spacing-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/border-spacing-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-spacing-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/border-spacing-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/border-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/border-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/border-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/box-offsets-rel-pos-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/box-offsets-rel-pos-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/box-offsets-rel-pos-vlr-005-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/box-offsets-rel-pos-vlr-005-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/box-offsets-rel-pos-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/box-offsets-rel-pos-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/box-offsets-rel-pos-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/box-offsets-rel-pos-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/box-offsets-rel-pos-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/box-offsets-rel-pos-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/box-offsets-rel-pos-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/box-offsets-rel-pos-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/caption-side-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/caption-side-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/caption-side-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/caption-side-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/caption-side-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/caption-side-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/caption-side-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/caption-side-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/central-baseline-alignment-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/central-baseline-alignment-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/central-baseline-alignment-002.xht => layout/reftests/w3c-css/received/css-writing-modes/central-baseline-alignment-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/central-baseline-alignment-003.xht => layout/reftests/w3c-css/received/css-writing-modes/central-baseline-alignment-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clearance-calculations-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clearance-calculations-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clearance-calculations-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/clearance-calculations-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clearance-calculations-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clearance-calculations-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clearance-calculations-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/clearance-calculations-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clearance-calculations-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clearance-calculations-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clearance-calculations-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/clearance-calculations-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clearance-calculations-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clearance-calculations-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clearance-calculations-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/clearance-calculations-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-011-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-011-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-013-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-013-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-015-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-015-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-015.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-017-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-017-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vlr-017.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vlr-017.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-010-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-010-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-012-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-012-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-014-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-014-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-014.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-016-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-016-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/clip-rect-vrl-016.xht => layout/reftests/w3c-css/received/css-writing-modes/clip-rect-vrl-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/contiguous-floated-table-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/contiguous-floated-table-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/contiguous-floated-table-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/contiguous-floated-table-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/contiguous-floated-table-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/contiguous-floated-table-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/contiguous-floated-table-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/contiguous-floated-table-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/contiguous-floated-table-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/contiguous-floated-table-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/contiguous-floated-table-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/contiguous-floated-table-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/contiguous-floated-table-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/contiguous-floated-table-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/contiguous-floated-table-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/contiguous-floated-table-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/different-block-flow-dir-001.xht => layout/reftests/w3c-css/received/css-writing-modes/different-block-flow-dir-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/different-block-flow-dir-002.xht => layout/reftests/w3c-css/received/css-writing-modes/different-block-flow-dir-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/direction-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/direction-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/direction-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/direction-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/direction-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/direction-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/direction-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/direction-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/direction-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/direction-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/direction-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/direction-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/direction-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/direction-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/flexbox_align-items-stretch-writing-modes-ref.html => layout/reftests/w3c-css/received/css-writing-modes/flexbox_align-items-stretch-writing-modes-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/flexbox_align-items-stretch-writing-modes.html => layout/reftests/w3c-css/received/css-writing-modes/flexbox_align-items-stretch-writing-modes.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-clear-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/float-clear-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-clear-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/float-clear-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-clear-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/float-clear-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-clear-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/float-clear-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-clear-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/float-clear-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-clear-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/float-clear-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-clear-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/float-clear-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-clear-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/float-clear-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vlr-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vlr-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vlr-009-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vlr-009-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-012-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-012-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-contiguous-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/float-contiguous-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-lft-orthog-htb-in-vlr-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-lft-orthog-htb-in-vlr-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-lft-orthog-htb-in-vlr-002.xht => layout/reftests/w3c-css/received/css-writing-modes/float-lft-orthog-htb-in-vlr-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-lft-orthog-htb-in-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-lft-orthog-htb-in-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-lft-orthog-htb-in-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/float-lft-orthog-htb-in-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-lft-orthog-vlr-in-htb-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-lft-orthog-vlr-in-htb-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-lft-orthog-vlr-in-htb-002.xht => layout/reftests/w3c-css/received/css-writing-modes/float-lft-orthog-vlr-in-htb-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-lft-orthog-vrl-in-htb-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-lft-orthog-vrl-in-htb-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-lft-orthog-vrl-in-htb-002.xht => layout/reftests/w3c-css/received/css-writing-modes/float-lft-orthog-vrl-in-htb-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-rgt-orthog-htb-in-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-rgt-orthog-htb-in-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-rgt-orthog-htb-in-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/float-rgt-orthog-htb-in-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-rgt-orthog-htb-in-vrl-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-rgt-orthog-htb-in-vrl-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-rgt-orthog-htb-in-vrl-003.xht => layout/reftests/w3c-css/received/css-writing-modes/float-rgt-orthog-htb-in-vrl-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-rgt-orthog-vlr-in-htb-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-rgt-orthog-vlr-in-htb-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-rgt-orthog-vlr-in-htb-003.xht => layout/reftests/w3c-css/received/css-writing-modes/float-rgt-orthog-vlr-in-htb-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-rgt-orthog-vrl-in-htb-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/float-rgt-orthog-vrl-in-htb-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-rgt-orthog-vrl-in-htb-003.xht => layout/reftests/w3c-css/received/css-writing-modes/float-rgt-orthog-vrl-in-htb-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-shrink-to-fit-vrl-vlr-016.xht => layout/reftests/w3c-css/received/css-writing-modes/float-shrink-to-fit-vrl-vlr-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/float-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/float-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/full-width-001.html => layout/reftests/w3c-css/received/css-writing-modes/full-width-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/full-width-002.html => layout/reftests/w3c-css/received/css-writing-modes/full-width-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/full-width-003.html => layout/reftests/w3c-css/received/css-writing-modes/full-width-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/height-width-inline-non-replaced-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/height-width-inline-non-replaced-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/height-width-inline-non-replaced-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/height-width-inline-non-replaced-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/horizontal-rule-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/horizontal-rule-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/horizontal-rule-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/horizontal-rule-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/horizontal-rule-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/horizontal-rule-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/horizontal-rule-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/horizontal-rule-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/horizontal-rule-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/horizontal-rule-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/horizontal-rule-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/horizontal-rule-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/horizontal-rule-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/horizontal-rule-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-002.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-003.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-004.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-005.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-006.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-007.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-orthogonal-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-orthogonal-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-orthogonal-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-orthogonal-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-orthogonal-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-orthogonal-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-orthogonal-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-orthogonal-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-orthogonal-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-orthogonal-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-slr-009-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-slr-009-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-slr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-slr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-block-alignment-srl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-block-alignment-srl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-replaced-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-replaced-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-replaced-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-replaced-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-replaced-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-replaced-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-replaced-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-replaced-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-replaced-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-replaced-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-replaced-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-replaced-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-table-alignment-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-table-alignment-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-table-alignment-002.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-table-alignment-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-table-alignment-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-table-alignment-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-table-alignment-003.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-table-alignment-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-table-alignment-004.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-table-alignment-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/inline-table-alignment-005.xht => layout/reftests/w3c-css/received/css-writing-modes/inline-table-alignment-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-htb-001.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-htb-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-043.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-043.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-047.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-047.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-048.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-048.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-050.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-050.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-053.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-053.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-054.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-054.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-056.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-056.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-058.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-058.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-slr-060.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-slr-060.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-042.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-042.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-045.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-045.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-046.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-046.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-049.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-049.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-051.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-051.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-052.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-052.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-055.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-055.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-057.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-057.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-srl-059.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-srl-059.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-008.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-010.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-014.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-016.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-018.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vlr-020.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vlr-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-005.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-009.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-011.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-015.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-017.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-017.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-direction-vrl-019.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-direction-vrl-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-011-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-011-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-021-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-021-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-021.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-021.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-023-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-023-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vlr-023.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vlr-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-010-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-010-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/line-box-height-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/line-box-height-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-015.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-017.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-017.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-025.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-025.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-031.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-031.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-035.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-035.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vlr-037.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vlr-037.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-014.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-016.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-024.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-030.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-030.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-034.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-034.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-collapse-vrl-036.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-collapse-vrl-036.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/margin-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/margin-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/normal-flow-overconstrained-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/normal-flow-overconstrained-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/normal-flow-overconstrained-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/normal-flow-overconstrained-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/normal-flow-overconstrained-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/normal-flow-overconstrained-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/normal-flow-overconstrained-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/normal-flow-overconstrained-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/ortho-htb-alongside-vrl-floats-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/ortho-htb-alongside-vrl-floats-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/ortho-htb-alongside-vrl-floats-002.xht => layout/reftests/w3c-css/received/css-writing-modes/ortho-htb-alongside-vrl-floats-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/ortho-htb-alongside-vrl-floats-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/ortho-htb-alongside-vrl-floats-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/ortho-htb-alongside-vrl-floats-006.xht => layout/reftests/w3c-css/received/css-writing-modes/ortho-htb-alongside-vrl-floats-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/ortho-htb-alongside-vrl-floats-010-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/ortho-htb-alongside-vrl-floats-010-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/ortho-htb-alongside-vrl-floats-010.xht => layout/reftests/w3c-css/received/css-writing-modes/ortho-htb-alongside-vrl-floats-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/ortho-htb-alongside-vrl-floats-014-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/ortho-htb-alongside-vrl-floats-014-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/ortho-htb-alongside-vrl-floats-014.xht => layout/reftests/w3c-css/received/css-writing-modes/ortho-htb-alongside-vrl-floats-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/outline-inline-block-vrl-006.html => layout/reftests/w3c-css/received/css-writing-modes/outline-inline-block-vrl-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/outline-inline-vlr-006.html => layout/reftests/w3c-css/received/css-writing-modes/outline-inline-vlr-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/outline-inline-vrl-006.html => layout/reftests/w3c-css/received/css-writing-modes/outline-inline-vrl-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-ltr-left-right-vlr-005-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-ltr-left-right-vlr-005-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-ltr-left-right-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-ltr-left-right-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-ltr-left-right-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-ltr-left-right-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-ltr-left-right-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-ltr-left-right-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-ltr-top-bottom-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-ltr-top-bottom-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-ltr-top-bottom-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-ltr-top-bottom-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-ltr-top-bottom-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-ltr-top-bottom-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-ltr-top-bottom-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-ltr-top-bottom-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-rtl-left-right-vlr-009-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-rtl-left-right-vlr-009-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-rtl-left-right-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-rtl-left-right-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-rtl-left-right-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-rtl-left-right-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-rtl-left-right-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-rtl-left-right-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-rtl-top-bottom-vlr-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-rtl-top-bottom-vlr-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-rtl-top-bottom-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-rtl-top-bottom-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-rtl-top-bottom-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-rtl-top-bottom-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/overconstrained-rel-pos-rtl-top-bottom-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/overconstrained-rel-pos-rtl-top-bottom-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/padding-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/padding-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/padding-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/padding-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-margin-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-margin-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-margin-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-margin-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-margin-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-margin-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-margin-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-margin-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-margin-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-margin-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-margin-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-margin-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-padding-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-padding-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-padding-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-padding-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-padding-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-padding-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-padding-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-padding-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-padding-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-padding-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/percent-padding-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/percent-padding-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-005.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-007.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-008.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-009.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-010.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-embed-011.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-embed-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-005.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-007.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-008.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-009.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-010.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-005.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-007.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-008.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-009.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-010.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-011.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-isolate-override-012.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-isolate-override-012.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-005.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-007.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-008.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-009.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-010.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-normal-011.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-normal-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-005.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-007.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-008.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-009.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-010.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-011.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-override-012.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-override-012.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-005.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-005.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-007.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-008.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-009.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-010.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-010.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/bidi-plaintext-011.html => layout/reftests/w3c-css/received/css-writing-modes/reference/bidi-plaintext-011.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-embed-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-embed-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-embed-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-embed-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-embed-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-embed-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-override-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-override-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-override-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-override-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-override-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-override-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-override-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-override-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-override-isolate-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-override-isolate-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-override-isolate-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-override-isolate-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-override-isolate-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-override-isolate-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-override-isolate-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-override-isolate-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-plaintext-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-plaintext-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-plaintext-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-plaintext-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-plaintext-003.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-plaintext-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/block-plaintext-004.html => layout/reftests/w3c-css/received/css-writing-modes/reference/block-plaintext-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/full-width-001-horizontal-notref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/full-width-001-horizontal-notref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/full-width-001-nofullwidth-notref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/full-width-001-nofullwidth-notref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/full-width-002-horizontal-notref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/full-width-002-horizontal-notref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/full-width-002-notcu-notref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/full-width-002-notcu-notref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/horizontal-ahem-1x1-notref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/horizontal-ahem-1x1-notref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/horizontal-ahem-1x3-notref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/horizontal-ahem-1x3-notref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/horizontal-ahem-1x4-notref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/horizontal-ahem-1x4-notref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/horizontal-ahem-1x5-notref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/horizontal-ahem-1x5-notref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/outline-inline-block-vrl-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/outline-inline-block-vrl-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/outline-inline-vlr-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/outline-inline-vlr-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/outline-inline-vrl-006.html => layout/reftests/w3c-css/received/css-writing-modes/reference/outline-inline-vrl-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/support/sileot-webfont.woff => layout/reftests/w3c-css/received/css-writing-modes/reference/support/sileot-webfont.woff
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/support/tcu-font.woff => layout/reftests/w3c-css/received/css-writing-modes/reference/support/tcu-font.woff
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/text-combine-upright-decorations-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/text-combine-upright-decorations-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/text-combine-upright-inherit-all-001.html => layout/reftests/w3c-css/received/css-writing-modes/reference/text-combine-upright-inherit-all-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/text-combine-upright-inherit-all-002.html => layout/reftests/w3c-css/received/css-writing-modes/reference/text-combine-upright-inherit-all-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/text-combine-upright-layout-rules-001-ref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/text-combine-upright-layout-rules-001-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/text-combine-upright-value-single-character.html => layout/reftests/w3c-css/received/css-writing-modes/reference/text-combine-upright-value-single-character.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/vertical-ahem-1x1-ref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/vertical-ahem-1x1-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/vertical-ahem-1x3-ref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/vertical-ahem-1x3-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/vertical-ahem-1x4-ref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/vertical-ahem-1x4-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/vertical-ahem-1x5-ref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/vertical-ahem-1x5-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/writing-mode-horizontal-001l-ref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/writing-mode-horizontal-001l-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reference/writing-mode-horizontal-001r-ref.html => layout/reftests/w3c-css/received/css-writing-modes/reference/writing-mode-horizontal-001r-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reftest/writing-mode-vertical-lr-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/reftest/writing-mode-vertical-lr-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reftest/writing-mode-vertical-rl-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/reftest/writing-mode-vertical-rl-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/reftest/writing-mode-vertical-rl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/reftest/writing-mode-vertical-rl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-slr-023.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-slr-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-slr-029.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-slr-029.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-srl-022.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-srl-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-srl-028.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-srl-028.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/row-progression-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/row-progression-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-001.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-004.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-006.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-008.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-010-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-010-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-010.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-011-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-011-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-012.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-013-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-013-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-015-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-015-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-015.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-016-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-016-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-016.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-018-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-018-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-018.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-019-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-019-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-019.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-020-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-020-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-020.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-021.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-021.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-022-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-022-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-022.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-023-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-023-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-023.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vlr-024.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vlr-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-001.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-003.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-007.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-009.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-010-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-010-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-011-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-011-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-011.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-013-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-013-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-013.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-015-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-015-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-015.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-016.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-018-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-018-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-018.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-019-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-019-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-019.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-020-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-020-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-020.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-021.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-021.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-022-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-022-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-022.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-023-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-023-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-023.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-htb-in-vrl-024.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-htb-in-vrl-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-001.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-002.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-004.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-005-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-005-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-006.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vlr-008.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vlr-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-001.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-003.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-005-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-005-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-005.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-007.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-htb-in-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-htb-in-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-001.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-002.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-003.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-004.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-005-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-005-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-005.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-006.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-007.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vlr-in-htb-008.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vlr-in-htb-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-001.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-002.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-003.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-004.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-005-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-005-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-005.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-006.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-007.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-prct-vrl-in-htb-008.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-prct-vrl-in-htb-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-001.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-003.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-004.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-006.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-007.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-008.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-009-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-009-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-009.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-010-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-010-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-010.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-011-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-011-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-011.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-012-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-012-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-012.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-013-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-013-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-013.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-015-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-015-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-015.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-016-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-016-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-016.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-018-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-018-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-018.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-019-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-019-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-019.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-020-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-020-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-020.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-021.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-021.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-022-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-022-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-022.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-023-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-023-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-023.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vlr-in-htb-024.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vlr-in-htb-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-001-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-001-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-001.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-003.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-004.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-006.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-007-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-007-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-007.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-008.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-009-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-009-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-009.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-010-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-010-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-010.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-011-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-011-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-011.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-012-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-012-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-012.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-013-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-013-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-013.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-015-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-015-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-015.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-016-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-016-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-016.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-018-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-018-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-018.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-019-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-019-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-019.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-020-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-020-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-020.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-020.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-021.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-021.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-022-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-022-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-022.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-023-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-023-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-023.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/sizing-orthog-vrl-in-htb-024.xht => layout/reftests/w3c-css/received/css-writing-modes/sizing-orthog-vrl-in-htb-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/100x100-lime.png => layout/reftests/w3c-css/received/css-writing-modes/support/100x100-lime.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/100x100-red.png => layout/reftests/w3c-css/received/css-writing-modes/support/100x100-red.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/DejaVuSerif-webfont.woff => layout/reftests/w3c-css/received/css-writing-modes/support/DejaVuSerif-webfont.woff
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/adobe-fonts/CSSFWOrientationTest.otf => layout/reftests/w3c-css/received/css-writing-modes/support/adobe-fonts/CSSFWOrientationTest.otf
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/adobe-fonts/CSSHWOrientationTest.otf => layout/reftests/w3c-css/received/css-writing-modes/support/adobe-fonts/CSSHWOrientationTest.otf
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/adobe-fonts/LICENSE => layout/reftests/w3c-css/received/css-writing-modes/support/adobe-fonts/LICENSE
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/adobe-fonts/README.md => layout/reftests/w3c-css/received/css-writing-modes/support/adobe-fonts/README.md
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-1col-2row-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-1col-2row-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-1col-3row-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-1col-3row-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-2col-2row-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-2col-2row-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-2col-3row-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-2col-3row-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-3col-2row-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-3col-2row-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-3col-3row-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-3col-3row-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-4col-2row-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-4col-2row-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-4col-3row-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-4col-3row-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-low-left-corn-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-low-left-corn-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-low-rght-corn-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-low-rght-corn-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-upp-left-corn-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-upp-left-corn-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/bg-red-upp-rght-corn-320x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/bg-red-upp-rght-corn-320x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/block-flow-direction-025-exp-res.png => layout/reftests/w3c-css/received/css-writing-modes/support/block-flow-direction-025-exp-res.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/block-flow-direction-066-exp-res.png => layout/reftests/w3c-css/received/css-writing-modes/support/block-flow-direction-066-exp-res.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/blue-horiz-line-220x1.png => layout/reftests/w3c-css/received/css-writing-modes/support/blue-horiz-line-220x1.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/blue-horiz-line-320x1.png => layout/reftests/w3c-css/received/css-writing-modes/support/blue-horiz-line-320x1.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/blue-vert-line-1x220.png => layout/reftests/w3c-css/received/css-writing-modes/support/blue-vert-line-1x220.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/blue-vert-line-1x320.png => layout/reftests/w3c-css/received/css-writing-modes/support/blue-vert-line-1x320.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/blue-yellow-206w-165h.png => layout/reftests/w3c-css/received/css-writing-modes/support/blue-yellow-206w-165h.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/blue1x1.png => layout/reftests/w3c-css/received/css-writing-modes/support/blue1x1.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/blue20x20.png => layout/reftests/w3c-css/received/css-writing-modes/support/blue20x20.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/cat.png => layout/reftests/w3c-css/received/css-writing-modes/support/cat.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/clearance-calculation-vrl-002.png => layout/reftests/w3c-css/received/css-writing-modes/support/clearance-calculation-vrl-002.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/clearance-calculation-vrl-004.png => layout/reftests/w3c-css/received/css-writing-modes/support/clearance-calculation-vrl-004.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/clearance-calculation-vrl-006.png => layout/reftests/w3c-css/received/css-writing-modes/support/clearance-calculation-vrl-006.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-007.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-009.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-009.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-015.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-015.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-017.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-017.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-019.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-019.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-021.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-021.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-023.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-023.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-025.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-025.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-027.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-027.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-029.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-029.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-031.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-031.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vlr-033.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-006.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-008.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-014.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-014.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-016.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-016.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-018.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-018.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-020.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-022.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-022.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-024.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-024.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-026.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-026.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-028.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-028.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-032.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-abs-pos-non-replaced-icb-vrl-032.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-002.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-for-background-size-root-vrl-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-004.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-for-background-size-root-vrl-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-006.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-for-background-size-root-vrl-006.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/embedded-doc-for-background-size-root-vrl-008.html => layout/reftests/w3c-css/received/css-writing-modes/support/embedded-doc-for-background-size-root-vrl-008.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/form-controls-slr.png => layout/reftests/w3c-css/received/css-writing-modes/support/form-controls-slr.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/form-controls-srl.png => layout/reftests/w3c-css/received/css-writing-modes/support/form-controls-srl.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/form-controls-vlr.png => layout/reftests/w3c-css/received/css-writing-modes/support/form-controls-vlr.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/left-bottom-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/left-bottom-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/left-bottom-green-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/left-bottom-green-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/left-center-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/left-center-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/left-center-green-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/left-center-green-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/left-side-filled-square-40x160.png => layout/reftests/w3c-css/received/css-writing-modes/support/left-side-filled-square-40x160.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/left-top-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/left-top-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/margin-collapse-2em-space-wm-vert.png => layout/reftests/w3c-css/received/css-writing-modes/support/margin-collapse-2em-space-wm-vert.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/mplus-1p-regular.woff => layout/reftests/w3c-css/received/css-writing-modes/support/mplus-1p-regular.woff
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/opaque-square-40x160.png => layout/reftests/w3c-css/received/css-writing-modes/support/opaque-square-40x160.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/ortho-htb-alongside-vrl-floats-002-exp-res.png => layout/reftests/w3c-css/received/css-writing-modes/support/ortho-htb-alongside-vrl-floats-002-exp-res.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/page-flow-direction-002p1.png => layout/reftests/w3c-css/received/css-writing-modes/support/page-flow-direction-002p1.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/page-flow-direction-002p2.png => layout/reftests/w3c-css/received/css-writing-modes/support/page-flow-direction-002p2.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/page-flow-direction-002p3.png => layout/reftests/w3c-css/received/css-writing-modes/support/page-flow-direction-002p3.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/page-flow-direction-002p4.png => layout/reftests/w3c-css/received/css-writing-modes/support/page-flow-direction-002p4.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-abs-pos-non-replaced.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-abs-pos-non-replaced.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-002.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-002.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-004.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-004.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-006.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-006.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-008.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-008.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-010.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-010.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-012.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-012.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-014.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-014.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-016.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-016.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-bg-pos-vrl-018.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-bg-pos-vrl-018.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-box-offsets-rel-pos.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-box-offsets-rel-pos.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-clearance-calculations.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-clearance-calculations.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-first-page-vlr-003.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-first-page-vlr-003.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-first-page-vrl-002.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-first-page-vrl-002.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-float-contiguous.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-float-contiguous.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pass-cdts-horiz-rule.png => layout/reftests/w3c-css/received/css-writing-modes/support/pass-cdts-horiz-rule.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-gg-gr-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-gg-gr-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-gg-rg-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-gg-rg-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-gg-rr-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-gg-rr-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-gr-gg-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-gr-gg-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-gr-gr-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-gr-gr-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-gr-rg-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-gr-rg-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-gr-rr-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-gr-rr-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-rg-gg-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-rg-gg-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-rg-gr-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-rg-gr-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-rg-rg-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-rg-rg-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-rg-rr-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-rg-rr-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-rr-gr-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-rr-gr-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/pattern-rr-rg-100x100.png => layout/reftests/w3c-css/received/css-writing-modes/support/pattern-rr-rg-100x100.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/right-bottom-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/right-bottom-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/right-bottom-green-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/right-bottom-green-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/right-center-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/right-center-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/right-center-green-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/right-center-green-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/right-side-filled-square-40x160.png => layout/reftests/w3c-css/received/css-writing-modes/support/right-side-filled-square-40x160.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/right-top-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/right-top-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/right-top-green-200x300.png => layout/reftests/w3c-css/received/css-writing-modes/support/right-top-green-200x300.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/sileot-webfont.woff => layout/reftests/w3c-css/received/css-writing-modes/support/sileot-webfont.woff
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/swatch-aqua.png => layout/reftests/w3c-css/received/css-writing-modes/support/swatch-aqua.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/swatch-blue.png => layout/reftests/w3c-css/received/css-writing-modes/support/swatch-blue.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/swatch-fuchsia.png => layout/reftests/w3c-css/received/css-writing-modes/support/swatch-fuchsia.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/swatch-green.png => layout/reftests/w3c-css/received/css-writing-modes/support/swatch-green.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/swatch-olive.png => layout/reftests/w3c-css/received/css-writing-modes/support/swatch-olive.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/swatch-orange.png => layout/reftests/w3c-css/received/css-writing-modes/support/swatch-orange.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/swatch-teal.png => layout/reftests/w3c-css/received/css-writing-modes/support/swatch-teal.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/swatch-yellow.png => layout/reftests/w3c-css/received/css-writing-modes/support/swatch-yellow.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/tcu-font.otf => layout/reftests/w3c-css/received/css-writing-modes/support/tcu-font.otf
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/tcu-font.woff => layout/reftests/w3c-css/received/css-writing-modes/support/tcu-font.woff
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/test-bl.png => layout/reftests/w3c-css/received/css-writing-modes/support/test-bl.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/test-br.png => layout/reftests/w3c-css/received/css-writing-modes/support/test-br.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/test-tl.png => layout/reftests/w3c-css/received/css-writing-modes/support/test-tl.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/test-tr.png => layout/reftests/w3c-css/received/css-writing-modes/support/test-tr.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation-010.png => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation-010.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation-012.png => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation-012.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation-mixed-vrl-002.png => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation-mixed-vrl-002.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation-sideways-left-001.png => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation-sideways-left-001.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation-sideways-lr.png => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation-sideways-lr.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation-sideways-right-001.png => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation-sideways-right-001.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation-upright-001.png => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation-upright-001.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation-upright-vrl-002.png => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation-upright-vrl-002.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/text-orientation.js => layout/reftests/w3c-css/received/css-writing-modes/support/text-orientation.js
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/vertical-form.png => layout/reftests/w3c-css/received/css-writing-modes/support/vertical-form.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/wm-propagation-body-003-exp-res.png => layout/reftests/w3c-css/received/css-writing-modes/support/wm-propagation-body-003-exp-res.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/yellow-square-59x59.png => layout/reftests/w3c-css/received/css-writing-modes/support/yellow-square-59x59.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/yellow-square-horiz-redline-bottom-59x59.png => layout/reftests/w3c-css/received/css-writing-modes/support/yellow-square-horiz-redline-bottom-59x59.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/yellow-square-vert-redline-center-59x59.png => layout/reftests/w3c-css/received/css-writing-modes/support/yellow-square-vert-redline-center-59x59.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/yellow-square-vert-redline-left-59x59.png => layout/reftests/w3c-css/received/css-writing-modes/support/yellow-square-vert-redline-left-59x59.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/support/yellow-square-vert-redline-right-59x59.png => layout/reftests/w3c-css/received/css-writing-modes/support/yellow-square-vert-redline-right-59x59.png
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-column-order-002.xht => layout/reftests/w3c-css/received/css-writing-modes/table-column-order-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-column-order-003.xht => layout/reftests/w3c-css/received/css-writing-modes/table-column-order-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-column-order-004.xht => layout/reftests/w3c-css/received/css-writing-modes/table-column-order-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-column-order-005.xht => layout/reftests/w3c-css/received/css-writing-modes/table-column-order-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-column-order-slr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/table-column-order-slr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-column-order-srl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/table-column-order-srl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-001-ref.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-001-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-002-ref.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-002-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-slr-001-ref.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-slr-001-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-slr-001.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-slr-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-slr-002.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-slr-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-srl-001.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-srl-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-srl-002.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-srl-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-vlr-001.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-vlr-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-vlr-002.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-vlr-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-vlr-003.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-vlr-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-vlr-004.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-vlr-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-vrl-001.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-vrl-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-vrl-002.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-vrl-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-vrl-003.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-vrl-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/table-progression-vrl-004.html => layout/reftests/w3c-css/received/css-writing-modes/table-progression-vrl-004.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-009-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-009-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-015.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-017.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-017.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vlr-019.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vlr-019.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-014.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-016.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-align-vrl-018.xht => layout/reftests/w3c-css/received/css-writing-modes/text-align-vrl-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-slr-009-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-slr-009-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-slr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-slr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-srl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-srl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-vrl-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-vrl-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-baseline-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/text-baseline-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-decorations-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-decorations-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-inherit-all-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-inherit-all-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-inherit-all-002.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-inherit-all-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-layout-rules-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-layout-rules-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-line-breaking-rules-001-ref.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-line-breaking-rules-001-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-line-breaking-rules-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-all-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-all-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-all-002.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-all-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-all-003.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-all-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits2-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits2-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits2-002.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits2-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits2-003.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits2-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits3-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits3-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits3-002.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits3-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits3-003.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits3-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits4-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits4-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits4-002.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits4-002.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-digits4-003.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-digits4-003.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-combine-upright-value-none-001.html => layout/reftests/w3c-css/received/css-writing-modes/text-combine-upright-value-none-001.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-003.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-005-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-005-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-005.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-007.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-009.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-011-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-011-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-011.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-013-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-013-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-013.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-013.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-015.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vlr-017.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vlr-017.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-004.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-006.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-008.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-010-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-010-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-010.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-012-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-012-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-012.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-012.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-014.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-014.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-indent-vrl-016.xht => layout/reftests/w3c-css/received/css-writing-modes/text-indent-vrl-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-016-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-016-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-016.xht => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-mixed-srl-016-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-mixed-srl-016-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-mixed-srl-016.xht => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-mixed-srl-016.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-mixed-vlr-100-ref.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-mixed-vlr-100-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-mixed-vlr-100.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-mixed-vlr-100.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-mixed-vrl-100-ref.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-mixed-vrl-100-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-mixed-vrl-100.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-mixed-vrl-100.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-sideways-vlr-100-ref.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-sideways-vlr-100-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-sideways-vlr-100.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-sideways-vlr-100.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-sideways-vrl-100-ref.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-sideways-vrl-100-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-sideways-vrl-100.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-sideways-vrl-100.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-upright-srl-018.xht => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-upright-srl-018.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-upright-vlr-100-ref.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-upright-vlr-100-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-upright-vlr-100.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-upright-vlr-100.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-upright-vrl-100-ref.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-upright-vrl-100-ref.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/text-orientation-upright-vrl-100.html => layout/reftests/w3c-css/received/css-writing-modes/text-orientation-upright-vrl-100.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-002-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-002-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-002.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-003.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-003.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-004-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-004-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-004.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-004.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-005.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-005.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-006-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-006-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-006.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-007.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-007.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-008-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-008-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-008.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-009.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-009.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-slr-029.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-slr-029.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-slr-031.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-slr-031.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-slr-033.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-slr-033.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-slr-035.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-slr-035.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-slr-041.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-slr-041.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-slr-049-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-slr-049-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-srl-028.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-srl-028.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-srl-030.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-srl-030.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-srl-032.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-srl-032.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-srl-034.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-srl-034.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-srl-040.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-srl-040.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-vlr-023.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-vlr-023.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-vlr-025.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-vlr-025.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-vlr-027.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-vlr-027.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-vrl-022-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-vrl-022-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-vrl-022.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-vrl-022.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-vrl-024.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-vrl-024.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-vrl-026-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-vrl-026-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/vertical-alignment-vrl-026.xht => layout/reftests/w3c-css/received/css-writing-modes/vertical-alignment-vrl-026.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/wm-propagation-body-003-ref.xht => layout/reftests/w3c-css/received/css-writing-modes/wm-propagation-body-003-ref.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/wm-propagation-body-006.xht => layout/reftests/w3c-css/received/css-writing-modes/wm-propagation-body-006.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/wm-propagation-body-008.xht => layout/reftests/w3c-css/received/css-writing-modes/wm-propagation-body-008.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/wm-propagation-body-010.xht => layout/reftests/w3c-css/received/css-writing-modes/wm-propagation-body-010.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/wm-propagation-body-011.xht => layout/reftests/w3c-css/received/css-writing-modes/wm-propagation-body-011.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/wm-propagation-body-015.xht => layout/reftests/w3c-css/received/css-writing-modes/wm-propagation-body-015.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/writing-mode-horizontal-001l.html => layout/reftests/w3c-css/received/css-writing-modes/writing-mode-horizontal-001l.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/writing-mode-horizontal-001r.html => layout/reftests/w3c-css/received/css-writing-modes/writing-mode-horizontal-001r.html
rename : layout/reftests/w3c-css/received/css-writing-modes-3/writing-mode-vertical-lr-002.xht => layout/reftests/w3c-css/received/css-writing-modes/writing-mode-vertical-lr-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/writing-mode-vertical-rl-001.xht => layout/reftests/w3c-css/received/css-writing-modes/writing-mode-vertical-rl-001.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/writing-mode-vertical-rl-002.xht => layout/reftests/w3c-css/received/css-writing-modes/writing-mode-vertical-rl-002.xht
rename : layout/reftests/w3c-css/received/css-writing-modes-3/writing-mode-vertical-rl-003-ref.htm => layout/reftests/w3c-css/received/css-writing-modes/writing-mode-vertical-rl-003-ref.htm
rename : layout/reftests/w3c-css/received/css-writing-modes-3/writing-mode-vertical-rl-003.htm => layout/reftests/w3c-css/received/css-writing-modes/writing-mode-vertical-rl-003.htm
rename : layout/reftests/w3c-css/received/selectors4/OWNERS => layout/reftests/w3c-css/received/selectors/OWNERS
rename : layout/reftests/w3c-css/received/selectors4/focus-within-001-ref.html => layout/reftests/w3c-css/received/selectors/focus-within-001-ref.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-001.html => layout/reftests/w3c-css/received/selectors/focus-within-001.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-002.html => layout/reftests/w3c-css/received/selectors/focus-within-002.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-003.html => layout/reftests/w3c-css/received/selectors/focus-within-003.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-004.html => layout/reftests/w3c-css/received/selectors/focus-within-004.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-005.html => layout/reftests/w3c-css/received/selectors/focus-within-005.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-006-ref.html => layout/reftests/w3c-css/received/selectors/focus-within-006-ref.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-006.html => layout/reftests/w3c-css/received/selectors/focus-within-006.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-007-ref.html => layout/reftests/w3c-css/received/selectors/focus-within-007-ref.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-007.html => layout/reftests/w3c-css/received/selectors/focus-within-007.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-008.html => layout/reftests/w3c-css/received/selectors/focus-within-008.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-010.html => layout/reftests/w3c-css/received/selectors/focus-within-010.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-shadow-001-ref.html => layout/reftests/w3c-css/received/selectors/focus-within-shadow-001-ref.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-shadow-001.html => layout/reftests/w3c-css/received/selectors/focus-within-shadow-001.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-shadow-002.html => layout/reftests/w3c-css/received/selectors/focus-within-shadow-002.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-shadow-003.html => layout/reftests/w3c-css/received/selectors/focus-within-shadow-003.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-shadow-004.html => layout/reftests/w3c-css/received/selectors/focus-within-shadow-004.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-shadow-005.html => layout/reftests/w3c-css/received/selectors/focus-within-shadow-005.html
rename : layout/reftests/w3c-css/received/selectors4/focus-within-shadow-006.html => layout/reftests/w3c-css/received/selectors/focus-within-shadow-006.html
rename : layout/reftests/w3c-css/received/selectors4/of-type-selectors-ref.xhtml => layout/reftests/w3c-css/received/selectors/of-type-selectors-ref.xhtml
rename : layout/reftests/w3c-css/received/selectors4/of-type-selectors.xhtml => layout/reftests/w3c-css/received/selectors/of-type-selectors.xhtml
rename : layout/reftests/w3c-css/received/selectors4/selector-required-ref.html => layout/reftests/w3c-css/received/selectors/selector-required-ref.html
rename : layout/reftests/w3c-css/received/selectors4/selector-required.html => layout/reftests/w3c-css/received/selectors/selector-required.html
rename : layout/reftests/w3c-css/received/selectors4/selectors-dir-selector-ltr-001.html => layout/reftests/w3c-css/received/selectors/selectors-dir-selector-ltr-001.html
rename : layout/reftests/w3c-css/received/selectors4/selectors-dir-selector-rtl-001.html => layout/reftests/w3c-css/received/selectors/selectors-dir-selector-rtl-001.html
extra : rebase_source : 8db58470f1de74ecc3071f711cdb9b2caf2b51b8
2018-01-17 13:34:12 -08:00
Neerja Pancholi 2b33fe71d9 Bug 1430939 - Part1:Update directory names in import-tests.py and failures.list to match names in w3c/web-platform-tests. r=dholbert
MozReview-Commit-ID: 7y9LariD9e8

--HG--
extra : rebase_source : 487eadd6c3b9d58406d12fc698d67968e8f3821a
2018-01-17 13:43:02 -08:00
Jonathan Watt d80eff51f9 Bug 1430619 part 3 - Remove nsIContentViewerContainer. r=smaug
MozReview-Commit-ID: BxpgH0DPKQw
2018-01-11 12:27:00 +00:00
Jonathan Watt b7e7d82901 Bug 1430619 part 2 - Move nsIContentViewerContainer::setIsPrinting to nsIDocShell. r=smaug
MozReview-Commit-ID: LJrZbDAilnW
2018-01-11 12:05:37 +00:00
Ciure Andrei cbcd8bb3a1 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-01-19 00:12:03 +02:00
Mats Palmgren a688df9570 Bug 1430757 - Subtract the size of the grid gaps the item spans from "space to fill" when calculating the "Find the Size of an 'fr'" for a grid item. r=dholbert
I.e. in the second bullet of "If the free space is an indefinite length" here:
https://drafts.csswg.org/css-grid/#algo-flex-tracks
2018-01-18 23:06:23 +01:00
Andreea Pavel 353c1b48e7 Backed out 2 changesets (bug 1428993) for failing reftest ayout/reftests/display-list/1428993-1.html on Android
Backed out changeset 080c07796f4c (bug 1428993)
Backed out changeset 7f88ebf8d0d1 (bug 1428993)

--HG--
extra : rebase_source : dd7c442728f6086af7c0de714e21090700709d67
2018-01-18 21:03:23 +02:00
Matt Woodrow 17d737b458 Bug 1420737 - Fix merge algorithm to handle more complex z-index changes. r=mstange 2018-01-17 12:07:42 +13:00
Lee Salzman d7042b0a8f Bug 1400917 - render missing glyphs with WebRender. r=gankro 2018-01-18 16:10:14 -05:00
Miko Mynttinen c6350c2dd1 Bug 1428993 - Part 2: Override dirty rect for stacking contexts between OOF frame placeholder and the containing block r=mattwoodrow
MozReview-Commit-ID: FoX9uyoiqj4

--HG--
extra : rebase_source : 64baafadcb35509e08f8db30b2153eb16c41c369
2018-01-12 18:02:14 +01:00
Miko Mynttinen ca313152eb Bug 1428993 - Part 1: Split RetainedDisplayListBuilder::ComputeRebuildRegion() and PreProcessDisplayList() into multiple functions r=mattwoodrow
MozReview-Commit-ID: 77DntJk53q2

--HG--
extra : rebase_source : 1225625228c719ad57e31ef652aa45529a4f45d7
2018-01-17 18:27:42 +01:00
Markus Stange 0aa86b9a19 Bug 1431483 - Add a pseudo stack frame with the image URL to ImageLoader::Notify. r=aosmond
MozReview-Commit-ID: F3KU0qpmHx6

--HG--
extra : rebase_source : 7533303c15407580f9cf4c6843c6478979197836
2018-01-18 14:02:30 -05:00
Miko Mynttinen 10a44a7717 Bug 1428993 - Part 2: Override dirty rect for stacking contexts between OOF frame placeholder and the containing block r=mattwoodrow
MozReview-Commit-ID: FoX9uyoiqj4

--HG--
extra : rebase_source : 08d1aad9ec618bfccf95ba4983cb57aaaeb82070
2018-01-12 18:02:14 +01:00
Miko Mynttinen cf6c19945b Bug 1428993 - Part 1: Split RetainedDisplayListBuilder::ComputeRebuildRegion() and PreProcessDisplayList() into multiple functions r=mattwoodrow
MozReview-Commit-ID: 77DntJk53q2

--HG--
extra : rebase_source : a807d7e1bf038fc67e4b964d88560dc39732892d
2018-01-17 18:27:42 +01:00
Emilio Cobos Álvarez aaf0600c08 Bug 1431041: Make placeholder apply to <input type="number">. r=smaug
MozReview-Commit-ID: GLbdLxHLiH4
2018-01-18 17:20:37 +01:00
Emilio Cobos Álvarez 927ea89c0d Bug 1426649: Remove nsCSSFrameConstructor updates. r=mats
They used to do quote updates and such but they where moved long ago, and do
nothing now.

MozReview-Commit-ID: 188vzGctbty

--HG--
extra : rebase_source : dd638875f9ef9ceb2343df5f8677a23d820c7a36
2017-12-21 19:34:48 +01:00
Emilio Cobos Álvarez 1273bba03f Bug 1426649: Stop tracking DOM changes from painting. r=dbaron
I'm pretty sure this is not a problem now, since we don't mutate the DOM from
painting, and we don't have legacy extensions anymore.

Just to confirm, I did a try run with a RELEASE_ASSERT(!CheckDOMModified()), and
it passed.

MozReview-Commit-ID: HTekD8tsz9v

--HG--
extra : rebase_source : 3ae51ff73b921fd720bd09ae9e294f2d85c71644
2017-12-21 14:09:32 +01:00
Tim Nguyen 6071f20f6c Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao
MozReview-Commit-ID: 3hydkeoneC0

--HG--
extra : rebase_source : eca404511d1fc2d9d7e9711fbd1accefd3781b16
2018-01-18 10:36:05 +00:00
Brad Werth 45a547d205 Bug 1415940 Part 6: Create an InspectorUtils::HasRulesModifiedByCSSOM for use by devtools. r=bz,tromey
MozReview-Commit-ID: GrQ7HvBIzkZ

--HG--
extra : rebase_source : 0e8ea8cfb041973a0d0c1cc98202e7e0e465c11a
2018-01-05 13:38:56 -08:00
Brad Werth 150230fd83 Bug 1415940 Part 5: Change InspectorUtils::GetRelativeRuleLine to not remap line numbers if it introduces underflow. r=bz
MozReview-Commit-ID: 8ZhzPWubBg7

--HG--
extra : rebase_source : e3edb4a9f9449dc6c760a71cd61a3ffb08c9fcfb
2018-01-17 14:40:45 -08:00
Brad Werth dad1ec8175 Bug 1415940 Part 4: Generalize a StyleSheet cast in ServoStyleRuleDeclaration::SetCSSDeclaration to prevent a NULL dereference from AsServo(). r=bz
MozReview-Commit-ID: GXHb3gLOEkt

--HG--
extra : rebase_source : a4a1c018d02c049fe96b61923e27a912e7a3a892
2018-01-12 14:54:48 -08:00
Brad Werth 2d605f9ac5 Bug 1415940 Part 3: Make StyleSheets clear their MODIFIED_RULES flag when the sheet is reparsed. r=bz
MozReview-Commit-ID: F7g2CstgjT8

--HG--
extra : rebase_source : 6bd59483739a24edebc00ce62eaef554c63d4842
2018-01-11 16:43:58 -08:00
Brad Werth 3904b95eed Bug 1415940 Part 2: Give StyleSheet a dirty flag of MODIFIED_RULES, and a method to test it. r=bz
MozReview-Commit-ID: D52NghCopH2

--HG--
extra : rebase_source : 58d8a9aea0a2b5bfd655bd122a5a77016c31cdf6
2018-01-03 15:02:43 -08:00
Brad Werth 7e7864add9 Bug 1415940 Part 1: Expand StyleSheet dirty flag into a bitfield, to allow more types of dirtiness. r=bz
MozReview-Commit-ID: 7IasNqj85il

--HG--
extra : rebase_source : 414548a7a0d413917bd72ee3fc384cf2280c334b
2018-01-03 14:25:56 -08:00
Miko Mynttinen 658423bccf Bug 1429027 - Include caret area for caret frames when calculating dirty region for retained display list r=mattwoodrow
MozReview-Commit-ID: JGs31sHNBvf

--HG--
extra : rebase_source : 864353173cd218dd522805747306884425fa88b0
2018-01-19 18:08:27 +01:00
Kartikaya Gupta 6ab4e2086e Bug 1430829 - Reduce fuzz in reftest from WR PR 2308. r=jrmuizel
MozReview-Commit-ID: DR9zZ2jkwHI

--HG--
extra : rebase_source : df4eb8a9b40fa89c69ca572144d4b1d8bc6f056d
2018-01-19 12:34:06 -05:00
Daniel Holbert ddbd3a3ec5 Bug 1431856: Replace incorrect/obsolete reftest flexbox-paint-ordering-3.html with a version that has up-to-date expectations. r=mats
MozReview-Commit-ID: JmELzrvoljF

--HG--
extra : rebase_source : 1382f344e61aa3566eb2cf613b8dac3dfb851e20
2018-01-19 15:16:29 -08:00
Dorel Luca a066bff27d Merge mozilla-inbound to mozilla-central r=merge a=merge 2018-01-18 11:43:47 +02:00
Dorel Luca 634c361dcc Backed out changeset ee3afc686ce5 (bug 1420737) for Leaks on multiple failures 2018-01-18 08:32:17 +02:00
Matt Woodrow bfcf90e9f2 Bug 1420737 - Fix merge algorithm to handle more complex z-index changes. r=mstange 2018-01-17 12:07:42 +13:00
sotaro 00c8806482 Bug 1430610 - Change nsIFrame::InvalidateLayer() as to check WebRender's async update r=mtseng 2018-01-18 13:28:49 +09:00
Hiroyuki Ikezoe f1eb8b8c09 Bug 1430975 - Reduce elapsed time precision for transitioncancel event. r=boris
See the table for elapsed time for each transition event;
https://drafts.csswg.org/css-transitions-2/#event-dispatch

MozReview-Commit-ID: DuLip0XkwtE

--HG--
extra : rebase_source : 049d1559ae49cf76df16d05b77dd5cd4d196bc2a
2018-01-18 15:01:27 +09:00
Hiroyuki Ikezoe ac53e161ce Bug 1430975 - Reduce elapsed time precision only for animationcancel event. r=boris
Only animationcancel event uses current time, the elapsed time for other
animation events are simply calculated from given animation properties (e.g.
animation-duration, animation-delay, etc.), so they should not be reduced the
precision.

See the table for each elapsed time;
https://drafts.csswg.org/css-animations-2/#event-dispatch

MozReview-Commit-ID: 1KGUAdDHyXV

--HG--
extra : rebase_source : 8bc803ff9e3526396e694082392f9d1454999a0f
2018-01-18 15:01:27 +09:00
Hiroyuki Ikezoe 63595f9d3e Bug 1430975 - Make zero duration as a static constexpr. r=boris
MozReview-Commit-ID: GX9qzgLkkNn

--HG--
extra : rebase_source : 18748710abdce96c47c3c4d5e83ffe7d964c1272
2018-01-18 15:01:24 +09:00
Hiroyuki Ikezoe fa8cb05830 Bug 1430975 - Don't pass a copy of StickyTimeDuration. r=boris
MozReview-Commit-ID: HlQlMB1FBRi

--HG--
extra : rebase_source : 19888f1aa8cb98ecb1ee0aeaa46c8e4015e12867
2018-01-17 18:05:03 +09:00
Hiroyuki Ikezoe 702e90de1a Bug 1430975 - Rename |aDuration| argument to |aElapsedTime|. r=boris
It's not actually duration.

MozReview-Commit-ID: LUHrJTJPMuj

--HG--
extra : rebase_source : 0985a6721eecbefa4f1e741030bbd7ba5991d21b
2018-01-17 18:05:03 +09:00
Csoregi Natalia 6254005c4b Backed out 2 changesets (bug 1431041) for failing dom/html/test/forms/test_input_number_placeholder_shown.html. on a CLOSED TREE
Backed out changeset 57641ee7058f (bug 1431041)
Backed out changeset 7a4c3ab0ade8 (bug 1431041)
2018-01-18 07:29:14 +02:00
Emilio Cobos Álvarez 0d4c1d977b Bug 1431041: Make placeholder apply to <input type="number">. r=smaug
MozReview-Commit-ID: GLbdLxHLiH4

--HG--
extra : rebase_source : 18454d0720e45bc2734f01d9a84eaad33a36e848
2018-01-17 14:52:01 +01:00
Tiberius Oros 0f3b1d6ace Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-01-18 00:28:57 +02:00
Tiberius Oros e32fe8c45c Backed out changeset 50a5f0a08899 (bug 1430494)for dependency with bug 1420737 that causes merge conflict on CLOSED TREE 2018-01-18 00:23:12 +02:00
Emilio Cobos Álvarez e06ff3dbe2 Backout changeset b54c60961def (Bug 1409672) for failing one OSX reftest on a CLOSED TREE. r=backout
MozReview-Commit-ID: 6ZHlFBpMOUo
2018-01-17 23:09:38 +01:00
Tiberius Oros 92e228aa49 Merge inbound to mozilla-central. a=merge 2018-01-17 23:48:10 +02:00
Tiberius Oros 25b2d642db Merge autoland to mozilla-central. a=merge 2018-01-17 23:46:17 +02:00
Ryan VanderMeulen 4fc6ee24c9 Backed out changeset ff731fad7630 (bug 1420737) for causing bug 1431064. a=RyanVM 2018-01-17 16:08:13 -05:00
Cosmin Sabou 2568dc9ebb Backed out 11 changesets (bug 1207734) for asserting at layout/painting/nsDisplayList.h:2835 while running mda's dom/media/tests/mochitest/test_getUserMedia_peerIdentity.html on a CLOSED TREE
Backed out changeset 4efc37f978d2 (bug 1207734)
Backed out changeset a42b83c0d1b4 (bug 1207734)
Backed out changeset 5b3dfc8f3031 (bug 1207734)
Backed out changeset a4626910ce09 (bug 1207734)
Backed out changeset 8991d0468642 (bug 1207734)
Backed out changeset 2bc1fdf79e03 (bug 1207734)
Backed out changeset 7d5913531948 (bug 1207734)
Backed out changeset c6be6571ad12 (bug 1207734)
Backed out changeset cfa892d6aa84 (bug 1207734)
Backed out changeset 71f635d9a86f (bug 1207734)
Backed out changeset 3f27af783ce1 (bug 1207734)
2018-01-17 18:32:25 +02:00
Cosmin Sabou 1f9b4f0f06 Merge inbound to mozilla-central. a=merge 2018-01-17 11:46:53 +02:00
Matt Woodrow b654a30f82 Bug 1420737 - Fix merge algorithm to handle more complex z-index changes. r=mstange
--HG--
extra : rebase_source : 2cef89d230348204bc08af071d57109097865417
2018-01-17 12:07:42 +13:00
Matt Woodrow 89bf796c70 Bug 1429078 - Handle the case where the subdoc view doesn't have a frame. r=miko
--HG--
extra : rebase_source : badce58f07f66a7a0146f51792463c08a75506f1
2018-01-17 12:04:51 +13:00
Jonathan Watt e04dd6678d Bug 1430682 - Use OwningNonNull for nsPagePrintTimer::mDocViewerPrint and remove null checks. r=bobowen
MozReview-Commit-ID: 5CPaYTA2PrC
2018-01-09 22:21:53 +00:00
Jonathan Watt 706256a2cc Bug 1430687 - Move the mDestroyBlockedCount early return in nsDocumentViewer::Destroy to the top. r=bobowen
MozReview-Commit-ID: Exe0hIFHK8z
2018-01-09 12:47:20 +00:00
Jonathan Watt d75df097a4 Bug 1430686 - Rename the document viewer "DestroyRefCount" member and methods. r=bobowen
MozReview-Commit-ID: KGUJXOKEQjV
2018-01-08 16:59:31 +00:00
Jonathan Watt 7085690980 Bug 1430683 - Remove nsPrintData::mOrigDCScale. r=bobowen
MozReview-Commit-ID: 3iUiCuiVBei
2018-01-08 11:43:16 +00:00
Jonathan Watt a9cf608630 Bug 1430689 - Make ReturnToGalleyPresentation non-virtual. r=bobowen
MozReview-Commit-ID: J3dZuZfDXFd
2018-01-05 12:47:20 +00:00
Lee Salzman 1a23b6eab1 Bug 1400384 - support text writing modes with WebRender. r=gankro 2018-01-17 07:51:20 -05:00
Cosmin Sabou cff14fad3f Merge mozilla-central to inbound a=merge on a CLOSED TREE 2018-01-17 11:50:40 +02:00
cku e28f66c253 Bug 1207734 - Part 5. Implement the getComputedStyle API for individual transform. r=birtles
MozReview-Commit-ID: 3w1kA6VCXsg

--HG--
extra : source : 659e8ae95236178c2eb73bccb24e7fb6c2c1e351
extra : histedit_source : a4a93d99944741b265127e7227cc46899a7e3fcb
2017-12-19 14:33:09 +08:00
cku 1aadc95d1d Bug 1207734 - Part 4.c. Temporary disable async-transform for individual-transform. r=birtles
Since we do not support async-transform for individual-transform yet.

MozReview-Commit-ID: gfOzHpjOnQ

--HG--
extra : source : e7c6e73fa4215ff49194b5dc89de7f3472259f1b
extra : histedit_source : 7526bb5d88ca6cf2bd9cbe5298527d77cfe7d9c1
2018-01-05 14:45:05 +08:00
cku 564c97aa32 Bug 1207734 - Part 4.b. Use the final combined transform in the nsDisplayTransform. r=birtles
MozReview-Commit-ID: CDlvzkcae0g

--HG--
extra : source : 9d97fc3071af8f3d206f1cbe931c72949a9eb01f
extra : histedit_source : 65d6c3301ea3282c0e82990fcacdf4a612c35f55
2017-12-13 01:21:41 +08:00
cku 6ed6d25fb5 Bug 1207734 - Part 4.a. Store the final combined transform in nsStyleDisplay::mCombinedTransform. r=birtles
MozReview-Commit-ID: FsuaMoclnL8

--HG--
extra : source : 792ed2b2a359c6f8ccb109707bac13f78eb08ad7
extra : histedit_source : 8b5659ff05a07bc32d11ff6507db9f716e060ea3
2017-12-13 01:17:05 +08:00
cku 3e1f6d13fe Bug 1207734 - Part 3. Add rotate/translate/scale properties into nsCSSPropList. r=emilio,heycam
MozReview-Commit-ID: 3nb365nnqGF

--HG--
extra : source : d5e9a0ff410ba6f4a66aa0cf077333038f1ffc4a
extra : histedit_source : 91e94a210c5a60e1b993da41bc180e5879688df1
2017-12-06 17:58:05 +08:00
cku 7429d3275e Bug 1207734 - Part 1.d. Carry the computed value of individual transform in nsStyleDisplay. r=emilio
Add three more attributes in nsStyleDisplay
1. mSpecifiedRotate to carry computed value of 'rotate' property.
2. mSpecifiedTranslate to carry computed value of 'translate' property.
3. mSpecifiedScale to carry computed value of 'scale' property.

Since each of these tree new property can be an animation target, we have to store
them in speparate attributes, instead of putting them all in mSpecifiedTransform.

MozReview-Commit-ID: G2dBAxzyBWh

--HG--
extra : source : 1a75f7765d854910fbb10b2fd31427ef1d9524c6
extra : histedit_source : fd304f41f0e6856bf5a376e30bb13cb90b2534c5
2017-12-06 17:17:34 +08:00
cku e79ea7c484 Bug 1207734 - Part 1.c. Fix coding style of HasTransformStyle. r=birtles
MozReview-Commit-ID: 3UgIrO5qLFq

--HG--
extra : source : 0b84734c0e64709ef0c0d4239ef8cc0a1068bdd6
extra : histedit_source : b08deb59f94fab16a3f188ec1fbf783800b9b42b
2018-01-15 11:12:25 +08:00
cku d55f61830e Bug 1207734 - Part 1.b. Do not initialize mSpecifiedTransform in ctor. r=emilio
nsDisplayList::mSpecifiedTransform is a RefPtr, no need put it into intialize
list.

MozReview-Commit-ID: B04gytHwb2K

--HG--
extra : source : 62a57ffe6c6137efbf68bbc9843e0cb0a170003e
extra : histedit_source : 611e7d35e359f0c72bbbddcd9266425c2a4f4f5b
2017-12-07 10:32:18 +08:00
cku c3f698ad0c Bug 1207734 - Part 1.a. Implement ReleaseSharedListOnMainThread to reuse the code of releasing nsCSSValueSharedList objects hold by a style struct. r=emilio
MozReview-Commit-ID: IBfqulFXimi

--HG--
extra : source : b593afd0ebc2fd5412b9b28709a21743b2befc24
extra : histedit_source : c68a438eade5266ba7fcd3087ba0c6606cbb36d7
2017-12-07 10:22:49 +08:00
Andreea Pavel d6a9e2303f Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-01-16 18:00:21 +02:00
Andrea Marchesini 8fa0f9ab3a Bug 1425440 - Replace RemoveChildAt_Deprecated with RemoveChildNode in nsTextControlFrame, r=catalinb 2018-01-16 14:17:10 +01:00
Andreea Pavel c98c2f7291 Backed out 2 changesets (bug 1428491) for failing browser chrome mochitest at /builds/worker/workspace/build/src/layout/style/ServoStyleSet.cpp:941 on a CLOSED TREE
Backed out changeset 308e79e6c98f (bug 1428491)
Backed out changeset dbfd798e491b (bug 1428491)
2018-01-16 14:26:41 +02:00
Andreea Pavel b246f6ad48 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-01-16 11:53:37 +02:00
Morris Tseng 68bd6b6c46 Bug 1424177 - Add reftest. r=kats
MozReview-Commit-ID: GfMRLGCia4Y
2018-01-16 17:33:13 +08:00
Emilio Cobos Álvarez 4ce67178eb Bug 1428491: Remove redundant mBindingManager member in ServoStyleSet. r=heycam
MozReview-Commit-ID: KMiivgik0fr

--HG--
extra : rebase_source : 9cb1181c2b3c1fd5274af3d53042fa3a0966ad10
2018-01-05 20:17:26 +01:00
Emilio Cobos Álvarez bde9657140 Bug 1428491: Make the style set know about a document, not a pres context. r=heycam
MozReview-Commit-ID: I7T41NiHuJv

--HG--
extra : rebase_source : 4642cf6f511f5c4e5ba285e2e865574a44459081
2018-01-05 13:51:08 +01:00
Emilio Cobos Álvarez 124c284658 Bug 1429961: Crashtest. r=me
MozReview-Commit-ID: 79OJm4Ay1lf
2018-01-16 11:03:40 +01:00
Dorel Luca 09deda375a Merge mozilla-central to autoland r=merge 2018-01-16 06:07:49 +02:00
Emilio Cobos Álvarez 8631d601b8 Bug 1429961: Avoid copying PostDestroyData. r=mats
We don't want that to happen.

MozReview-Commit-ID: EQ6igMRyeaV

--HG--
extra : rebase_source : 58c374baf6d5d6af778829f9ca708e8aa3372899
2018-01-15 21:51:58 +01:00
Emilio Cobos Álvarez b2223e5580 Bug 1429961: Destroy continuations last-to-first. r=mats
MozReview-Commit-ID: Ftc8NJLTaAw

--HG--
extra : rebase_source : bfe1e6be81b460b320145fa345b722775db24f4c
2018-01-15 21:39:03 +01:00
Emilio Cobos Álvarez 03f4a1ab69 Bug 1429961: Make sure to remove all the continuations with the same PostDestroyData. r=mats
If we remove the first continuation of the ::after content before the last,
before this patch unbind the generated content ASAP. Part of the generated
content (the second counter) in the test-case ends up in a continuation of that
frame.

That text node would already be unbound from the tree when destroying its
frame.

MozReview-Commit-ID: 4VtVRSoGxCT

--HG--
extra : rebase_source : e14b9660adf27c906ec7e89f27693b462ab5bde2
2018-01-15 16:40:26 +01:00
Neil Deakin 0538f8c6ce Bug 1427449, don't close the menu in nsMenuBarFrame::FindMenuWithShortcut when just checking if such a menu shortcut key exists from the keydown event handler, also for extra safety this should only happen for menus not panels, r=felipe 2018-01-15 15:16:56 -05:00
KuoE0 25856340db Bug 1428297 - (Part 3) Disable the assertion that don't allow to call ShowDropDown() in the content process when content-select is enabled. r=mats
To prevent the crash when content-select is enabled, I disable this
assertion that don't allow to call ShowDropDown() in the content
process.

MozReview-Commit-ID: F3BelChp1AK

--HG--
extra : rebase_source : 2bbec4dceffb7698804609010127b37442a907a7
2018-01-10 11:52:37 +08:00
KuoE0 4bd2b6bbf0 Bug 1428297 - (Part 2) Ignore the widget/view usage that is used to show the dropdown menu when content-select is enabled. r=mats
MozReview-Commit-ID: 68HYWmniXwt

--HG--
extra : rebase_source : 4163e1ca016c818acc24ff27121c7e54b45e0aa8
2018-01-08 11:43:51 +08:00
KuoE0 ddd7e128f7 Bug 1428297 - (Part 1) Add an nsLayoutUtils function to check whether content-select is enabled r=mats
MozReview-Commit-ID: KVQ25Dhl9xl

--HG--
extra : rebase_source : 3f3186a7c73ff59f46566a5636d66d0684e3f0f4
2018-01-11 10:37:41 +08:00
Makoto Kato 12f318b242 Bug 1415416 - Part 2. Add test. r=masayuki
MozReview-Commit-ID: 5Bbh5ifPSs7

--HG--
extra : rebase_source : 07cabbc6f2ed00018c4b6a3ce8eebe121cb7998f
2018-01-11 18:39:40 +09:00
Makoto Kato 81d105c639 Bug 1415416 - Part 1. Collapse selection on focus when value is empty. r=masayuki
After landing bug 1375910, input.value = "" doesn't remove inter text node.
When value is empty, SelectAllOrCollapseToEndOfText will set selection to
end of text.  But since empty text node is still exist, it select all nodes,
instead of collapsed.  So if text node is empty, we should collapse selection.

MozReview-Commit-ID: Gm0AP6YSJIg

--HG--
extra : rebase_source : fa7ecda9761f1e202b0a4600968c2e1151220fc3
2018-01-11 18:39:12 +09:00
Chris Peterson 37efe4d0e6 Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
MozReview-Commit-ID: DCPTnyBooIe

--HG--
extra : rebase_source : cfec2d96faeb11656d86d760a34e0a04cacddb13
extra : intermediate-source : 6176724d63788b0fe8caa3f91607c2d93dbaa7ec
extra : source : eebbb0600447f9b64aae3bcd47b4be66c02a51ea
2017-11-05 19:37:28 -08:00
Daniel Holbert a6a50738be Bug 1430312: Use StaticRefPtr instead of raw pointer for nsImageFrame::gIconLoad. r=tnikkel
MozReview-Commit-ID: HvkQEaZS1OG

--HG--
extra : rebase_source : 2a0da7c49741224c9c4fb8bcb9da3e17d957b253
2018-01-12 16:49:48 -08:00
Coroiu Cristina d4fc15adbe Backed out 1 changesets (bug 1429088) for crashes, e.g. in reftest/tests/layout/reftests/bugs/309914-1.xul on a CLOSED TREE
Backed out changeset 7647a5900c99 (bug 1429088)
2018-01-13 12:50:05 +02:00
Coroiu Cristina c90daa0e30 Merge mozilla-central to autoland r=merge a=merge on a CLOSED TREE 2018-01-13 12:02:52 +02:00
Coroiu Cristina c6a942e1bf Merge inbound to mozilla-central r=merge a=merge 2018-01-13 11:55:23 +02:00
Daniel Holbert df50292ee2 Bug 1430297: Use AddRef() instead of NS_ADDREF (when keeping generated content alive in nsCSSFrameConstructor). r=mats
MozReview-Commit-ID: ECz1SCYO4ia

--HG--
extra : rebase_source : 87ce08ef34758d4e8ad2463e94a1b62d94f22fe8
2018-01-12 15:33:01 -08:00
Neerja Pancholi 3a1636e2aa Bug 1389319 - Add fuzzy annotation for 1313772.xhtml for non-Android platforms. r=dholbert
MozReview-Commit-ID: LmdtIi12qJQ

--HG--
extra : rebase_source : bbd744b7b38f7ace162a44656ba83884357619ec
2018-01-12 14:07:01 -08:00
Emilio Cobos Álvarez 7902160491 Bug 1429088: Only style children on non-lazy frame construction after we found an insertion point. r=bz
Servo tries to keep this invariant that stuff under a display: none element
subtree doesn't get styled.

This invariant isn't checked in StyleNewChildRange, but we can fix this by just
doing the work after finding an insertion point, which guarantees that.

Do the same for listboxes, since we also style early for them without knowing
whether they actually have a listbox parent frame.

MozReview-Commit-ID: Glyx24wQ6qY

--HG--
extra : rebase_source : 18535795e5a29080f6f0ecc620ee8601faf4826f
2018-01-09 17:19:00 +01:00
Nika Layzell a0d1f16079 Bug 1383876 - Part 1: Remove GroupedSHistory and Prerendering logic from C++ code, r=freesamael, r=smaug
MozReview-Commit-ID: 2aHA6NcQPGk
2018-01-12 17:52:52 -05:00
Csoregi Natalia b64306c51a Merge mozilla-central to inbound. r=merge a=merge CLOSED TREE 2018-01-13 00:04:06 +02:00
Csoregi Natalia 7476b71e00 Merge inbound to mozilla-central r=merge a=merge 2018-01-12 23:59:06 +02:00
Andrea Marchesini bdcf861cca Bug 1425440 - Get rid of GetChildAt_Deprecated in nsFrameSelection, r=catalinb 2018-01-12 15:33:14 +01:00
Brindusan Cristian 874238697d Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2018-01-12 13:34:20 +02:00
Narcis Beleuzu 4de0807d09 Merge inbound to mozilla-central r=merge a=merge 2018-01-12 13:25:57 +02:00
L. David Baron 95ceb13927 Bug 1429645 - Make EXTENDED_DEBUG_PRINTING compile again. r=jwatt
MozReview-Commit-ID: B0JIbPpl8LW

--HG--
extra : transplant_source : %2B%9C%AD%87%F8%E5%86%F8%89fg%C6%8C%E1%9B_%ED%F2%A3%89
2018-01-11 15:58:07 -08:00
Noemi Erli adbfbaab81 Merge inbound to mozilla-central r=merge a=merge 2018-01-11 23:54:07 +02:00
Emilio Cobos Álvarez b12fb5d990 Bug 1429088: Crashtest. r=bz
MozReview-Commit-ID: qJQdpdUROs
2018-01-12 11:26:56 +01:00
Kartikaya Gupta 6395848b28 Bug 1428766 - Update for changes in WR PR 2243. r=jrmuizel
MozReview-Commit-ID: 3CG67NcAiRk

--HG--
extra : rebase_source : 53b1f34eacf48d47382b7f6d744a5d9cb01f738d
2018-01-11 10:53:40 -05:00
Jamie Nicol faa4cff770 Bug 1429467 - Take ancestors' scales in to account when choosing scale for animations. r=mattwoodrow
Currently ChooseScaleAndSetTransform calls
ComputeDesiredDisplaySizeForAnimation to ensure that the scale chosen
for an individual transform's animation does not result in a layer too
large. However, it does not take in to account the scale chosen for
ancestors. This means that when lots of containers with reasonable
scales are nested we end up with too large a value. This change takes
the incoming scale in to account, meaning the resulting layer size is
capped appropriately.

MozReview-Commit-ID: MTzlMnOARQ

--HG--
extra : rebase_source : 3637ac0a36d5a583826e5f82c443f06275cc1b51
2018-01-10 13:32:46 +00:00
Alexis Beingessner ee2b22f00a Bug 1429577 - properly feed in AA setting instead of a random pointer. r=jrmuizel
MozReview-Commit-ID: BVux2XcIbwo

--HG--
extra : rebase_source : d04a9953d5d140e4345327d2887866d6df1d0d05
2018-01-10 17:04:50 -05:00
Sylvestre Ledru 424664ff30 Bug 1278282 - Remove the 'MOZ_WIDGET_GTK == 2' defines r=karlt,lsalzman
MozReview-Commit-ID: 3v8D600g8St

--HG--
extra : rebase_source : 34ea6f9868c1b322076c24daa75dc33e27b6704e
2018-01-10 08:52:04 +01:00
Sylvestre Ledru 4b189b7baf Bug 1278282 - Update of the tests to reflect the removal of the gtk2 r=lsalzman
MozReview-Commit-ID: Htgc44dCEjX

--HG--
extra : rebase_source : 55ce6a6a72c36cbfdbeef08fe58d11f2053dc35f
2018-01-10 08:55:38 +01:00
Bob Owen 0521695fbd Bug 1426087: Decrement nsDocumentViewer::mDestroyRefCount in a separate function. r=jwatt 2018-01-12 10:17:36 +00:00
Ciure Andrei 23575f7023 Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE 2018-01-11 12:06:29 +02:00
Ciure Andrei f7400ad72e Merge inbound to mozilla-central r=merge a=merge 2018-01-11 11:54:56 +02:00
Cameron McCormack 3ddc9f5f5f Bug 1427519 - Remove unused inCSSValueSearch and related interfaces. r=jryans
MozReview-Commit-ID: 1FR5tsi1Ll6
2018-01-11 12:59:40 +08:00
Cameron McCormack 3c49d82e69 Bug 1427419 - Part 27: Remove inIDOMUtils. r=bz
And rename inDOMUtils.cpp to InspectorUtils.cpp.

MozReview-Commit-ID: IIqo25MHsQE

--HG--
rename : layout/inspector/inDOMUtils.cpp => layout/inspector/InspectorUtils.cpp
2018-01-11 12:38:01 +08:00
Cameron McCormack 3ef428b913 Bug 1427419 - Part 26: Move inIDOMUtils.scrollElementIntoView to InspectorUtils. r=bz
This is unused in mozilla-central but still used in comm-central.

MozReview-Commit-ID: HlJT7dthI41
2018-01-11 12:38:01 +08:00
Cameron McCormack ce7231c196 Bug 1427419 - Part 25: Move inIDOMUtils.parseStyleSheet to InspectorUtils. r=bz
MozReview-Commit-ID: FQlNRP8ycY3
2018-01-11 12:38:01 +08:00
Cameron McCormack afa1299635 Bug 1427419 - Part 24: Move pseudo-class lock methods from inIDOMUtils to InspectorUtils. r=bz
MozReview-Commit-ID: ItruGMmf5Ih
2018-01-11 12:38:01 +08:00
Cameron McCormack 3f17a89ba7 Bug 1427419 - Part 23: Move inIDOMUtils.getCSSPseudoElementNames to InspectorUtils. r=bz
MozReview-Commit-ID: A6FhXc2mJm1
2018-01-11 12:38:01 +08:00
Cameron McCormack c4663ea0f0 Bug 1427419 - Part 22: Move inIDOMUtils.getUsedFontFaces to InspectorUtils. r=bz
This also changes the function to return a sequence (JS Array) instead of
an nsFontFaceList object, and converts nsFontFace/nsIDOMFontFace into a
Web IDL implemented object too.

MozReview-Commit-ID: 1iAW3DYe5kO

--HG--
rename : layout/inspector/nsFontFace.cpp => layout/inspector/InspectorFontFace.cpp
2018-01-11 12:38:01 +08:00
Cameron McCormack 25abd91980 Bug 1427419 - Part 21: Move content state methods from inIDOMUtils to InspectorUtils. r=bz
MozReview-Commit-ID: KfrUdNU4as3
2018-01-11 12:38:01 +08:00
Cameron McCormack 075f0e5256 Bug 1427419 - Part 20: Move inIDOMUtils.getBindingURLs to InspectorUtils. r=bz
This is unused in mozilla-central but still used by comm-central.

The only consumer of this API really just wants the URL strings, so
we return a sequence<DOMString> instead of an array of nsIURI objects.

MozReview-Commit-ID: ITcEe42shHw
2018-01-11 12:38:01 +08:00
Cameron McCormack 45c9e50a65 Bug 1427419 - Part 19: Move inIDOMUtils.getChildrenForNode to InspectorUtils. r=bz
MozReview-Commit-ID: 5AznAfpZIuN
2018-01-11 12:38:00 +08:00
Cameron McCormack 41ac7e60e0 Bug 1427419 - Part 18: Move inIDOMUtils.getParentForNode to InspectorUtils. r=bz
MozReview-Commit-ID: 5GxNmyVHf8u
2018-01-11 12:38:00 +08:00
Cameron McCormack 5a4d54c425 Bug 1427419 - Part 17: Move inIDOMUtils.isIgnorableWhitespace to InspectorUtils. r=bz
This is still being used by the old DOM Inspector in comm-central.

MozReview-Commit-ID: B8fJzjUUewj
2018-01-11 12:38:00 +08:00
Cameron McCormack 0c66b23322 Bug 1427419 - Part 16: Move inIDOMUtils.cssPropertySupportsType to InspectorUtils. r=bz
MozReview-Commit-ID: AfNA6g5lTec
2018-01-11 12:38:00 +08:00
Cameron McCormack 060b4a5e4f Bug 1427419 - Part 15: Move inIDOMUtils.cssPropertyIsShorthand to InspectorUtils. r=bz
MozReview-Commit-ID: LphGIXzOlDB
2018-01-11 12:38:00 +08:00
Cameron McCormack 2212f2845a Bug 1427419 - Part 14: Move inIDOMUtils.getSubpropertiesForCSSProperty to InspectorUtils. r=bz
MozReview-Commit-ID: 8Nyt0V2NUmq
2018-01-11 12:38:00 +08:00
Cameron McCormack 0ef012043a Bug 1427419 - Part 13: Move inIDOMUtils.isValidCSSColor to InspectorUtils. r=bz
MozReview-Commit-ID: DNRfmbDucdT
2018-01-11 12:38:00 +08:00
Cameron McCormack 664c1757c0 Bug 1427419 - Part 12: Move inIDOMUtils.colorToRGBA to InspectorUtils. r=bz
MozReview-Commit-ID: 9EAdNibvZ4
2018-01-11 12:38:00 +08:00
Cameron McCormack 2eef6d3612 Bug 1427419 - Part 11: Move inIDOMUtils.rgbToColorName to InspectorUtils. r=bz
MozReview-Commit-ID: LZcGUEO4Ois
2018-01-11 12:38:00 +08:00
Cameron McCormack 6e85270511 Bug 1427419 - Part 10: Remove unused nsIDOMUtils.colorNameToRGB. r=bz
MozReview-Commit-ID: 962UjCZqX6I
2018-01-11 12:38:00 +08:00
Cameron McCormack f5ef2d0a72 Bug 1427419 - Part 9: Move inIDOMUtils.getCSSValuesForProperty to InspectorUtils. r=bz
MozReview-Commit-ID: D3jf42KI7kO
2018-01-11 12:38:00 +08:00
Cameron McCormack 1a8d3bfd54 Bug 1427419 - Part 8: Move inIDOMUtils.getCSSPropertyNames to InspectorUtils. r=bz
While we're at it, move to a more friendly API. EXCLUDE_SHORTHANDS is
currently unused so we drop that.

MozReview-Commit-ID: H64ou63We4a
2018-01-11 12:37:59 +08:00
Cameron McCormack c81f633513 Bug 1427419 - Part 7: Move inIDOMUtils.isInheritedProperty to InspectorUtils. r=bz
MozReview-Commit-ID: AwILrjGiJ3L
2018-01-11 12:37:59 +08:00
Cameron McCormack 710da9d3e3 Bug 1427419 - Part 6: Move selector methods from inIDOMUtils to InspectorUtils. r=bz
MozReview-Commit-ID: 8FKRPeIijkC
2018-01-11 12:37:59 +08:00
Cameron McCormack fc4a76fb7f Bug 1427419 - Part 5: Move nsIDOMUtils.getCSSLexer to InspectorUtils. r=bz
MozReview-Commit-ID: 4UGiS3I2V6B
2018-01-11 12:37:59 +08:00
Cameron McCormack 7371ec9f08 Bug 1427419 - Part 4: Move rule line number methods from inIDOMUtils to InspectorUtils. r=bz
MozReview-Commit-ID: HUxWcMPzrSq
2018-01-11 12:37:59 +08:00
Cameron McCormack abddba8b81 Bug 1427419 - Part 3: Move inIDOMUtils.getCSSStyleRules to InspectorUtils. r=bz
MozReview-Commit-ID: 3pcxsYhguOk
2018-01-11 12:37:59 +08:00
Cameron McCormack 04c11b322d Bug 1427419 - Part 2: Move nsIDOMUtils.getAllStyleSheets to InspectorUtils. r=bz
MozReview-Commit-ID: J6lIx4uvMlS
2018-01-11 12:37:59 +08:00
Cameron McCormack 563e7a0e4a Bug 1427419 - Part 1: Add an InspectorUtils chrome-only IDL namespace. r=bz,tromey
Also add a way to access it from SpecialPowers for tests and from
importGlobalProperties for system JS scopes.

MozReview-Commit-ID: IewEs0Gf2M9
2018-01-11 12:37:59 +08:00
Ryan VanderMeulen e876c969d0 Bug 1428087 - Annotate 366583-1.xul to allow for up to 1 assertion on Windows. a=test-only
--HG--
extra : rebase_source : e5f6885b319bbb9819e4325cac11b35901f94c10
2018-01-10 20:46:36 -05:00
Ryan VanderMeulen 32c01229f9 Bug 1426797 - Mark image-size.xul as random on Windows. a=test-only
--HG--
extra : rebase_source : 6a247228bc12ebfb112cb92845f6c2073de6a5fa
2018-01-10 20:46:36 -05:00
Ethan Lin 7ab691c827 Bug 1424673 - Fix the clip region for text draw target. r=kats
For draw target, the initial clip region should be the draw target's size.

MozReview-Commit-ID: 2z2EobkYFs2

--HG--
extra : rebase_source : 9631cf189330b089992b8458113800ea9a3fd4a0
2018-01-08 10:59:01 +08:00
Edgar Chen fd3cbab671 Bug 1417829 - Remove unresolved pseudoclass; r=heycam,smaug
MozReview-Commit-ID: JHfYVnh1SET

--HG--
extra : rebase_source : 287a967f4f354999ab8af93eb696e81727289b12
2017-12-04 17:49:41 +08:00
Noemi Erli 188184d4dc Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE 2018-01-12 00:04:40 +02:00