mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c
This commit is contained in:
parent
8e783577d2
commit
ba8922cc76
2439 changed files with 5192 additions and 2611 deletions
|
@ -4,6 +4,7 @@
|
|||
<head>
|
||||
<title>CSS Test: text-indent Percentage - basic cases</title>
|
||||
<link rel="author" title="Makoto Kikuchi" href="mailto:kikuchi@est.co.jp" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css"><![CDATA[
|
||||
#parent
|
||||
{
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<link rel="match" href="reference/text-indent-percentage-001-ref.xht"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +50% adds 50% of its containing block's width in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css"><![CDATA[
|
||||
#parent
|
||||
{
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<meta name="flags" content="">
|
||||
<link rel="match" href="reference/text-indent-percentage-002-ref.html">
|
||||
<meta name="assert" content="Percentages in text-indent refer to width of the element's content box, when used in a calc expression">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
body { background: white; }
|
||||
section { position: absolute; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue