Auto merge of #27684 - servo-wpt-sync:wpt_update_05-10-2020, r=jdm

Sync WPT with upstream (05-10-2020)

Automated downstream sync of changes from upstream as of 05-10-2020.
[no-wpt-sync]
r? @servo-wpt-sync
This commit is contained in:
bors-servo 2020-10-05 10:00:47 -04:00 committed by GitHub
commit 28cbee585d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
244 changed files with 2036 additions and 710 deletions

View file

@ -1,4 +0,0 @@
[hit-test-floats-003.html]
[Miss float below something else]
expected: FAIL

View file

@ -1,4 +0,0 @@
[hit-test-floats-004.html]
[Miss float below something else]
expected: FAIL

View file

@ -1,4 +0,0 @@
[hit-test-floats-005.html]
[Miss clipped float]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-010.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-013.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-014.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-091.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-092.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-100.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-101.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-102.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-103.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-104.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-112.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-002.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-003.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-005.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-006.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-007.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-008.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-009.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-010.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-011.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-014.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-applies-to-015.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-inherited-001.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-001.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-002.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-003.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-005.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-applies-to-003.xht]
expected: FAIL

View file

@ -0,0 +1,13 @@
[MediaQueryList-extends-EventTarget.html]
[onchange removes listener]
expected: FAIL
[onchange adds listener]
expected: FAIL
[listeners for "change" type are called]
expected: FAIL
[addEventListener "once" option is respected]
expected: FAIL

View file

@ -17,6 +17,3 @@
[test the top of layer] [test the top of layer]
expected: FAIL expected: FAIL
[test some point of the element: top left corner]
expected: FAIL

View file

@ -2,6 +2,3 @@
[elementsFromPoint on the root document for points in iframe elements] [elementsFromPoint on the root document for points in iframe elements]
expected: FAIL expected: FAIL
[elementsFromPoint on inner documents]
expected: FAIL

View file

@ -0,0 +1,7 @@
[offsetTopLeft-border-box.html]
[container: 1]
expected: FAIL
[container: 0]
expected: FAIL

View file

