Skip to content

Update to selectors 0.8.2 (generic over atoms)#12571

Merged
bors-servo merged 3 commits intomasterfrom
selectors-generic-atom_
Aug 9, 2016
Merged

Update to selectors 0.8.2 (generic over atoms)#12571
bors-servo merged 3 commits intomasterfrom
selectors-generic-atom_

Conversation

@SimonSapin
Copy link
Copy Markdown
Member

@SimonSapin SimonSapin commented Jul 23, 2016

This removes the [replace] override in geckolib and therefore unblocks #12391.

This includes the gecko_string_cache redesign discussed in #12548.

r? @bholley


  • There are tests for these changes OR
  • These changes do not require new tests because refactor

This change is Reviewable

@highfive
Copy link
Copy Markdown

Heads up! This PR modifies the following files:

  • @bholley: components/style/selector_matching.rs, components/style/traversal.rs, components/style/matching.rs, components/style/Cargo.toml, components/style/lib.rs, components/style/restyle_hints.rs, components/style/parser.rs, components/style/attr.rs, components/style/dom.rs, components/style/gecko_selector_impl.rs, components/style/servo_selector_impl.rs, components/style/selector_impl.rs
  • @KiChjang: components/script/dom/element.rs, components/script/Cargo.toml, components/script_layout_interface/wrapper_traits.rs, components/script_layout_interface/Cargo.toml, components/script/layout_wrapper.rs

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jul 23, 2016
@highfive
Copy link
Copy Markdown

warning Warning warning

  • These commits modify unsafe code. Please review it carefully!

@SimonSapin
Copy link
Copy Markdown
Member Author

@bholley, you said in #12548 that instead of pub struct WeakAtom(nsIAtom); you’d rather use nsIAtom directly with its fields made private, and that @Manishearth is working on this in bindgen.

In rust-lang/rust-bindgen#20, it looks like these fields systematically have unsafe accessors, which I don’t think is desirable here. WeakAtom (or renamed or equivalent) should be opaque other than for methods that gecko_string_cache implements for it. (By the way, nsIAtom is from another crate so gecko_string_cache couldn’t implement inherent methods for it.)

@Manishearth
Copy link
Copy Markdown
Member

That bindgen PR isn't complete. I only needed unsafe fields, but I'll be adding ways for making it fully private without accessors too.

@bholley
Copy link
Copy Markdown
Contributor

bholley commented Jul 29, 2016

Looks good modulo those issues, but please test the final result with a stylo build and make sure everything works as expected.


Reviewed 4 of 10 files at r1, 23 of 26 files at r2, 4 of 4 files at r3.
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed.


ports/geckolib/Cargo.lock, line 251 [r3] (raw file):


[[package]]
name = "phf_generator"

Hm, why do we need to pull in the phf stuff now?


ports/geckolib/string_cache/lib.rs, line 234 [r3] (raw file):

        other == self
    }
}

Hm, I've been explicitly avoiding implementing such a thing because it's really easily to accidentally use these slow string comparisons. I would prefer this to not work (or at least have some kind of explicit call) for gecko atoms so that we catch cases that aren't atomized. Why do we need this, and .chars()?


Comments from Reviewable

@SimonSapin SimonSapin force-pushed the selectors-generic-atom_ branch from 24d6211 to 4ed7291 Compare August 3, 2016 16:43
@SimonSapin
Copy link
Copy Markdown
Member Author

Rebased. Looks ok in a gecko/stylo build.


Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed.


ports/geckolib/Cargo.lock, line 251 [r3] (raw file):

Previously, bholley (Bobby Holley) wrote…

Hm, why do we need to pull in the phf stuff now?

The style crate has an optional dependency on string-cache (not gecko-string-cache) which depends on phf. That dependency is not enabled by geckolib, but Cargo still keeps the whole graph in `Cargo.lock`

ports/geckolib/string_cache/lib.rs, line 234 [r3] (raw file):

Previously, bholley (Bobby Holley) wrote…

Hm, I've been explicitly avoiding implementing such a thing because it's really easily to accidentally use these slow string comparisons. I would prefer this to not work (or at least have some kind of explicit call) for gecko atoms so that we catch cases that aren't atomized. Why do we need this, and .chars()?

I don’t remember exactly why I added these impls, they don’t seem to be needed. Removed.

Comments from Reviewable

@bors-servo
Copy link
Copy Markdown
Contributor

☔ The latest upstream changes (presumably #12645) made this pull request unmergeable. Please resolve the merge conflicts.

@highfive highfive added the S-needs-rebase There are merge conflict errors. label Aug 4, 2016
@SimonSapin SimonSapin force-pushed the selectors-generic-atom_ branch from 4ed7291 to 2126669 Compare August 4, 2016 07:32
@emilio
Copy link
Copy Markdown
Member

emilio commented Aug 4, 2016

@SimonSapin: Sorry for the bitrot :/

This is just awaiting for review from @bholley right?

@bholley
Copy link
Copy Markdown
Contributor

bholley commented Aug 4, 2016

I don't need to look again.r=me if the comments were addressed

@SimonSapin
Copy link
Copy Markdown
Member Author

@bors-servo r=bholley

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit 2126669 has been approved by bholley

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. S-needs-rebase There are merge conflict errors. labels Aug 4, 2016
@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit 2126669 with merge 6bc7136...

bors-servo pushed a commit that referenced this pull request Aug 5, 2016
Update to selectors 0.8 (generic over atoms)

This removes the `[replace]` override in geckolib and therefore unblocks #12391.

This includes the `gecko_string_cache` redesign discussed in #12548.

r? @bholley

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

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require new tests because refactor

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

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12571)
<!-- Reviewable:end -->
@bors-servo
Copy link
Copy Markdown
Contributor

💔 Test failed - mac-rel-css

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Aug 5, 2016
@highfive
Copy link
Copy Markdown

highfive commented Aug 5, 2016

  ▶ PASS [expected FAIL] /css-flexbox-1_dev/html/flexbox_columns.htm

  ▶ FAIL [expected PASS] /css-flexbox-1_dev/html/flexbox_margin-auto-overflow-2.htm
  └   → /css-flexbox-1_dev/html/flexbox_margin-auto-overflow-2.htm d8c2b104b8b5b36632c80f0747c229034e95ed9e
/css-flexbox-1_dev/html/reference/flexbox_margin-auto-overflow-2-ref.htm 739eaa047251af4d5648924e4505ff371c7e3707
Testing d8c2b104b8b5b36632c80f0747c229034e95ed9e == 739eaa047251af4d5648924e4505ff371c7e3707

  ▶ FAIL [expected PASS] /css-flexbox-1_dev/html/flexbox_margin-auto-overflow.htm
  └   → /css-flexbox-1_dev/html/flexbox_margin-auto-overflow.htm 28d75d0a4448bf8f6320e4215fbf872c60d58053
/css-flexbox-1_dev/html/reference/flexbox_margin-auto-overflow-ref.htm e90e5ff3711a27eb09c5eb0f0d2f77b2100ca02e
Testing 28d75d0a4448bf8f6320e4215fbf872c60d58053 == e90e5ff3711a27eb09c5eb0f0d2f77b2100ca02e

  ▶ FAIL [expected PASS] /css-flexbox-1_dev/html/flexbox_order-abspos-space-around.htm
  └   → /css-flexbox-1_dev/html/flexbox_order-abspos-space-around.htm fc03812350bff4b77326850b7a6dde70f9b8d8ff
/css-flexbox-1_dev/html/reference/flexbox_order-abspos-space-around-ref.htm ba387fdee7d33a78744372a8a0f557b97c812680
Testing fc03812350bff4b77326850b7a6dde70f9b8d8ff == ba387fdee7d33a78744372a8a0f557b97c812680

  ▶ FAIL [expected PASS] /css-flexbox-1_dev/html/flexbox_order-noninteger-invalid.htm
  └   → /css-flexbox-1_dev/html/flexbox_order-noninteger-invalid.htm ea514bacb53c6d3c602c3c4fbe141e42c042f302
/css-flexbox-1_dev/html/reference/flexbox_empty-ref.htm d9d9e489bc5b4508c01b06c7ff92f19dcc2ece3c
Testing ea514bacb53c6d3c602c3c4fbe141e42c042f302 == d9d9e489bc5b4508c01b06c7ff92f19dcc2ece3c

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-non-replaced-height-006.htm
  └   → /css21_dev/html4/absolute-non-replaced-height-006.htm bb30f86f05be8554ba374be27921653bae64f467
/css21_dev/html4/reference/absolute-non-replaced-height-006-ref.htm 8a9298e848e354b3723160940494761a050129d0
Testing bb30f86f05be8554ba374be27921653bae64f467 == 8a9298e848e354b3723160940494761a050129d0

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-008.htm
  └   → /css21_dev/html4/absolute-replaced-height-008.htm d02649c040e9ed2ea8859060b0a7220500178559
