Update web-platform-tests to revision b'468d01bbd84da2babf265c6af46947be68713440'

This commit is contained in:
WPT Sync Bot 2021-09-07 11:16:33 +00:00 committed by cybai
parent 35e95f55a1
commit 58e8ee674b
9438 changed files with 266112 additions and 106976 deletions

View file

@ -6,7 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/mozilla/001.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth"/>
<style type="text/css">
.test { border-left: 2em solid; padding-left: 0; width: 3em; padding-right: 0; border-right: 2em solid; -moz-box-sizing: border-box; }
.test { border-left: 2em solid; padding-left: 0; width: 3em; padding-right: 0; border-right: 2em solid; box-sizing: border-box; }
.control { border-left: none; padding-left: 0; width: 4em; padding-right: 0; border-right: none; }
.body div { background: navy; border-color: navy; height: 1em; }
</style>

View file

@ -6,7 +6,7 @@
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/mozilla/002.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth"/>
<style type="text/css">
.test { border-left: none; padding-left: 2em; width: 3em; padding-right: 2em; border-right: none; -moz-box-sizing: border-box; }
.test { border-left: none; padding-left: 2em; width: 3em; padding-right: 2em; border-right: none; box-sizing: border-box; }
.control { border-left: none; padding-left: 0; width: 4em; padding-right: 0; border-right: none; }
body div { background: navy; height: 1em; }
</style>

View file

@ -11,7 +11,7 @@
<style type="text/css">
html { background: white; }
body { background: 100px 0 url(support/test-tr.png) no-repeat; }
div { width: 100px; background: url(support/test-bl.png) bottom left no-repeat; }
div { width: 200px; background: url(support/test-bl.png) bottom left no-repeat; }
div p { background: url(support/test-tl.png) top left no-repeat; }
object { display: block; margin: auto; padding-right: 100px; background: url(support/test-br.png) bottom right no-repeat; }
</style>