@ -0,0 +1,2 @@
[is-where-shadow.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[HTMLMediaElement.html]
expected: TIMEOUT

View file

@ -315,21 +315,18 @@
[<iframe>: separate response Content-Type: text/html;x=" text/plain] [<iframe>: separate response Content-Type: text/html;x=" text/plain]
expected: FAIL expected: FAIL
[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*] [<iframe>: separate response Content-Type: text/html */*]
expected: FAIL expected: FAIL
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
expected: FAIL
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk] [<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
expected: FAIL expected: FAIL
[<iframe>: combined response Content-Type: text/html;" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: */* text/html]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;" text/plain]
expected: FAIL

View file

@ -56,6 +56,6 @@
[separate text/javascript x/x] [separate text/javascript x/x]
expected: FAIL expected: FAIL
[separate text/javascript ] [separate text/javascript; charset=windows-1252 text/javascript]
expected: FAIL expected: FAIL

View file

@ -0,0 +1,4 @@
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,5 +1,4 @@
[embedded-opener-remove-frame.html] [embedded-opener-remove-frame.html]
expected: CRASH
[opener of discarded nested browsing context] [opener of discarded nested browsing context]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[supported-elements.html] [supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus] [Contenteditable element should support autofocus]
expected: FAIL expected: FAIL
@ -9,7 +10,7 @@
expected: FAIL expected: FAIL
[Area element should support autofocus] [Area element should support autofocus]
expected: FAIL expected: TIMEOUT
[Host element with delegatesFocus should support autofocus] [Host element with delegatesFocus should support autofocus]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[iframe_sandbox_popups_nonescaping-1.html] [iframe_sandbox_popups_nonescaping-1.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox] [Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL expected: NOTRUN

View file

@ -1,4 +1,5 @@
[iframe_sandbox_popups_nonescaping-3.html] [iframe_sandbox_popups_nonescaping-3.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox] [Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL expected: NOTRUN

View file

@ -0,0 +1,4 @@
[form-double-submit.html]
[default submit action should supersede onclick submit()]
expected: FAIL

View file

@ -1,13 +1,14 @@
[htmlanchorelement_noopener.html] [htmlanchorelement_noopener.html]
expected: TIMEOUT
[Check that targeting of rel=noopener with a given name reuses an existing window with that name] [Check that targeting of rel=noopener with a given name reuses an existing window with that name]
expected: FAIL expected: FAIL
[Check that rel=noopener with target=_top does a normal load] [Check that rel=noopener with target=_top does a normal load]
expected: FAIL expected: NOTRUN
[Check that rel=noopener with target=_parent does a normal load] [Check that rel=noopener with target=_parent does a normal load]
expected: FAIL expected: NOTRUN
[Check that rel=noopener with target=_self does a normal load] [Check that rel=noopener with target=_self does a normal load]
expected: FAIL expected: NOTRUN

View file

@ -0,0 +1,4 @@
[module-delayed.html]
[async document.write in a module]
expected: FAIL

View file

@ -1,4 +0,0 @@
[module-static-import-delayed.html]
[document.write in an imported module]
expected: FAIL

View file

@ -1,5 +1,5 @@
[ignore-opens-during-unload.window.html] [ignore-opens-during-unload.window.html]
expected: TIMEOUT expected: CRASH
[document.open should bail out when ignore-opens-during-unload is greater than 0 during visibilitychange event (open(parent) while unloading parent and child)] [document.open should bail out when ignore-opens-during-unload is greater than 0 during visibilitychange event (open(parent) while unloading parent and child)]
expected: TIMEOUT expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[017.html]
expected: TIMEOUT
[origin of the script that invoked the method, about:blank]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[render_state_update.https.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[Worker-constructor.html]
expected: ERROR

File diff suppressed because it is too large Load diff

View file

@ -1,4 +0,0 @@
[hit-test-floats-003.html]
[Miss float below something else]
expected: FAIL

View file

@ -1,4 +0,0 @@
[hit-test-floats-004.html]
[Miss float below something else]
expected: FAIL

View file

@ -1,4 +0,0 @@
[hit-test-floats-005.html]
[Miss clipped float]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-014.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-100.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-101.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-indent-102.xht]
expected: FAIL

View file

@ -0,0 +1,3 @@
[text-indent-103.xht]
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,3 @@
[text-indent-104.xht]
expected:
if os == "linux": FAIL

View file

@ -21,6 +21,3 @@
[test the top of layer] [test the top of layer]
expected: FAIL expected: FAIL
[test some point of the element: top left corner]
expected: FAIL

View file

@ -2,6 +2,3 @@
[elementsFromPoint on the root document for points in iframe elements] [elementsFromPoint on the root document for points in iframe elements]
expected: FAIL expected: FAIL
[elementsFromPoint on inner documents]
expected: FAIL

View file

@ -0,0 +1,7 @@
[offsetTopLeft-border-box.html]
[container: 1]
expected: FAIL
[container: 0]
expected: FAIL

View file

@ -0,0 +1,2 @@
[is-where-shadow.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[HTMLMediaElement.html]
expected: TIMEOUT

View file

@ -315,21 +315,18 @@
[<iframe>: separate response Content-Type: text/html;x=" text/plain] [<iframe>: separate response Content-Type: text/html;x=" text/plain]
expected: FAIL expected: FAIL
[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: text/html */*] [<iframe>: separate response Content-Type: text/html */*]
expected: FAIL expected: FAIL
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
expected: FAIL
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk] [<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
expected: FAIL expected: FAIL
[<iframe>: combined response Content-Type: text/html;" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: */* text/html]
expected: FAIL
[<iframe>: separate response Content-Type: text/html;" text/plain]
expected: FAIL

View file

@ -56,6 +56,6 @@
[separate text/javascript x/x] [separate text/javascript x/x]
expected: FAIL expected: FAIL
[separate text/javascript ] [separate text/javascript; charset=windows-1252 text/javascript]
expected: FAIL expected: FAIL

View file

@ -0,0 +1,4 @@
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,5 +1,4 @@
[embedded-opener-remove-frame.html] [embedded-opener-remove-frame.html]
expected: CRASH
[opener and "removed" embedded documents] [opener and "removed" embedded documents]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[supported-elements.html] [supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus] [Contenteditable element should support autofocus]
expected: FAIL expected: FAIL
@ -9,7 +10,7 @@
expected: FAIL expected: FAIL
[Area element should support autofocus] [Area element should support autofocus]
expected: FAIL expected: TIMEOUT
[Host element with delegatesFocus should support autofocus] [Host element with delegatesFocus should support autofocus]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,6 @@
[iframe_sandbox_popups_nonescaping-1.html] [iframe_sandbox_popups_nonescaping-1.html]
type: testharness type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox] [Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL expected: NOTRUN

View file

@ -1,5 +1,6 @@
[iframe_sandbox_popups_nonescaping-3.html] [iframe_sandbox_popups_nonescaping-3.html]
type: testharness type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox] [Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL expected: NOTRUN

View file

@ -0,0 +1,4 @@
[form-double-submit.html]
[default submit action should supersede onclick submit()]
expected: FAIL

View file

@ -1,5 +1,6 @@
[htmlanchorelement_noopener.html] [htmlanchorelement_noopener.html]
type: testharness type: testharness
expected: TIMEOUT
[Check that targeting of rel=noopener with a given name ignores an existing window with that name] [Check that targeting of rel=noopener with a given name ignores an existing window with that name]
expected: NOTRUN expected: NOTRUN
@ -7,11 +8,11 @@
expected: FAIL expected: FAIL
[Check that rel=noopener with target=_top does a normal load] [Check that rel=noopener with target=_top does a normal load]
expected: FAIL expected: NOTRUN
[Check that rel=noopener with target=_parent does a normal load] [Check that rel=noopener with target=_parent does a normal load]
expected: FAIL expected: NOTRUN
[Check that rel=noopener with target=_self does a normal load] [Check that rel=noopener with target=_self does a normal load]
expected: FAIL expected: NOTRUN

View file

@ -0,0 +1,4 @@
[module-delayed.html]
[async document.write in a module]
expected: FAIL

View file

@ -1,4 +0,0 @@
[module-static-import-delayed.html]
[document.write in an imported module]
expected: FAIL

View file

@ -1,5 +1,5 @@
[ignore-opens-during-unload.window.html] [ignore-opens-during-unload.window.html]
expected: TIMEOUT expected: CRASH
[ignore-opens-during-unload] [ignore-opens-during-unload]
expected: FAIL expected: FAIL

View file

@ -0,0 +1,5 @@
[017.html]
expected: TIMEOUT
[origin of the script that invoked the method, about:blank]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[render_state_update.https.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[Worker-constructor.html]
expected: ERROR

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property set to 'left' on a block element aligns the text to the left." /> <meta name="assert" content="The 'text-align' property set to 'left' on a block element aligns the text to the left." />
<style type="text/css"> <style type="text/css">
@ -19,4 +20,4 @@
<p>Test passes if the words "Filler Text" below are aligned to the left, inside the blue box.</p> <p>Test passes if the words "Filler Text" below are aligned to the left, inside the blue box.</p>
<div>Filler Text</div> <div>Filler Text</div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property set to 'right' on a block element aligns the text to the right." /> <meta name="assert" content="The 'text-align' property set to 'right' on a block element aligns the text to the right." />
<style type="text/css"> <style type="text/css">
@ -19,4 +20,4 @@
<p>Test passes if the words "Filler Text" below are aligned to the right, inside the blue box.</p> <p>Test passes if the words "Filler Text" below are aligned to the right, inside the blue box.</p>
<div>Filler Text</div> <div>Filler Text</div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property set to 'center' on a block element aligns the text in the center." /> <meta name="assert" content="The 'text-align' property set to 'center' on a block element aligns the text in the center." />
<style type="text/css"> <style type="text/css">
@ -19,4 +20,4 @@
<p>Test passes if the words "Filler Text" below are aligned in the center, inside the blue box.</p> <p>Test passes if the words "Filler Text" below are aligned in the center, inside the blue box.</p>
<div>Filler Text</div> <div>Filler Text</div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="Text-align justify on a block element aligns the text on both the left and right sides." /> <meta name="assert" content="Text-align justify on a block element aligns the text on both the left and right sides." />
<style type="text/css"> <style type="text/css">
@ -20,4 +21,4 @@
<p>Test passes if the words "Filler Text" are justified and spaced out on the first two lines of text inside the blue box. The final line of text does not have to be justified but can be based on user agent implementation.</p> <p>Test passes if the words "Filler Text" are justified and spaced out on the first two lines of text inside the blue box. The final line of text does not have to be justified but can be based on user agent implementation.</p>
<div>Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text</div> <div>Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text</div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property set to a value of 'inherit' correctly inherits its value from the parent element." /> <meta name="assert" content="The 'text-align' property set to a value of 'inherit' correctly inherits its value from the parent element." />
<style type="text/css"> <style type="text/css">
@ -28,4 +29,4 @@
<p>Test passes if the words "Filler Text" below are aligned to the right, inside the blue box.</p> <p>Test passes if the words "Filler Text" below are aligned to the right, inside the blue box.</p>
<div>Filler Text</div> <div>Filler Text</div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is not applied to 'display: inline' element." /> <meta name="assert" content="The 'text-align' property is not applied to 'display: inline' element." />
<style type="text/css"> <style type="text/css">
@ -27,4 +28,4 @@
<div id="test">Filler Text Filler Text Filler Text Filler Text</div> <div id="test">Filler Text Filler Text Filler Text Filler Text</div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: block' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: block' elements." />
<style type="text/css"> <style type="text/css">
@ -22,4 +23,4 @@
<span>Filler Text Filler Text Filler Text Filler Text</span> <span>Filler Text Filler Text Filler Text Filler Text</span>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: list-item' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: list-item' elements." />
<style type="text/css"> <style type="text/css">
@ -26,4 +27,4 @@
<span>Filler Text Filler Text Filler Text Filler Text</span> <span>Filler Text Filler Text Filler Text Filler Text</span>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: inline-block' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: inline-block' elements." />
<style type="text/css"> <style type="text/css">
@ -23,4 +24,4 @@
<span>Filler Text Filler Text Filler Text Filler Text</span> <span>Filler Text Filler Text Filler Text Filler Text</span>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: table' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: table' elements." />
<style type="text/css"> <style type="text/css">
@ -33,4 +34,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: inline-table' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: inline-table' elements." />
<style type="text/css"> <style type="text/css">
@ -33,4 +34,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: table-row-group' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: table-row-group' elements." />
<style type="text/css"> <style type="text/css">
@ -39,4 +40,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: table-header-group' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: table-header-group' elements." />
<style type="text/css"> <style type="text/css">
@ -39,4 +40,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: table-footer-group' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: table-footer-group' elements." />
<style type="text/css"> <style type="text/css">
@ -39,4 +40,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: table-row' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: table-row' elements." />
<style type="text/css"> <style type="text/css">
@ -33,4 +34,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is not applied to a 'display: table-column-group' element." /> <meta name="assert" content="The 'text-align' property is not applied to a 'display: table-column-group' element." />
<style type="text/css"> <style type="text/css">
@ -38,4 +39,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is not applied to a 'display: table-column' element." /> <meta name="assert" content="The 'text-align' property is not applied to a 'display: table-column' element." />
<style type="text/css"> <style type="text/css">
@ -38,4 +39,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" /> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'text-align' property is applied to 'display: table-cell' elements." /> <meta name="assert" content="The 'text-align' property is applied to 'display: table-cell' elements." />
<style type="text/css"> <style type="text/css">
@ -34,4 +35,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

Some files were not shown because too many files have changed in this diff Show more