/css21_dev/html4/reference/absolute-replaced-height-008-ref.htm 4ab5e87800f3f0678ee0084b38083e2ac2da4fed
Testing d02649c040e9ed2ea8859060b0a7220500178559 == 4ab5e87800f3f0678ee0084b38083e2ac2da4fed

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-009.htm
  └   → /css21_dev/html4/absolute-replaced-height-009.htm d02649c040e9ed2ea8859060b0a7220500178559
/css21_dev/html4/reference/absolute-replaced-height-008-ref.htm 4ab5e87800f3f0678ee0084b38083e2ac2da4fed
Testing d02649c040e9ed2ea8859060b0a7220500178559 == 4ab5e87800f3f0678ee0084b38083e2ac2da4fed

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-010.htm
  └   �</span><span class="stdout">�� /css21_dev/html4/absolute-replaced-height-010.htm dbf9d0b5c33353400db29c919e66cdebde7d44b5
/css21_dev/html4/reference/absolute-replaced-height-010-ref.htm 96a6b38332709e58a7fffb2a61e76d8e5b270ee5
Testing dbf9d0b5c33353400db29c919e66cdebde7d44b5 == 96a6b38332709e58a7fffb2a61e76d8e5b270ee5

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-016.htm
  └   → /css21_dev/html4/absolute-replaced-height-016.htm d02649c040e9ed2ea8859060b0a7220500178559
/css21_dev/html4/reference/absolute-replaced-height-008-ref.htm 4ab5e87800f3f0678ee0084b38083e2ac2da4fed
Testing d02649c040e9ed2ea8859060b0a7220500178559 == 4ab5e87800f3f0678ee0084b38083e2ac2da4fed

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-017.htm
  └   → /css21_dev/html4/absolute-replaced-height-017.htm dbf9d0b5c33353400db29c919e66cdebde7d44b5
/css21_dev/html4/reference/absolute-replaced-height-010-ref.htm 96a6b38332709e58a7fffb2a61e76d8e5b270ee5
Testing dbf9d0b5c33353400db29c919e66cdebde7d44b5 == 96a6b38332709e58a7fffb2a61e76d8e5b270ee5

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-022.htm
  └   → /css21_dev/html4/absolute-replaced-height-022.htm d02649c040e9ed2ea8859060b0a7220500178559
/css21_dev/html4/reference/absolute-replaced-height-008-ref.htm 4ab5e87800f3f0678ee0084b38083e2ac2da4fed
Testing d02649c040e9ed2ea8859060b0a7220500178559 == 4ab5e87800f3f0678ee0084b38083e2ac2da4fed

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-023.htm
  └   → /css21_dev/html4/absolute-replaced-height-023.htm d02649c040e9ed2ea8859060b0a7220500178559
/css21_dev/html4/reference/absolute-replaced-height-008-ref.htm 4ab5e87800f3f0678ee0084b38083e2ac2da4fed
Testing d02649c040e9ed2ea8859060b0a7220500178559 == 4ab5e87800f3f0678ee0084b38083e2ac2da4fed

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-024.htm
  └   → /css21_dev/html4/absolute-replaced-height-024.htm dbf9d0b5c33353400db29c919e66cdebde7d44b5
/css21_dev/html4/reference/absolute-replaced-height-010-ref.htm 96a6b38332709e58a7fffb2a61e76d8e5b270ee5
Testing dbf9d0b5c33353400db29c919e66cdebde7d44b5 == 96a6b38332709e58a7fffb2a61e76d8e5b270ee5

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-029.htm
  └   → /css21_dev/html4/absolute-replaced-height-029.htm d02649c040e9ed2ea8859060b0a7220500178559
/css21_dev/html4/reference/absolute-replaced-height-008-ref.htm 4ab5e87800f3f0678ee0084b38083e2ac2da4fed
Testing d02649c040e9ed2ea8859060b0a7220500178559 == 4ab5e87800f3f0678ee0084b38083e2ac2da4fed

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-030.htm
  └   → /css21_dev/html4/absolute-replaced-height-030.htm d02649c040e9ed2ea8859060b0a7220500178559
/css21_dev/html4/reference/absolute-replaced-height-008-ref.htm 4ab5e87800f3f0678ee0084b38083e2ac2da4fed
Testing d02649c040e9ed2ea8859060b0a7220500178559 == 4ab5e87800f3f0678ee0084b38083e2ac2da4fed

  ▶ FAIL [expected PASS] /css21_dev/html4/absolute-replaced-height-031.htm
  └   → /css21_dev/html4/absolute-replaced-height-031.htm dbf9d0b5c33353400db29c919e66cdebde7d44b5
/css21_dev/html4/reference/absolute-replaced-height-010-ref.htm 96a6b38332709e58a7fffb2a61e76d8e5b270ee5
Testing dbf9d0b5c33353400db29c919e66cdebde7d44b5 == 96a6b38332709e58a7fffb2a61e76d8e5b270ee5

  ▶ FAIL [expected PASS] /css21_dev/html4/adjacent-000.htm
  └   → /css21_dev/html4/adjacent-000.htm 4132e93ea58e85a70ccbfc955ab4b58f4bdea473
/css21_dev/html4/reference/adjacent-000-ref.htm fd9684413286e5840270b2f451990af17a577eb7
Testing 4132e93ea58e85a70ccbfc955ab4b58f4bdea473 == fd9684413286e5840270b2f451990af17a577eb7

  ▶ FAIL [expected PASS] /css21_dev/html4/adjacent-001.htm
  └   → /css21_dev/html4/adjacent-001.htm 4132e93ea58e85a70ccbfc955ab4b58f4bdea473
/css21_dev/html4/reference/adjacent-000-ref.htm fd9684413286e5840270b2f451990af17a577eb7
Testing 4132e93ea58e85a70ccbfc955ab4b58f4bdea473 == fd9684413286e5840270b2f451990af17a577eb7

  ▶ FAIL [expected PASS] /css21_dev/html4/adjacent-002.htm
  └   → /css21_dev/html4/adjacent-002.htm 4132e93ea58e85a70ccbfc955ab4b58f4bdea473
/css21_dev/html4/reference/adjacent-000-ref.htm fd9684413286e5840270b2f451990af17a577eb7
Testing 4132e93ea58e85a70ccbfc955ab4b58f4bdea473 == fd9684413286e5840270b2f451990af17a577eb7

  ▶ FAIL [expected PASS] /css21_dev/html4/anonymous-box-generation-001.htm
  └   → /css21_dev/html4/anonymous-box-generation-001.htm 97891dc34a8cb3b3994286c615df0ce4ccc245df
/css21_dev/html4/reference/anonymous-box-generation-001-ref.htm 40a6d10e86bb240d9e66448e9d40e939bd6b119e
Testing 97891dc34a8cb3b3994286c615df0ce4ccc245df == 40a6d10e86bb240d9e66448e9d40e939bd6b119e

  ▶ FAIL [expected PASS] /css21_dev/html4/background-026.htm
  └   → /css21_dev/html4/background-026.htm c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009
/css21_dev/html4/reference/background-026-ref.htm 28b924f051ba8da9c21e78f95e99c3ca766d7972
Testing c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009 == 28b924f051ba8da9c21e78f95e99c3ca766d7972

  ▶ FAIL [expected PASS] /css21_dev/html4/background-029.htm
  └   → /css21_dev/html4/background-029.htm c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009
/css21_dev/html4/reference/background-026-ref.htm 28b924f051ba8da9c21e78f95e99c3ca766d7972
Testing c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009 == 28b924f051ba8da9c21e78f95e99c3ca766d7972

  ▶ FAIL [expected PASS] /css21_dev/html4/background-038.htm
  └   → /css21_dev/html4/background-038.htm c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009
/css21_dev/html4/reference/background-026-ref.htm 28b924f051ba8da9c21e78f95e99c3ca766d7972
Testing c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009 == 28b924f051ba8da9c21e78f95e99c3ca766d7972

  ▶ FAIL [expected PASS] /css21_dev/html4/background-041.htm
  └   → /css21_dev/html4/background-041.htm c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009
/css21_dev/html4/reference/background-026-ref.htm 28b924f051ba8da9c21e78f95e99c3ca766d7972
Testing c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009 == 28b924f051ba8da9c21e78f95e99c3ca766d7972

  ▶ FAIL [expected PASS] /css21_dev/html4/background-050.htm
  └   → /css21_dev/html4/background-050.htm c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009
/css21_dev/html4/reference/background-026-ref.htm 28b924f051ba8da9c21e78f95e99c3ca766d7972
Testing c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009 == 28b924f051ba8da9c21e78f95e99c3ca766d7972

  ▶ FAIL [expected PASS] /css21_dev/html4/background-053.htm
  └   → /css21_dev/html4/background-053.htm c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009
/css21_dev/html4/reference/background-026-ref.htm 28b924f051ba8da9c21e78f95e99c3ca766d7972
Testing c3f54b494d9d1190d14c2e81a9cdb4e2c1cdf009 == 28b924f051ba8da9c21e78f95e99c3ca766d7972

  ▶ FAIL [expected PASS] /css21_dev/html4/background-root-103.htm
  └   → /css21_dev/html4/background-root-103.htm 8d38e1aa857deb18fb06635702455e43d02d90b8
