mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
Automatic update from web-platform-tests WPT: Fix contain-style-counters-004.html with correct expectations. contain-style-counters-004.html has spans as non-siblings of the div that prints the number. This patch adjusts the expectations to print 0, instead of 20. Note that contain-style-counters-003.html already tests for siblings relationship. R=tabatkins@chromium.org, chrishtr@chromium.org Change-Id: I0ca60bed403ba31844688b7f97db8c50628fcaf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689072 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#675309} -- wpt-commits: a09e43f71b85ea8dff2f77d58489ce95852e84f8 wpt-pr: 17652
18 lines
281 B
HTML
18 lines
281 B
HTML
<!DOCTYPE html>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>CSS Reference Test</title>
|
|
|
|
<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
|
|
|
|
<style>
|
|
div
|
|
{
|
|
font-size: 3em;
|
|
}
|
|
</style>
|
|
|
|
<p>Test passes if there is the number 0.
|
|
|
|
<div>0</div>
|