/css21_dev/html4/reference/background-root-101-ref.htm dd675adb83ca0ffd9d21ff09bdc10cd535a23040
Testing 8d38e1aa857deb18fb06635702455e43d02d90b8 == dd675adb83ca0ffd9d21ff09bdc10cd535a23040

  ▶ FAIL [expected PASS] /css21_dev/html4/border-bottom-018.htm
  └   → /css21_dev/html4/border-bottom-018.htm 242a5a758f92a9ff3faa77a4431b7b7cdfd948bf
/css21_dev/html4/reference/border-bottom-018-ref.htm 252a69b8c9e565275d226dc973f1ad427546c4ec
Testing 242a5a758f92a9ff3faa77a4431b7b7cdfd948bf == 252a69b8c9e565275d226dc973f1ad427546c4ec

  ▶ FAIL [expected PASS] /css21_dev/html4/border-bottom-016.htm
  └   → /css21_dev/html4/border-bottom-016.htm 617b6fa5352828b7dcd4155b5083fc7ad26e4db3
/css21_dev/html4/reference/border-bottom-016-ref.htm b5579b227d82a74cc80a54a56046310a863cee05
Testing 617b6fa5352828b7dcd4155b5083fc7ad26e4db3 == b5579b227d82a74cc80a54a56046310a863cee05

  ▶ FAIL [expected PASS] /css21_dev/html4/border-width-005.htm
  └   → /css21_dev/html4/border-width-005.htm d0ee11b86d44cfef37a9ea56afc86ae724ad2433
/css21_dev/html4/reference/border-width-005-ref.htm 7f30dd111bb46150eb26ab848d6e7f0da15a8995
Testing d0ee11b86d44cfef37a9ea56afc86ae724ad2433 == 7f30dd111bb46150eb26ab848d6e7f0da15a8995

  ▶ FAIL [expected PASS] /css21_dev/html4/border-width-006.htm
  └   → /css21_dev/html4/border-width-006.htm 26c6e7408046ca2626951d5a6fb464ddb3235266
/css21_dev/html4/reference/border-width-006-ref.htm 4e265a6a24352093a9286ba1d2c63ce2588a3178
Testing 26c6e7408046ca2626951d5a6fb464ddb3235266 == 4e265a6a24352093a9286ba1d2c63ce2588a3178

  ▶ FAIL [expected PASS] /css21_dev/html4/border-width-007.htm
  └   → /css21_dev/html4/border-width-007.htm 80f41d7f58f2eb410a3b14946085941972b47ced
/css21_dev/html4/reference/border-width-007-ref.htm 7b4f6f936daf752767f92574033d9f810adcb676
Testing 80f41d7f58f2eb410a3b14946085941972b47ced == 7b4f6f936daf752767f92574033d9f810adcb676

  ▶ FAIL [expected PASS] /css21_dev/html4/border-width-008.htm
  └   → /css21_dev/html4/border-width-008.htm 5c080934bebcdcc52addcd50da5e602967ebdf9e
/css21_dev/html4/reference/border-width-008-ref.htm d033ce5e35aa722f4698077fdf237e9c4c7415bb
Testing 5c080934bebcdcc52addcd50da5e602967ebdf9e == d033ce5e35aa722f4698077fdf237e9c4c7415bb

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-004.htm
  └   → /css21_dev/html4/bottom-004.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-005.htm
  └   → /css21_dev/html4/bottom-005.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-006.htm
  └   → /css21_dev/html4/bottom-006.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-betw</span><span class="stdout">een.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-016.htm
  └   → /css21_dev/html4/bottom-016.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-017.htm
  └   → /css21_dev/html4/bottom-017.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-018.htm
  └   → /css21_dev/html4/bottom-018.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-028.htm
  └   → /css21_dev/html4/bottom-028.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-029.htm
  └   → /css21_dev/html4/bottom-029.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-030.htm
  └   → /css21_dev/html4/bottom-030.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-040.htm
  └   → /css21_dev/html4/bottom-040.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-041.htm
  └   → /css21_dev/html4/bottom-041.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-042.htm
  └   → /css21_dev/html4/bottom-042.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-052.htm
  └   → /css21_dev/html4/bottom-052.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-053.htm
  └   → /css21_dev/html4/bottom-053.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-054.htm
  └   → /css21_dev/html4/bottom-054.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-064.htm
  └   → /css21_dev/html4/bottom-064.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-065.htm
  └   → /css21_dev/html4/bottom-065.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-066.htm
  └   → /css21_dev/html4/bottom-066.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-076.htm
  └   → /css21_dev/html4/bottom-076.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-077.htm
  └   → /css21_dev/html4/bottom-077.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-078.htm
  └   → /css21_dev/html4/bottom-078.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-088.htm
  └   → /css21_dev/html4/bottom-088.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-089.htm
  └   → /css21_dev/html4/bottom-089.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-090.htm
  └   → /css21_dev/html4/bottom-090.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-100.htm
  └   → /css21_dev/html4/bottom-100.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-101.htm
  └   → /css21_dev/html4/bottom-101.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-102.htm
  └   → /css21_dev/html4/bottom-102.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-109.htm
  └   → /css21_dev/html4/bottom-109.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-110.htm
  └   → /css21_dev/html4/bottom-110.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-111.htm
  └   → /css21_dev/html4/bottom-111.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/bottom-112.htm
  └   → /css21_dev/html4/bottom-112.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/clear-clearance-calculation-001.htm
  └   → /css21_dev/html4/clear-clearance-calculation-001.htm 5ab2496a6be06f4c052e7673a179fce34589f80a
/css21_dev/html4/reference/clear-clearance-calculation-001-ref.htm a3619f2138311a41aacc62e2a688a3fc19360a00
Testing 5ab2496a6be06f4c052e7673a179fce34589f80a == a3619f2138311a41aacc62e2a688a3fc19360a00

  ▶ FAIL [expected PASS] /css21_dev/html4/clear-clearance-c</span><span class="stdout">alculation-002.htm
  └   → /css21_dev/html4/clear-clearance-calculation-002.htm 0db5846fd617f3565cd1c20b69c8e60d8799b6d8
/css21_dev/html4/reference/clear-clearance-calculation-002-ref.htm b546a6507f9eec1ca8f08bfdae15990d9728b4c7
Testing 0db5846fd617f3565cd1c20b69c8e60d8799b6d8 == b546a6507f9eec1ca8f08bfdae15990d9728b4c7

  ▶ FAIL [expected PASS] /css21_dev/html4/combinator-002.htm
  └   → /css21_dev/html4/combinator-002.htm aa3afd43bed732a0c6cdc22b3a71303a13aa9f21
/css21_dev/html4/reference/filler-text-below-green.htm 27363e8efa7a8550e88a795d9c6e9c9a9f6327cb
Testing aa3afd43bed732a0c6cdc22b3a71303a13aa9f21 == 27363e8efa7a8550e88a795d9c6e9c9a9f6327cb

  ▶ FAIL [expected PASS] /css21_dev/html4/combinator-003.htm
  └   → /css21_dev/html4/combinator-003.htm aa3afd43bed732a0c6cdc22b3a71303a13aa9f21
/css21_dev/html4/reference/filler-text-below-green.htm 27363e8efa7a8550e88a795d9c6e9c9a9f6327cb
Testing aa3afd43bed732a0c6cdc22b3a71303a13aa9f21 == 27363e8efa7a8550e88a795d9c6e9c9a9f6327cb

  ▶ FAIL [expected PASS] /css21_dev/html4/dynamic-sibling-combinator-001.htm
  └   → /css21_dev/html4/dynamic-sibling-combinator-001.htm 1cdcdf1213bdabd63e71d1e08c91aadf7d7d656d
/css21_dev/html4/reference/dynamic-sibling-combinator-001-ref.htm f802e6bf3ee68078776d3a4b6b673ea651676527
Testing 1cdcdf1213bdabd63e71d1e08c91aadf7d7d656d == f802e6bf3ee68078776d3a4b6b673ea651676527

  ▶ FAIL [expected PASS] /css21_dev/html4/floats-132.htm
  └   → /css21_dev/html4/floats-132.htm 43588c121959120b954c303176a3143421c89d51
/css21_dev/html4/reference/floats-132-ref.htm f89d7432bfc510073fab9877ff1564355fab0505
Testing 43588c121959120b954c303176a3143421c89d51 == f89d7432bfc510073fab9877ff1564355fab0505

  ▶ FAIL [expected PASS] /css21_dev/html4/height-006.htm
  └   → /css21_dev/html4/height-006.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-007.htm
  └   → /css21_dev/html4/height-007.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-017.htm
  └   → /css21_dev/html4/height-017.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-018.htm
  └   → /css21_dev/html4/height-018.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-028.htm
  └   → /css21_dev/html4/height-028.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-029.htm
  └   → /css21_dev/html4/height-029.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-039.htm
  └   → /css21_dev/html4/height-039.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-040.htm
  └   → /css21_dev/html4/height-040.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-050.htm
  └   → /css21_dev/html4/height-050.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-051.htm
  └   → /css21_dev/html4/height-051.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-095.htm
  └   → /css21_dev/html4/height-095.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/height-094.htm
  └   → /css21_dev/html4/height-094.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-004.htm
  └   → /css21_dev/html4/margin-bottom-004.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-005.htm
  └   → /css21_dev/html4/margin-bottom-005.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-006.htm
  └   → /css21_dev/html4/margin-bottom-006.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-016.htm
  └   → /css21_dev/html4/margin-bottom-016.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-008.htm
  └   → /css21_dev/html4/margin-bottom-008.htm 77488442004bfe5635ce98d9019ed1de80387fdc
/css21_dev/html4/reference/margin-bottom-007-ref.htm e1e111ddc2586137f6da01086244bf5e032daa9c
Testing 77488442004bfe5635ce98d9019ed1de80387fdc == e1e111ddc2586137f6da01086244bf5e032daa9c

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-007.htm
  └   → /css21_dev/html4/margin-bottom-007.htm 77488442004bfe5635ce98d9019ed1de80387fdc
/css21_dev/html4/reference/margin-bottom-007-ref.htm e1e111ddc2586137f6da01086244bf5e032daa9c
Testing 77488442004bfe5635ce98d9019ed1de80387fdc == e1e111ddc2586137f6da01086244bf5e032daa9c

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-017.htm
  └   → /css21_dev/html4/margin-bottom-017.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-018.htm
  └   → /css21_dev/html4/margin-bottom-018.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-028.htm
  └   → /css21_dev/html4/margin-bottom-028.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-029.htm
  └   → /css21_dev/html4/margin-bottom-029.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-019.htm
  └   → /css21_dev/html4/margin-bottom-019.htm 4e9ed9a0391c646fa2a01f185dc141bc3967ec8f
/css21_dev/html4/reference/margin-bottom-019-ref.htm e0dfccc94dd07173d3abf28e082f27277ec63a4e
Testing 4e9ed9a0391c646fa2a01f185dc141bc3967ec8f == e0dfccc94dd07173d3abf28e082f27277ec63a4e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-030.htm
  └   → /css21_dev/html4/margin-bottom-030.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-020.htm
  └   → /css21_dev/html4/margin-bottom-020.htm 4e9ed9a0391c646fa2a01f185dc141bc3967ec8f
/css21_dev/html4/reference/margin</span><span class="stdout">-bottom-019-ref.htm e0dfccc94dd07173d3abf28e082f27277ec63a4e
Testing 4e9ed9a0391c646fa2a01f185dc141bc3967ec8f == e0dfccc94dd07173d3abf28e082f27277ec63a4e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-040.htm
  └   → /css21_dev/html4/margin-bottom-040.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-041.htm
  └   → /css21_dev/html4/margin-bottom-041.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-031.htm
  └   → /css21_dev/html4/margin-bottom-031.htm b443f4c85ff3eade0eec9d65eec2918b7fcdae4d
/css21_dev/html4/reference/margin-bottom-031-ref.htm ff9d2596050fd0c16a9a65b130f6977bb4c3085f
Testing b443f4c85ff3eade0eec9d65eec2918b7fcdae4d == ff9d2596050fd0c16a9a65b130f6977bb4c3085f

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-032.htm
  └   → /css21_dev/html4/margin-bottom-032.htm b443f4c85ff3eade0eec9d65eec2918b7fcdae4d
/css21_dev/html4/reference/margin-bottom-031-ref.htm ff9d2596050fd0c16a9a65b130f6977bb4c3085f
Testing b443f4c85ff3eade0eec9d65eec2918b7fcdae4d == ff9d2596050fd0c16a9a65b130f6977bb4c3085f

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-042.htm
  └   → /css21_dev/html4/margin-bottom-042.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-052.htm
  └   → /css21_dev/html4/margin-bottom-052.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-053.htm
  └   → /css21_dev/html4/margin-bottom-053.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-043.htm
  └   → /css21_dev/html4/margin-bottom-043.htm 902063d472d18bdd01fb156e6fdc67d69077efb1
/css21_dev/html4/reference/margin-bottom-043-ref.htm 60fe7517c8dcaaf98300be954ce6f2043c208331
Testing 902063d472d18bdd01fb156e6fdc67d69077efb1 == 60fe7517c8dcaaf98300be954ce6f2043c208331

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-044.htm
  └   → /css21_dev/html4/margin-bottom-044.htm 902063d472d18bdd01fb156e6fdc67d69077efb1
/css21_dev/html4/reference/margin-bottom-043-ref.htm 60fe7517c8dcaaf98300be954ce6f2043c208331
Testing 902063d472d18bdd01fb156e6fdc67d69077efb1 == 60fe7517c8dcaaf98300be954ce6f2043c208331

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-054.htm
  └   → /css21_dev/html4/margin-bottom-054.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-064.htm
  └   → /css21_dev/html4/margin-bottom-064.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-065.htm
  └   → /css21_dev/html4/margin-bottom-065.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-055.htm
  └   → /css21_dev/html4/margin-bottom-055.htm 902063d472d18bdd01fb156e6fdc67d69077efb1
/css21_dev/html4/reference/margin-bottom-043-ref.htm 60fe7517c8dcaaf98300be954ce6f2043c208331
Testing 902063d472d18bdd01fb156e6fdc67d69077efb1 == 60fe7517c8dcaaf98300be954ce6f2043c208331

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-056.htm
  └   → /css21_dev/html4/margin-bottom-056.htm 902063d472d18bdd01fb156e6fdc67d69077efb1
/css21_dev/html4/reference/margin-bottom-043-ref.htm 60fe7517c8dcaaf98300be954ce6f2043c208331
Testing 902063d472d18bdd01fb156e6fdc67d69077efb1 == 60fe7517c8dcaaf98300be954ce6f2043c208331

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-066.htm
  └   → /css21_dev/html4/margin-bottom-066.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-076.htm
  └   → /css21_dev/html4/margin-bottom-076.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-077.htm
  └   → /css21_dev/html4/margin-bottom-077.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-068.htm
  └   → /css21_dev/html4/margin-bottom-068.htm 9553ecd6a02f4fe7714ec162e13e8801a3ad13e7
/css21_dev/html4/reference/margin-bottom-067-ref.htm 78bc320f214089c9cc20e46d36435801e74f70e2
Testing 9553ecd6a02f4fe7714ec162e13e8801a3ad13e7 == 78bc320f214089c9cc20e46d36435801e74f70e2

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-067.htm
  └   → /css21_dev/html4/margin-bottom-067.htm 9553ecd6a02f4fe7714ec162e13e8801a3ad13e7
/css21_dev/html4/reference/margin-bottom-067-ref.htm 78bc320f214089c9cc20e46d36435801e74f70e2
Testing 9553ecd6a02f4fe7714ec162e13e8801a3ad13e7 == 78bc320f214089c9cc20e46d36435801e74f70e2

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-078.htm
  └   → /css21_dev/html4/margin-bottom-078.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-089.htm
  └   → /css21_dev/html4/margin-bottom-089.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-088.htm
  └   → /css21_dev/html4/margin-bottom-088.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-079.htm
  └   → /css21_dev/html4/margin-bottom-079.htm 4be36461d29ad7f8c2d57de64870c80565f6ecd2
/css21_dev/html4/reference/margin-bottom-079-ref.htm 0586874892cb2e94650e986256aad10e3fe9c717
Testing 4be36461d29ad7f8c2d57de64870c80565f6ecd2 == 0586874892cb2e94650e986256aad10e3fe9c717

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-080.htm
  └   → /css21_dev/html4/margin-bottom-080.htm 4be36461d29ad7f8c2d57de64870c80565f6ecd2
/css21_dev/html4/reference/margin-bottom-079-ref.htm 0586874892cb2e94650e986256aad10e3fe9c717
Testing 4be36461d29ad7f8c2d57de64870c80565f6ecd2 == 0586874892cb2e94650e986256aad10e3fe9c717

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-090.htm
  └   → /css21_dev/html4/margin-bottom-090.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-100.htm
  └   → /css21_dev/html4/margin-bottom-100.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-101.htm
  └   → /css21_dev/html4/margin-bottom-101.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-102.htm
  └   → /css21_dev/html4/margin-bottom-102.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-109.htm
  └   → /css21_dev/html4/ma</span><span class="stdout">rgin-bottom-109.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-110.htm
  └   → /css21_dev/html4/margin-bottom-110.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-111.htm
  └   → /css21_dev/html4/margin-bottom-111.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-112.htm
  └   → /css21_dev/html4/margin-bottom-112.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-113.htm
  └   → /css21_dev/html4/margin-bottom-113.htm 9553ecd6a02f4fe7714ec162e13e8801a3ad13e7
/css21_dev/html4/reference/margin-bottom-067-ref.htm 78bc320f214089c9cc20e46d36435801e74f70e2
Testing 9553ecd6a02f4fe7714ec162e13e8801a3ad13e7 == 78bc320f214089c9cc20e46d36435801e74f70e2

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-applies-to-001.htm
  └   → /css21_dev/html4/margin-bottom-applies-to-001.htm c8e6ca8374ad89ef5e595d61d3710c2792bc729c
/css21_dev/html4/reference/margin-bottom-applies-to-001-ref.htm 51bf1bb43111dc91b740705109e77e292e0e776e
Testing c8e6ca8374ad89ef5e595d61d3710c2792bc729c == 51bf1bb43111dc91b740705109e77e292e0e776e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-applies-to-002.htm
  └   → /css21_dev/html4/margin-bottom-applies-to-002.htm c8e6ca8374ad89ef5e595d61d3710c2792bc729c
/css21_dev/html4/reference/margin-bottom-applies-to-001-ref.htm 51bf1bb43111dc91b740705109e77e292e0e776e
Testing c8e6ca8374ad89ef5e595d61d3710c2792bc729c == 51bf1bb43111dc91b740705109e77e292e0e776e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-applies-to-003.htm
  └   → /css21_dev/html4/margin-bottom-applies-to-003.htm c8e6ca8374ad89ef5e595d61d3710c2792bc729c
/css21_dev/html4/reference/margin-bottom-applies-to-001-ref.htm 51bf1bb43111dc91b740705109e77e292e0e776e
Testing c8e6ca8374ad89ef5e595d61d3710c2792bc729c == 51bf1bb43111dc91b740705109e77e292e0e776e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-applies-to-004.htm
  └   → /css21_dev/html4/margin-bottom-applies-to-004.htm c8e6ca8374ad89ef5e595d61d3710c2792bc729c
/css21_dev/html4/reference/margin-bottom-applies-to-001-ref.htm 51bf1bb43111dc91b740705109e77e292e0e776e
Testing c8e6ca8374ad89ef5e595d61d3710c2792bc729c == 51bf1bb43111dc91b740705109e77e292e0e776e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-applies-to-005.htm
  └   → /css21_dev/html4/margin-bottom-applies-to-005.htm c8e6ca8374ad89ef5e595d61d3710c2792bc729c
/css21_dev/html4/reference/margin-bottom-applies-to-001-ref.htm 51bf1bb43111dc91b740705109e77e292e0e776e
Testing c8e6ca8374ad89ef5e595d61d3710c2792bc729c == 51bf1bb43111dc91b740705109e77e292e0e776e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-applies-to-006.htm
  └   → /css21_dev/html4/margin-bottom-applies-to-006.htm c8e6ca8374ad89ef5e595d61d3710c2792bc729c
/css21_dev/html4/reference/margin-bottom-applies-to-001-ref.htm 51bf1bb43111dc91b740705109e77e292e0e776e
Testing c8e6ca8374ad89ef5e595d61d3710c2792bc729c == 51bf1bb43111dc91b740705109e77e292e0e776e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-applies-to-007.htm
  └   → /css21_dev/html4/margin-bottom-applies-to-007.htm c8e6ca8374ad89ef5e595d61d3710c2792bc729c
/css21_dev/html4/reference/margin-bottom-applies-to-001-ref.htm 51bf1bb43111dc91b740705109e77e292e0e776e
Testing c8e6ca8374ad89ef5e595d61d3710c2792bc729c == 51bf1bb43111dc91b740705109e77e292e0e776e

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-bottom-applies-to-009.htm
  └   → /css21_dev/html4/margin-bottom-applies-to-009.htm 81f680365b3ed44ee0afaf70b242a18d0aba2504
/css21_dev/html4/reference/margin-bottom-applies-to-009-ref.htm 2e213622b35c6970686b8c0f51ba8ab28d59a4e2
Testing 81f680365b3ed44ee0afaf70b242a18d0aba2504 == 2e213622b35c6970686b8c0f51ba8ab28d59a4e2

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-collapse-001.htm
  └   → /css21_dev/html4/margin-collapse-001.htm 89fdf89e22774b1dd5a7494b54f784b911ac32ed
/css21_dev/html4/reference/margin-collapse-001-ref.htm 07739841959c62effa4113d20767255a22869e61
Testing 89fdf89e22774b1dd5a7494b54f784b911ac32ed == 07739841959c62effa4113d20767255a22869e61

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-collapse-017.htm
  └   → /css21_dev/html4/margin-collapse-017.htm 8395c597d6b6d72a61bbcdc1b348a624265203a3
/css21_dev/html4/reference/margin-collapse-017-ref.htm 199b0b8b85e938dd0ad1ee3bbc2996dcc2074725
Testing 8395c597d6b6d72a61bbcdc1b348a624265203a3 == 199b0b8b85e938dd0ad1ee3bbc2996dcc2074725

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-004.htm
  └   → /css21_dev/html4/margin-top-004.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-005.htm
  └   → /css21_dev/html4/margin-top-005.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-006.htm
  └   → /css21_dev/html4/margin-top-006.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-017.htm
  └   → /css21_dev/html4/margin-top-017.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-016.htm
  └   → /css21_dev/html4/margin-top-016.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-018.htm
  └   → /css21_dev/html4/margin-top-018.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-028.htm
  └   → /css21_dev/html4/margin-top-028.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-029.htm
  └   → /css21_dev/html4/margin-top-029.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-030.htm
  └   → /css21_dev/html4/margin-top-030.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-040.htm
  └   → /css21_dev/html4/margin-top-040.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-041.htm
  └   → /css21_dev/html4/margin-top-041.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-042.htm
  └   → /css21_dev/html4/margin-top-042.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-052.htm
  └   → /css21_dev/html4/margin-top-052.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-053.htm
  └   → /css21_dev/html4/margin-top-053.htm dabe5f7a038327663a20fe0c336ef44e</span><span class="stdout">9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-054.htm
  └   → /css21_dev/html4/margin-top-054.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-064.htm
  └   → /css21_dev/html4/margin-top-064.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-065.htm
  └   → /css21_dev/html4/margin-top-065.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-066.htm
  └   → /css21_dev/html4/margin-top-066.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-076.htm
  └   → /css21_dev/html4/margin-top-076.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-077.htm
  └   → /css21_dev/html4/margin-top-077.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-078.htm
  └   → /css21_dev/html4/margin-top-078.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-088.htm
  └   → /css21_dev/html4/margin-top-088.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-089.htm
  └   → /css21_dev/html4/margin-top-089.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-090.htm
  └   → /css21_dev/html4/margin-top-090.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-100.htm
  └   → /css21_dev/html4/margin-top-100.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-101.htm
  └   → /css21_dev/html4/margin-top-101.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-102.htm
  └   → /css21_dev/html4/margin-top-102.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-109.htm
  └   → /css21_dev/html4/margin-top-109.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-110.htm
  └   → /css21_dev/html4/margin-top-110.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-111.htm
  └   → /css21_dev/html4/margin-top-111.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-112.htm
  └   → /css21_dev/html4/margin-top-112.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-001.htm
  └   → /css21_dev/html4/margin-top-applies-to-001.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-002.htm
  └   → /css21_dev/html4/margin-top-applies-to-002.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-003.htm
  └   → /css21_dev/html4/margin-top-applies-to-003.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-004.htm
  └   → /css21_dev/html4/margin-top-applies-to-004.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-006.htm
  └   → /css21_dev/html4/margin-top-applies-to-006.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-007.htm
  └   → /css21_dev/html4/margin-top-applies-to-007.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-005.htm
  └   → /css21_dev/html4/margin-top-applies-to-005.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-009.htm
  └   → /css21_dev/html4/margin-top-applies-to-009.htm 81f680365b3ed44ee0afaf70b242a18d0aba2504
/css21_dev/html4/reference/margin-bottom-applies-to-009-ref.htm 2e213622b35c6970686b8c0f51ba8ab28d59a4e2
Testing 81f680365b3ed44ee0afaf70b242a18d0aba2504 == 2e213622b35c6970686b8c0f51ba8ab28d59a4e2

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-012.htm
  └   → /css21_dev/html4/margin-top-applies-to-012.htm 3b6692eecbdb8814d6bd5a2de8871039cf545c81
/css21_dev/html4/reference/margin-top-applies-to-012-ref.htm 5d4135d89e8ec738899d66067ccab2b917f658e0
Testing 3b6692eecbdb8814d6bd5a2de8871039cf545c81 == 5d4135d89e8ec738899d66067ccab2b917f658e0

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-013.htm
  └   → /css21_dev/html4/margin-top-applies-to-013.htm b6003ea39669d93b4344f0367810f8462dec5174
/css21_dev/html4/reference/margin-top-applies-to-013-ref.htm 0085f92bac4622adcb546e410b21b4ee9840383b
Testing b6003ea39669d93b4344f0367810f8462dec5174 == 0085f92bac4622adcb546e410b21b4ee9840383b

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-014.htm
  └   → /css21_dev/html4/margin-top-applies-to-014.htm b6003ea39669d93b4344f0367810f8462dec5174
/css21_dev/html4/reference/margin-top-applies-to-013-ref.htm 0085f92bac4622adcb546e410</span><span class="stdout">b21b4ee9840383b
Testing b6003ea39669d93b4344f0367810f8462dec5174 == 0085f92bac4622adcb546e410b21b4ee9840383b

  ▶ FAIL [expected PASS] /css21_dev/html4/margin-top-applies-to-015.htm
  └   → /css21_dev/html4/margin-top-applies-to-015.htm b6003ea39669d93b4344f0367810f8462dec5174
/css21_dev/html4/reference/margin-top-applies-to-013-ref.htm 0085f92bac4622adcb546e410b21b4ee9840383b
Testing b6003ea39669d93b4344f0367810f8462dec5174 == 0085f92bac4622adcb546e410b21b4ee9840383b

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-006.htm
  └   → /css21_dev/html4/max-height-006.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-007.htm
  └   → /css21_dev/html4/max-height-007.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-017.htm
  └   → /css21_dev/html4/max-height-017.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-018.htm
  └   → /css21_dev/html4/max-height-018.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-028.htm
  └   → /css21_dev/html4/max-height-028.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-029.htm
  └   → /css21_dev/html4/max-height-029.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b84</span><span class="stdout">5d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-039.htm
  └   → /css21_dev/html4/max-height-039.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-040.htm
  └   → /css21_dev/html4/max-height-040.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-050.htm
  └   → /css21_dev/html4/max-height-050.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-051.htm
  └   → /css21_dev/html4/max-height-051.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-094.htm
  └   → /css21_dev/html4/max-height-094.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/max-height-095.htm
  └   → /css21_dev/html4/max-height-095.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-006.htm
  └   → /css21_dev/html4/min-height-006.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-007.htm
  └   → /css21_dev/html4/min-height-007.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-017.htm
  └   → /css21_dev/html4/min-height-017.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-018.htm
  └   → /css21_dev/html4/min-height-018.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-028.htm
  └   → /css21_dev/html4/min-height-028.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-029.htm
  └   → /css21_dev/html4/min-height-029.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-039.htm
  └   → /css21_dev/html4/min-height-039.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-040.htm
  └   → /css21_dev/html4/min-height-040.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-050.htm
  └   → /css21_dev/html4/min-height-050.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-051.htm
  └   → /css21_dev/html4/min-height-051.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-094.htm
  └   → /css21_dev/html4/min-height-094.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/min-height-095.htm
  └   → /css21_dev/html4/min-height-095.htm db0ae6f3903815702802f7a3096b845d9c191937
/css21_dev/html4/reference/height-006-ref.htm 3af39f0398c66f7366d7c828d271663634ea2dea
Testing db0ae6f3903815702802f7a3096b845d9c191937 == 3af39f0398c66f7366d7c828d271663634ea2dea

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-001.htm
  └   → /css21_dev/html4/padding-bottom-001.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-002.htm
  └   → /css21_dev/html4/padding-bottom-002.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-004.htm
  └   → /css21_dev/html4/padding-bottom-004.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-005.htm
  └   → /css21_dev/html4/padding-bottom-005.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-012.htm
  └   → /css21_dev/html4/padding-bottom-012.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-013.htm
  └   → /css21_dev/html4/padding-bottom-013.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-015.htm
  └   → /css21_dev/html4/padding-bottom-015.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-016.htm
  └   → /css21_dev/html4/padding-bottom-016.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-023.htm
  └   → /css21_dev/html4/padding-bottom-023.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-024.htm
  └   → /css21_dev/html4/padding-bottom-024.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-026.htm
  └   → /css21_dev/html4/padding-bottom-026.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-027.htm
  └   →</span><span class="stdout"> /css21_dev/html4/padding-bottom-027.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-034.htm
  └   → /css21_dev/html4/padding-bottom-034.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-035.htm
  └   → /css21_dev/html4/padding-bottom-035.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-037.htm
  └   → /css21_dev/html4/padding-bottom-037.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-038.htm
  └   → /css21_dev/html4/padding-bottom-038.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-045.htm
  └   → /css21_dev/html4/padding-bottom-045.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-046.htm
  └   → /css21_dev/html4/padding-bottom-046.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-048.htm
  └   → /css21_dev/html4/padding-bottom-048.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-049.htm
  └   → /css21_dev/html4/padding-bottom-049.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-056.htm
  └   → /css21_dev/html4/padding-bottom-056.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-057.htm
  └   → /css21_dev/html4/padding-bottom-057.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-059.htm
  └   → /css21_dev/html4/padding-bottom-059.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-060.htm
  └   → /css21_dev/html4/padding-bottom-060.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-067.htm
  └   → /css21_dev/html4/padding-bottom-067.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-068.htm
  └   → /css21_dev/html4/padding-bottom-068.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-070.htm
  └   → /css21_dev/html4/padding-bottom-070.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-071.htm
  └   → /css21_dev/html4/padding-bottom-071.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-078.htm
  └   → /css21_dev/html4/padding-bottom-078.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-079.htm
  └   → /css21_dev/html4/padding-bottom-079.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-081.htm
  └   → /css21_dev/html4/padding-bottom-081.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-082.htm
  └   → /css21_dev/html4/padding-bottom-082.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-089.htm
  └   → /css21_dev/html4/padding-bottom-089.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-090.htm
  └   → /css21_dev/html4/padding-bottom-090.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-092.htm
  └   → /css21_dev/html4/padding-bottom-092.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-093.htm
  └   → /css21_dev/html4/padding-bottom-093.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-100.htm
  └   → /css21_dev/html4/padding-bottom-100.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-101.htm
  └   → /css21_dev/html4/padding-bottom-101.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-102.htm
  └   → /css21_dev/html4/padding-bottom-102.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-001.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-001.htm 77fb13237c4a5f5c480637486d8935dec8a157fd
/css21_dev/html4/reference/padding-bottom-applies-to-001</span><span class="stdout">-ref.htm cc00c8d25f3a9fa0da92534dee5b5a97bf577c28
Testing 77fb13237c4a5f5c480637486d8935dec8a157fd == cc00c8d25f3a9fa0da92534dee5b5a97bf577c28

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-003.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-003.htm 77fb13237c4a5f5c480637486d8935dec8a157fd
/css21_dev/html4/reference/padding-bottom-applies-to-001-ref.htm cc00c8d25f3a9fa0da92534dee5b5a97bf577c28
Testing 77fb13237c4a5f5c480637486d8935dec8a157fd == cc00c8d25f3a9fa0da92534dee5b5a97bf577c28

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-002.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-002.htm 77fb13237c4a5f5c480637486d8935dec8a157fd
/css21_dev/html4/reference/padding-bottom-applies-to-001-ref.htm cc00c8d25f3a9fa0da92534dee5b5a97bf577c28
Testing 77fb13237c4a5f5c480637486d8935dec8a157fd == cc00c8d25f3a9fa0da92534dee5b5a97bf577c28

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-004.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-004.htm 77fb13237c4a5f5c480637486d8935dec8a157fd
/css21_dev/html4/reference/padding-bottom-applies-to-001-ref.htm cc00c8d25f3a9fa0da92534dee5b5a97bf577c28
Testing 77fb13237c4a5f5c480637486d8935dec8a157fd == cc00c8d25f3a9fa0da92534dee5b5a97bf577c28

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-007.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-007.htm 65939ea13d0cc799f6b7b359406166d5d52e3fab
/css21_dev/html4/reference/padding-bottom-applies-to-007-ref.htm c835959971b022e93e941b9187f4ee1079b45ee0
Testing 65939ea13d0cc799f6b7b359406166d5d52e3fab == c835959971b022e93e941b9187f4ee1079b45ee0

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-005.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-005.htm 77fb13237c4a5f5c480637486d8935dec8a157fd
/css21_dev/html4/reference/padding-bottom-applies-to-001-ref.htm cc00c8d25f3a9fa0da92534dee5b5a97bf577c28
Testing 77fb13237c4a5f5c480637486d8935dec8a157fd == cc00c8d25f3a9fa0da92534dee5b5a97bf577c28

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-006.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-006.htm 77fb13237c4a5f5c480637486d8935dec8a157fd
/css21_dev/html4/reference/padding-bottom-applies-to-001-ref.htm cc00c8d25f3a9fa0da92534dee5b5a97bf577c28
Testing 77fb13237c4a5f5c480637486d8935dec8a157fd == cc00c8d25f3a9fa0da92534dee5b5a97bf577c28

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-009.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-009.htm 65939ea13d0cc799f6b7b359406166d5d52e3fab
/css21_dev/html4/reference/padding-bottom-applies-to-007-ref.htm c835959971b022e93e941b9187f4ee1079b45ee0
Testing 65939ea13d0cc799f6b7b359406166d5d52e3fab == c835959971b022e93e941b9187f4ee1079b45ee0

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-012.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-012.htm 65939ea13d0cc799f6b7b359406166d5d52e3fab
/css21_dev/html4/reference/padding-bottom-applies-to-007-ref.htm c835959971b022e93e941b9187f4ee1079b45ee0
Testing 65939ea13d0cc799f6b7b359406166d5d52e3fab == c835959971b022e93e941b9187f4ee1079b45ee0

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-013.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-013.htm 65939ea13d0cc799f6b7b359406166d5d52e3fab
/css21_dev/html4/reference/padding-bottom-applies-to-007-ref.htm c835959971b022e93e941b9187f4ee1079b45ee0
Testing 65939ea13d0cc799f6b7b359406166d5d52e3fab == c835959971b022e93e941b9187f4ee1079b45ee0

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-014.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-014.htm 65939ea13d0cc799f6b7b359406166d5d52e3fab
/css21_dev/html4/reference/padding-bottom-applies-to-007-ref.htm c835959971b022e93e941b9187f4ee1079b45ee0
Testing 65939ea13d0cc799f6b7b359406166d5d52e3fab == c835959971b022e93e941b9187f4ee1079b45ee0

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-bottom-applies-to-015.htm
  └   → /css21_dev/html4/padding-bottom-applies-to-015.htm 65939ea13d0cc799f6b7b359406166d5d52e3fab
/css21_dev/html4/reference/padding-bottom-applies-to-007-ref.htm c835959971b022e93e941b9187f4ee1079b45ee0
Testing 65939ea13d0cc799f6b7b359406166d5d52e3fab == c835959971b022e93e941b9187f4ee1079b45ee0

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-001.htm
  └   → /css21_dev/html4/padding-top-001.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-002.htm
  └   → /css21_dev/html4/padding-top-002.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-004.htm
  └   → /css21_dev/html4/padding-top-004.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-005.htm
  └   → /css21_dev/html4/padding-top-005.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-012.htm
  └   → /css21_dev/html4/padding-top-012.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-013.htm
  └   → /css21_dev/html4/padding-top-013.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-015.htm
  └   → /css21_dev/html4/padding-top-015.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-016.htm
  └   → /css21_dev/html4/padding-top-016.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-023.htm
  └   → /css21_dev/html4/padding-top-023.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-024.htm
  └   → /css21_dev/html4/padding-top-024.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-026.htm
  └   → /css21_dev/html4/padding-top-026.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-027.htm
  └   → /css21_dev/html4/padding-top-027.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-034.htm
  └   → /css21_dev/html4/padding-top-034.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-035.htm
  └   → /css21_dev/html4/padding-top-035.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-037.htm
  └   → /css21_dev/html4/padding-top-037.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-038.htm
  └   → /css21_dev/html4/padding-top-038.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-045.htm
  └   → /css21_dev/html4/padding-top-045.htm dabe5</span><span class="stdout">f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-046.htm
  └   → /css21_dev/html4/padding-top-046.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-048.htm
  └   → /css21_dev/html4/padding-top-048.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-049.htm
  └   → /css21_dev/html4/padding-top-049.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-056.htm
  └   → /css21_dev/html4/padding-top-056.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-057.htm
  └   → /css21_dev/html4/padding-top-057.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-059.htm
  └   → /css21_dev/html4/padding-top-059.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-060.htm
  └   → /css21_dev/html4/padding-top-060.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-067.htm
  └   → /css21_dev/html4/padding-top-067.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-068.htm
  └   → /css21_dev/html4/padding-top-068.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-070.htm
  └   → /css21_dev/html4/padding-top-070.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-071.htm
  └   → /css21_dev/html4/padding-top-071.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-078.htm
  └   → /css21_dev/html4/padding-top-078.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-079.htm
  └   → /css21_dev/html4/padding-top-079.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-081.htm
  └   → /css21_dev/html4/padding-top-081.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-082.htm
  └   → /css21_dev/html4/padding-top-082.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-089.htm
  └   → /css21_dev/html4/padding-top-089.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-090.htm
  └   → /css21_dev/html4/padding-top-090.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-092.htm
  └   → /css21_dev/html4/padding-top-092.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-093.htm
  └   → /css21_dev/html4/padding-top-093.htm 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e
/css21_dev/html4/reference/margin-bottom-100-ref.htm 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6
Testing 5f3c048f5cc5ab6b4cbe8f146f2b3401362fd82e == 6ab56fe380ee75e5b87ffeaebc79b1031825e2d6

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-100.htm
  └   → /css21_dev/html4/padding-top-100.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-101.htm
  └   → /css21_dev/html4/padding-top-101.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-102.htm
  └   → /css21_dev/html4/padding-top-102.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-003.htm
  └   → /css21_dev/html4/padding-top-applies-to-003.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-001.htm
  └   → /css21_dev/html4/padding-top-applies-to-001.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-002.htm
  └   → /css21_dev/html4/padding-top-applies-to-002.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-004.htm
  └   → /css21_dev/html4/padding-top-applies-to-004.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-005.htm
  └   → /css21_dev/html4/padding-top-applies-to-005.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c15d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-006.htm
  └   → /css21_dev/html4/padding-top-applies-to-006.htm 5499956f1602829f20d5a5f43e62c15d024b15ae
/css21_dev/html4/reference/margin-top-applies-to-001-ref.htm e07e7d0b33b0c2f93164d3d759cbe70c2499e894
Testing 5499956f1602829f20d5a5f43e62c1</span><span class="stdout">5d024b15ae == e07e7d0b33b0c2f93164d3d759cbe70c2499e894

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-009.htm
  └   → /css21_dev/html4/padding-top-applies-to-009.htm 81f680365b3ed44ee0afaf70b242a18d0aba2504
/css21_dev/html4/reference/margin-bottom-applies-to-009-ref.htm 2e213622b35c6970686b8c0f51ba8ab28d59a4e2
Testing 81f680365b3ed44ee0afaf70b242a18d0aba2504 == 2e213622b35c6970686b8c0f51ba8ab28d59a4e2

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-007.htm
  └   → /css21_dev/html4/padding-top-applies-to-007.htm 3b6692eecbdb8814d6bd5a2de8871039cf545c81
/css21_dev/html4/reference/margin-top-applies-to-012-ref.htm 5d4135d89e8ec738899d66067ccab2b917f658e0
Testing 3b6692eecbdb8814d6bd5a2de8871039cf545c81 == 5d4135d89e8ec738899d66067ccab2b917f658e0

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-013.htm
  └   → /css21_dev/html4/padding-top-applies-to-013.htm b6003ea39669d93b4344f0367810f8462dec5174
/css21_dev/html4/reference/margin-top-applies-to-013-ref.htm 0085f92bac4622adcb546e410b21b4ee9840383b
Testing b6003ea39669d93b4344f0367810f8462dec5174 == 0085f92bac4622adcb546e410b21b4ee9840383b

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-012.htm
  └   → /css21_dev/html4/padding-top-applies-to-012.htm 3b6692eecbdb8814d6bd5a2de8871039cf545c81
/css21_dev/html4/reference/margin-top-applies-to-012-ref.htm 5d4135d89e8ec738899d66067ccab2b917f658e0
Testing 3b6692eecbdb8814d6bd5a2de8871039cf545c81 == 5d4135d89e8ec738899d66067ccab2b917f658e0

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-014.htm
  └   → /css21_dev/html4/padding-top-applies-to-014.htm b6003ea39669d93b4344f0367810f8462dec5174
/css21_dev/html4/reference/margin-top-applies-to-013-ref.htm 0085f92bac4622adcb546e410b21b4ee9840383b
Testing b6003ea39669d93b4344f0367810f8462dec5174 == 0085f92bac4622adcb546e410b21b4ee9840383b

  ▶ FAIL [expected PASS] /css21_dev/html4/padding-top-applies-to-015.htm
  └   → /css21_dev/html4/padding-top-applies-to-015.htm 3b6692eecbdb8814d6bd5a2de8871039cf545c81
/css21_dev/html4/reference/margin-top-applies-to-012-ref.htm 5d4135d89e8ec738899d66067ccab2b917f658e0
Testing 3b6692eecbdb8814d6bd5a2de8871039cf545c81 == 5d4135d89e8ec738899d66067ccab2b917f658e0

  ▶ FAIL [expected PASS] /css21_dev/html4/position-relative-032.htm
  └   → /css21_dev/html4/position-relative-032.htm 4a318b729d7a26f24c31d664fed573da9fb0bb5f
/css21_dev/html4/reference/position-relative-032-ref.htm 93e0b6aeea0a5d3f133b07056e070baa92c3d568
Testing 4a318b729d7a26f24c31d664fed573da9fb0bb5f == 93e0b6aeea0a5d3f133b07056e070baa92c3d568

  ▶ FAIL [expected PASS] /css21_dev/html4/selectors-001.htm
  └   → /css21_dev/html4/selectors-001.htm 96faefca1135d533b1383fda239fa9c594eb2991
/css21_dev/html4/reference/selectors-001-ref.htm 42f6b4efe2e900b0a751e8559250e4883a9eb782
Testing 96faefca1135d533b1383fda239fa9c594eb2991 == 42f6b4efe2e900b0a751e8559250e4883a9eb782

  ▶ FAIL [expected PASS] /css21_dev/html4/sibling-selector-001.htm
  └   → /css21_dev/html4/sibling-selector-001.htm 25fe0388c93fd2107ee71ada1264137ea20c14ae
/css21_dev/html4/reference/sibling-selector-001-ref.htm 8ead5e1d9fa0d905a23f3394e85d85da0533e657
Testing 25fe0388c93fd2107ee71ada1264137ea20c14ae == 8ead5e1d9fa0d905a23f3394e85d85da0533e657

  ▶ FAIL [expected PASS] /css21_dev/html4/top-004.htm
  └   → /css21_dev/html4/top-004.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-005.htm
  └   → /css21_dev/html4/top-005.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-006.htm
  └   → /css21_dev/html4/top-006.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-016.htm
  └   → /css21_dev/html4/top-016.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-017.htm
  └   → /css21_dev/html4/top-017.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-018.htm
  └   → /css21_dev/html4/top-018.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-028.htm
  └   → /css21_dev/html4/top-028.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-029.htm
  └   → /css21_dev/html4/top-029.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-030.htm
  └   → /css21_dev/html4/top-030.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-040.htm
  └   → /css21_dev/html4/top-040.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-041.htm
  └   → /css21_dev/html4/top-041.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-042.htm
  └   → /css21_dev/html4/top-042.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-052.htm
  └   → /css21_dev/html4/top-052.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-053.htm
  └   → /css21_dev/html4/top-053.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-054.htm
  └   → /css21_dev/html4/top-054.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-064.htm
  └   → /css21_dev/html4/top-064.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-065.htm
  └   → /css21_dev/html4/top-065.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-066.htm
  └   → /css21_dev/html4/top-066.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-076.htm
  └   → /css21_dev/html4/top-076.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-077.htm
  └   → /css21_dev/html4/top-077.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-078.htm
  └ </span><span class="stdout">  → /css21_dev/html4/top-078.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-088.htm
  └   → /css21_dev/html4/top-088.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-089.htm
  └   → /css21_dev/html4/top-089.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-090.htm
  └   → /css21_dev/html4/top-090.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-100.htm
  └   → /css21_dev/html4/top-100.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-101.htm
  └   → /css21_dev/html4/top-101.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-102.htm
  └   → /css21_dev/html4/top-102.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-109.htm
  └   → /css21_dev/html4/top-109.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-110.htm
  └   → /css21_dev/html4/top-110.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-111.htm
  └   → /css21_dev/html4/top-111.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

  ▶ FAIL [expected PASS] /css21_dev/html4/top-112.htm
  └   → /css21_dev/html4/top-112.htm dabe5f7a038327663a20fe0c336ef44e9e336f28
/css21_dev/html4/reference/ref-no-vert-space-between.htm 7938e34d98daeb8ee01f124cf544189cd4df44e3
Testing dabe5f7a038327663a20fe0c336ef44e9e336f28 == 7938e34d98daeb8ee01f124cf544189cd4df44e3

@SimonSapin
Copy link
Copy Markdown
Member Author

Picking /css21_dev/html4/absolute-replaced-height-017.htm for example, it looks like the problem is in the rendering of the reference where a div selector applies correctly, but div + div does not.

@bors-servo
Copy link
Copy Markdown
Contributor

☔ The latest upstream changes (presumably #12712) made this pull request unmergeable. Please resolve the merge conflicts.

@highfive highfive added the S-needs-rebase There are merge conflict errors. label Aug 5, 2016
@SimonSapin SimonSapin force-pushed the selectors-generic-atom_ branch from 2126669 to 5a85f21 Compare August 9, 2016 11:40
@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Aug 9, 2016
@highfive
Copy link
Copy Markdown

highfive commented Aug 9, 2016

  ▶ FAIL [expected PASS] /html/rendering/non-replaced-elements/lists/ol-type-supported.html
  └   → /html/rendering/non-replaced-elements/lists/ol-type-supported.html 410f40f3c738cc51a9a114be23236d994e0623d0
/html/rendering/non-replaced-elements/lists/ol-type-supported-ref.html 96f9cc93961ee1c2492fcf7750da78fc78d0e8e4
Testing 410f40f3c738cc51a9a114be23236d994e0623d0 == 96f9cc93961ee1c2492fcf7750da78fc78d0e8e4

  ▶ FAIL [expected PASS] /html/rendering/non-replaced-elements/lists/ol-type-supported-xhtml.xhtml
  └   → /html/rendering/non-replaced-elements/lists/ol-type-supported-xhtml.xhtml 410f40f3c738cc51a9a114be23236d994e0623d0
/html/rendering/non-replaced-elements/lists/ol-type-supported-ref.html 96f9cc93961ee1c2492fcf7750da78fc78d0e8e4
Testing 410f40f3c738cc51a9a114be23236d994e0623d0 == 96f9cc93961ee1c2492fcf7750da78fc78d0e8e4

  ▶ FAIL [expected PASS] /html/rendering/non-replaced-elements/lists/ul-type-supported.html
  └   → /html/rendering/non-replaced-elements/lists/ul-type-supported.html bf9f9a311bb42757615a4721de11eeeb2f20611f
/html/rendering/non-replaced-elements/lists/ul-type-supported-ref.html a97fc37c5486eb26a50b85bd27c918186058667b
Testing bf9f9a311bb42757615a4721de11eeeb2f20611f == a97fc37c5486eb26a50b85bd27c918186058667b

  ▶ FAIL [expected PASS] /html/rendering/non-replaced-elements/lists/ul-type-supported-xhtml.xhtml
  └   → /html/rendering/non-replaced-elements/lists/ul-type-supported-xhtml.xhtml bf9f9a311bb42757615a4721de11eeeb2f20611f
/html/rendering/non-replaced-elements/lists/ul-type-supported-ref.html a97fc37c5486eb26a50b85bd27c918186058667b
Testing bf9f9a311bb42757615a4721de11eeeb2f20611f == a97fc37c5486eb26a50b85bd27c918186058667b

  ▶ FAIL [expected PASS] /_mozilla/css/attr_selector_case_sensitivity.html
  └   → /_mozilla/css/attr_selector_case_sensitivity.html 0825f4b71122d1269c8f8a00fdceeea86bec3113
/_mozilla/css/attr_selector_case_sensitivity_ref.html 58ae80063086704a6c62c2244a5d9962aa9e4b43
Testing 0825f4b71122d1269c8f8a00fdceeea86bec3113 == 58ae80063086704a6c62c2244a5d9962aa9e4b43

@SimonSapin SimonSapin force-pushed the selectors-generic-atom_ branch from 51def7e to 3ae2700 Compare August 9, 2016 15:20
@SimonSapin SimonSapin changed the title Update to selectors 0.8.1 (generic over atoms) Update to selectors 0.8.2 (generic over atoms) Aug 9, 2016
@SimonSapin
Copy link
Copy Markdown
Member Author

With servo/rust-selectors#95

@bors-servo r=bholley

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit 3ae2700 has been approved by bholley

@bors-servo
Copy link
Copy Markdown
Contributor

🔒 Merge conflict

@bors-servo
Copy link
Copy Markdown
Contributor

☔ The latest upstream changes (presumably #12783) made this pull request unmergeable. Please resolve the merge conflicts.

@highfive highfive added the S-needs-rebase There are merge conflict errors. label Aug 9, 2016
@SimonSapin SimonSapin force-pushed the selectors-generic-atom_ branch from 3ae2700 to cf05cd9 Compare August 9, 2016 16:18
@highfive highfive added S-awaiting-review There is new code that needs to be reviewed. and removed S-tests-failed The changes caused existing tests to fail. labels Aug 9, 2016
@SimonSapin
Copy link
Copy Markdown
Member Author

@bors-servo r=bholley

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit cf05cd9 has been approved by bholley

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. S-needs-rebase There are merge conflict errors. labels Aug 9, 2016
@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit cf05cd9 with merge 5e83b3f...

bors-servo pushed a commit that referenced this pull request Aug 9, 2016
Update to selectors 0.8.2 (generic over atoms)

This removes the `[replace]` override in geckolib and therefore unblocks #12391.

This includes the `gecko_string_cache` redesign discussed in #12548.

r? @bholley

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

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require new tests because refactor

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

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12571)
<!-- Reviewable:end -->
@bors-servo
Copy link
Copy Markdown
Contributor

☀️ Test successful - arm32, arm64, linux-dev, linux-rel, mac-dev-unit, mac-rel-css, mac-rel-wpt, windows-dev

@bors-servo bors-servo merged commit cf05cd9 into master Aug 9, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Aug 9, 2016
@SimonSapin SimonSapin deleted the selectors-generic-atom_ branch August 9, 2016 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants