Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,3 @@
[datatransfer-constructor-001.html]
[Verify DataTransfer constructor]
expected: FAIL

View file

@ -0,0 +1,15 @@
[datatransfer-types.html]
[type's state on DataTransfer creation]
expected: FAIL
[Relationship between types and items]
expected: FAIL
[type's identity]
expected: FAIL
[Verify type is a read-only attribute]
expected: FAIL
[DataTransfer containing files]
expected: FAIL

View file

@ -0,0 +1,3 @@
[datatransferitemlist-remove.html]
[remove()ing an out-of-bounds index does nothing]
expected: FAIL

View file

@ -0,0 +1,63 @@
[draggable.html]
[an <a> element should have a draggable property]
expected: FAIL
[a <div> element should have a draggable property]
expected: FAIL
[an <img> element should have a draggable property]
expected: FAIL
[an <a> element should be draggable by default]
expected: FAIL
[a <div> element should not be draggable by default]
expected: FAIL
[an <img> element should be draggable by default]
expected: FAIL
[an <a> element with draggable="true" should be draggable]
expected: FAIL
[a <div> element with draggable="true" should be draggable]
expected: FAIL
[an <img> element with draggable="true" should be draggable]
expected: FAIL
[an <a> element with draggable="false" should not be draggable]
expected: FAIL
[a <div> element with draggable="false" should not be draggable]
expected: FAIL
[an <img> element with draggable="false" should not be draggable]
expected: FAIL
[an <a> element with draggable="auto" should be draggable]
expected: FAIL
[a <div> element with draggable="auto" should not be draggable]
expected: FAIL
[an <img> element with draggable="auto" should be draggable]
expected: FAIL
[an <a> element with draggable="foo" should be draggable]
expected: FAIL
[a <div> element with draggable="foo" should not be draggable]
expected: FAIL
[an <img> element with draggable="foo" should be draggable]
expected: FAIL
[an <a> element with the draggable property set to "foo" through a script should be draggable]
expected: FAIL
[a <div> element with the draggable property set to "foo" through a script should be draggable]
expected: FAIL
[an <img> element with the draggable property set to "foo" through a script should be draggable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[historical.html]
[ondragexit must not be present on the GlobalEventHandlers locations]
expected: FAIL

View file

@ -0,0 +1,48 @@
[001.html]
[window.DragEvent should be exposed]
expected: FAIL
[DragEvent should have all of the inherited init*Event methods]
expected: FAIL
[initMouseEvent should not throw]
expected: FAIL
[initUIEvent should not throw]
expected: FAIL
[initEvent should not throw]
expected: FAIL
[DragEvent constructor with null as the dataTransfer parameter should be able to fire the event]
expected: FAIL
[DragEvent constructor with undefined as the dataTransfer parameter should be able to fire the event]
expected: FAIL
[DragEvent constructor with custom object as the dataTransfer parameter should throw TypeError]
expected: FAIL
[initMouseEvent should be able to fire the event]
expected: FAIL
[initUIEvent should be able to fire the event]
expected: FAIL
[initEvent should be able to fire the event]
expected: FAIL
[DragEvent constructor with null as the dataTransfer parameter should give null as the dataTransfer]
expected: FAIL
[DragEvent constructor with undefined as the dataTransfer parameter should give null as the dataTransfer]
expected: FAIL
[initMouseEvent should give null as the dataTransfer]
expected: FAIL
[initUIEvent should give null as the dataTransfer]
expected: FAIL
[initEvent should give null as the dataTransfer]
expected: FAIL

View file

@ -0,0 +1,3 @@
[202.html]
[allowTargetOrigin with fake dataTransfer should block events]
expected: FAIL

View file

@ -0,0 +1,3 @@
[draggable-enumerated-ascii-case-insensitive.html]
[keyword false]
expected: FAIL

View file

@ -0,0 +1,882 @@
[draggable_attribute.html]
[Element a should have draggable property]
expected: FAIL
[Element abbr should have draggable property]
expected: FAIL
[Element acronym should have draggable property]
expected: FAIL
[Element address should have draggable property]
expected: FAIL
[Element applet should have draggable property]
expected: FAIL
[Element area should have draggable property]
expected: FAIL
[Element article should have draggable property]
expected: FAIL
[Element aside should have draggable property]
expected: FAIL
[Element audio should have draggable property]
expected: FAIL
[Element b should have draggable property]
expected: FAIL
[Element base should have draggable property]
expected: FAIL
[Element basefont should have draggable property]
expected: FAIL
[Element bdi should have draggable property]
expected: FAIL
[Element bdo should have draggable property]
expected: FAIL
[Element bgsound should have draggable property]
expected: FAIL
[Element big should have draggable property]
expected: FAIL
[Element blink should have draggable property]
expected: FAIL
[Element blockquote should have draggable property]
expected: FAIL
[Element body should have draggable property]
expected: FAIL
[Element br should have draggable property]
expected: FAIL
[Element button should have draggable property]
expected: FAIL
[Element canvas should have draggable property]
expected: FAIL
[Element caption should have draggable property]
expected: FAIL
[Element center should have draggable property]
expected: FAIL
[Element cite should have draggable property]
expected: FAIL
[Element code should have draggable property]
expected: FAIL
[Element col should have draggable property]
expected: FAIL
[Element colgroup should have draggable property]
expected: FAIL
[Element command should have draggable property]
expected: FAIL
[Element data should have draggable property]
expected: FAIL
[Element datalist should have draggable property]
expected: FAIL
[Element dd should have draggable property]
expected: FAIL
[Element del should have draggable property]
expected: FAIL
[Element details should have draggable property]
expected: FAIL
[Element dfn should have draggable property]
expected: FAIL
[Element dialog should have draggable property]
expected: FAIL
[Element dir should have draggable property]
expected: FAIL
[Element directory should have draggable property]
expected: FAIL
[Element div should have draggable property]
expected: FAIL
[Element dl should have draggable property]
expected: FAIL
[Element dt should have draggable property]
expected: FAIL
[Element em should have draggable property]
expected: FAIL
[Element embed should have draggable property]
expected: FAIL
[Element fieldset should have draggable property]
expected: FAIL
[Element figcaption should have draggable property]
expected: FAIL
[Element figure should have draggable property]
expected: FAIL
[Element font should have draggable property]
expected: FAIL
[Element foo-BAR should have draggable property]
expected: FAIL
[Element foo-bar should have draggable property]
expected: FAIL
[Element foo should have draggable property]
expected: FAIL
[Element footer should have draggable property]
expected: FAIL
[Element form should have draggable property]
expected: FAIL
[Element frame should have draggable property]
expected: FAIL
[Element frameset should have draggable property]
expected: FAIL
[Element h1 should have draggable property]
expected: FAIL
[Element h2 should have draggable property]
expected: FAIL
[Element h3 should have draggable property]
expected: FAIL
[Element h4 should have draggable property]
expected: FAIL
[Element h5 should have draggable property]
expected: FAIL
[Element h6 should have draggable property]
expected: FAIL
[Element head should have draggable property]
expected: FAIL
[Element header should have draggable property]
expected: FAIL
[Element hgroup should have draggable property]
expected: FAIL
[Element hr should have draggable property]
expected: FAIL
[Element html should have draggable property]
expected: FAIL
[Element i should have draggable property]
expected: FAIL
[Element iframe should have draggable property]
expected: FAIL
[Element image should have draggable property]
expected: FAIL
[Element img should have draggable property]
expected: FAIL
[Element input should have draggable property]
expected: FAIL
[Element ins should have draggable property]
expected: FAIL
[Element isindex should have draggable property]
expected: FAIL
[Element kbd should have draggable property]
expected: FAIL
[Element keygen should have draggable property]
expected: FAIL
[Element label should have draggable property]
expected: FAIL
[Element legend should have draggable property]
expected: FAIL
[Element li should have draggable property]
expected: FAIL
[Element link should have draggable property]
expected: FAIL
[Element listing should have draggable property]
expected: FAIL
[Element main should have draggable property]
expected: FAIL
[Element map should have draggable property]
expected: FAIL
[Element mark should have draggable property]
expected: FAIL
[Element marquee should have draggable property]
expected: FAIL
[Element menu should have draggable property]
expected: FAIL
[Element meta should have draggable property]
expected: FAIL
[Element meter should have draggable property]
expected: FAIL
[Element mod should have draggable property]
expected: FAIL
[Element multicol should have draggable property]
expected: FAIL
[Element nav should have draggable property]
expected: FAIL
[Element nextid should have draggable property]
expected: FAIL
[Element nobr should have draggable property]
expected: FAIL
[Element noembed should have draggable property]
expected: FAIL
[Element noframes should have draggable property]
expected: FAIL
[Element noscript should have draggable property]
expected: FAIL
[Element object should have draggable property]
expected: FAIL
[Element ol should have draggable property]
expected: FAIL
[Element optgroup should have draggable property]
expected: FAIL
[Element option should have draggable property]
expected: FAIL
[Element output should have draggable property]
expected: FAIL
[Element p should have draggable property]
expected: FAIL
[Element param should have draggable property]
expected: FAIL
[Element picture should have draggable property]
expected: FAIL
[Element plaintext should have draggable property]
expected: FAIL
[Element pre should have draggable property]
expected: FAIL
[Element progress should have draggable property]
expected: FAIL
[Element q should have draggable property]
expected: FAIL
[Element quasit should have draggable property]
expected: FAIL
[Element rb should have draggable property]
expected: FAIL
[Element rp should have draggable property]
expected: FAIL
[Element rt should have draggable property]
expected: FAIL
[Element rtc should have draggable property]
expected: FAIL
[Element ruby should have draggable property]
expected: FAIL
[Element s should have draggable property]
expected: FAIL
[Element samp should have draggable property]
expected: FAIL
[Element script should have draggable property]
expected: FAIL
[Element section should have draggable property]
expected: FAIL
[Element select should have draggable property]
expected: FAIL
[Element slot should have draggable property]
expected: FAIL
[Element small should have draggable property]
expected: FAIL
[Element source should have draggable property]
expected: FAIL
[Element spacer should have draggable property]
expected: FAIL
[Element span should have draggable property]
expected: FAIL
[Element strike should have draggable property]
expected: FAIL
[Element strong should have draggable property]
expected: FAIL
[Element style should have draggable property]
expected: FAIL
[Element sub should have draggable property]
expected: FAIL
[Element summary should have draggable property]
expected: FAIL
[Element sup should have draggable property]
expected: FAIL
[Element table should have draggable property]
expected: FAIL
[Element tbody should have draggable property]
expected: FAIL
[Element td should have draggable property]
expected: FAIL
[Element textarea should have draggable property]
expected: FAIL
[Element tfoot should have draggable property]
expected: FAIL
[Element th should have draggable property]
expected: FAIL
[Element thead should have draggable property]
expected: FAIL
[Element time should have draggable property]
expected: FAIL
[Element title should have draggable property]
expected: FAIL
[Element tr should have draggable property]
expected: FAIL
[Element track should have draggable property]
expected: FAIL
[Element tt should have draggable property]
expected: FAIL
[Element u should have draggable property]
expected: FAIL
[Element ul should have draggable property]
expected: FAIL
[Element var should have draggable property]
expected: FAIL
[Element video should have draggable property]
expected: FAIL
[Element wbr should have draggable property]
expected: FAIL
[Element xmp should have draggable property]
expected: FAIL
[Element å-bar should have draggable property]
expected: FAIL
[Element a draggable attribute test]
expected: FAIL
[Element abbr draggable attribute test]
expected: FAIL
[Element acronym draggable attribute test]
expected: FAIL
[Element address draggable attribute test]
expected: FAIL
[Element applet draggable attribute test]
expected: FAIL
[Element area draggable attribute test]
expected: FAIL
[Element article draggable attribute test]
expected: FAIL
[Element aside draggable attribute test]
expected: FAIL
[Element audio draggable attribute test]
expected: FAIL
[Element b draggable attribute test]
expected: FAIL
[Element base draggable attribute test]
expected: FAIL
[Element basefont draggable attribute test]
expected: FAIL
[Element bdi draggable attribute test]
expected: FAIL
[Element bdo draggable attribute test]
expected: FAIL
[Element bgsound draggable attribute test]
expected: FAIL
[Element big draggable attribute test]
expected: FAIL
[Element blink draggable attribute test]
expected: FAIL
[Element blockquote draggable attribute test]
expected: FAIL
[Element body draggable attribute test]
expected: FAIL
[Element br draggable attribute test]
expected: FAIL
[Element button draggable attribute test]
expected: FAIL
[Element canvas draggable attribute test]
expected: FAIL
[Element caption draggable attribute test]
expected: FAIL
[Element center draggable attribute test]
expected: FAIL
[Element cite draggable attribute test]
expected: FAIL
[Element code draggable attribute test]
expected: FAIL
[Element col draggable attribute test]
expected: FAIL
[Element colgroup draggable attribute test]
expected: FAIL
[Element command draggable attribute test]
expected: FAIL
[Element data draggable attribute test]
expected: FAIL
[Element datalist draggable attribute test]
expected: FAIL
[Element dd draggable attribute test]
expected: FAIL
[Element del draggable attribute test]
expected: FAIL
[Element details draggable attribute test]
expected: FAIL
[Element dfn draggable attribute test]
expected: FAIL
[Element dialog draggable attribute test]
expected: FAIL
[Element dir draggable attribute test]
expected: FAIL
[Element directory draggable attribute test]
expected: FAIL
[Element div draggable attribute test]
expected: FAIL
[Element dl draggable attribute test]
expected: FAIL
[Element dt draggable attribute test]
expected: FAIL
[Element em draggable attribute test]
expected: FAIL
[Element embed draggable attribute test]
expected: FAIL
[Element fieldset draggable attribute test]
expected: FAIL
[Element figcaption draggable attribute test]
expected: FAIL
[Element figure draggable attribute test]
expected: FAIL
[Element font draggable attribute test]
expected: FAIL
[Element foo-BAR draggable attribute test]
expected: FAIL
[Element foo-bar draggable attribute test]
expected: FAIL
[Element foo draggable attribute test]
expected: FAIL
[Element footer draggable attribute test]
expected: FAIL
[Element form draggable attribute test]
expected: FAIL
[Element frame draggable attribute test]
expected: FAIL
[Element frameset draggable attribute test]
expected: FAIL
[Element h1 draggable attribute test]
expected: FAIL
[Element h2 draggable attribute test]
expected: FAIL
[Element h3 draggable attribute test]
expected: FAIL
[Element h4 draggable attribute test]
expected: FAIL
[Element h5 draggable attribute test]
expected: FAIL
[Element h6 draggable attribute test]
expected: FAIL
[Element head draggable attribute test]
expected: FAIL
[Element header draggable attribute test]
expected: FAIL
[Element hgroup draggable attribute test]
expected: FAIL
[Element hr draggable attribute test]
expected: FAIL
[Element html draggable attribute test]
expected: FAIL
[Element i draggable attribute test]
expected: FAIL
[Element iframe draggable attribute test]
expected: FAIL
[Element image draggable attribute test]
expected: FAIL
[Element img draggable attribute test]
expected: FAIL
[Element input draggable attribute test]
expected: FAIL
[Element ins draggable attribute test]
expected: FAIL
[Element isindex draggable attribute test]
expected: FAIL
[Element kbd draggable attribute test]
expected: FAIL
[Element keygen draggable attribute test]
expected: FAIL
[Element label draggable attribute test]
expected: FAIL
[Element legend draggable attribute test]
expected: FAIL
[Element li draggable attribute test]
expected: FAIL
[Element link draggable attribute test]
expected: FAIL
[Element listing draggable attribute test]
expected: FAIL
[Element main draggable attribute test]
expected: FAIL
[Element map draggable attribute test]
expected: FAIL
[Element mark draggable attribute test]
expected: FAIL
[Element marquee draggable attribute test]
expected: FAIL
[Element menu draggable attribute test]
expected: FAIL
[Element meta draggable attribute test]
expected: FAIL
[Element meter draggable attribute test]
expected: FAIL
[Element mod draggable attribute test]
expected: FAIL
[Element multicol draggable attribute test]
expected: FAIL
[Element nav draggable attribute test]
expected: FAIL
[Element nextid draggable attribute test]
expected: FAIL
[Element nobr draggable attribute test]
expected: FAIL
[Element noembed draggable attribute test]
expected: FAIL
[Element noframes draggable attribute test]
expected: FAIL
[Element noscript draggable attribute test]
expected: FAIL
[Element object draggable attribute test]
expected: FAIL
[Element ol draggable attribute test]
expected: FAIL
[Element optgroup draggable attribute test]
expected: FAIL
[Element option draggable attribute test]
expected: FAIL
[Element output draggable attribute test]
expected: FAIL
[Element p draggable attribute test]
expected: FAIL
[Element param draggable attribute test]
expected: FAIL
[Element picture draggable attribute test]
expected: FAIL
[Element plaintext draggable attribute test]
expected: FAIL
[Element pre draggable attribute test]
expected: FAIL
[Element progress draggable attribute test]
expected: FAIL
[Element q draggable attribute test]
expected: FAIL
[Element quasit draggable attribute test]
expected: FAIL
[Element rb draggable attribute test]
expected: FAIL
[Element rp draggable attribute test]
expected: FAIL
[Element rt draggable attribute test]
expected: FAIL
[Element rtc draggable attribute test]
expected: FAIL
[Element ruby draggable attribute test]
expected: FAIL
[Element s draggable attribute test]
expected: FAIL
[Element samp draggable attribute test]
expected: FAIL
[Element script draggable attribute test]
expected: FAIL
[Element section draggable attribute test]
expected: FAIL
[Element select draggable attribute test]
expected: FAIL
[Element slot draggable attribute test]
expected: FAIL
[Element small draggable attribute test]
expected: FAIL
[Element source draggable attribute test]
expected: FAIL
[Element spacer draggable attribute test]
expected: FAIL
[Element span draggable attribute test]
expected: FAIL
[Element strike draggable attribute test]
expected: FAIL
[Element strong draggable attribute test]
expected: FAIL
[Element style draggable attribute test]
expected: FAIL
[Element sub draggable attribute test]
expected: FAIL
[Element summary draggable attribute test]
expected: FAIL
[Element sup draggable attribute test]
expected: FAIL
[Element table draggable attribute test]
expected: FAIL
[Element tbody draggable attribute test]
expected: FAIL
[Element td draggable attribute test]
expected: FAIL
[Element textarea draggable attribute test]
expected: FAIL
[Element tfoot draggable attribute test]
expected: FAIL
[Element th draggable attribute test]
expected: FAIL
[Element thead draggable attribute test]
expected: FAIL
[Element time draggable attribute test]
expected: FAIL
[Element title draggable attribute test]
expected: FAIL
[Element tr draggable attribute test]
expected: FAIL
[Element track draggable attribute test]
expected: FAIL
[Element tt draggable attribute test]
expected: FAIL
[Element u draggable attribute test]
expected: FAIL
[Element ul draggable attribute test]
expected: FAIL
[Element var draggable attribute test]
expected: FAIL
[Element video draggable attribute test]
expected: FAIL
[Element wbr draggable attribute test]
expected: FAIL
[Element xmp draggable attribute test]
expected: FAIL
[Element å-bar draggable attribute test]
expected: FAIL

View file

@ -0,0 +1,6 @@
[dropzone_attribute.html]
[div.dropzone should not be null]
expected: FAIL
[div dropzone idl attribute must reflect the content attribute of the same name]
expected: FAIL

View file

@ -0,0 +1,24 @@
[autocapitalize.html]
[Test that the autocapitalize is available on HTMLInputElement.]
expected: FAIL
[Test that the autocapitalize is available on HTMLTextAreaElement.]
expected: FAIL
[Test that the autocapitalize is available on div.]
expected: FAIL
[Test deprecated values of autocapitalize.]
expected: FAIL
[Test reflection of autocapitalize.]
expected: FAIL
[Test that the IDL attribute returns the empty string if the content attribute is not set.]
expected: FAIL
[Test inheriting values from a form.]
expected: FAIL
[Verify that even input types that are never autocapitalized support the IDL interface.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[contentEditable-slotted-inherit.html]
[Slotted child of contenteditable host should be editable - slot direct child of shadow root]
expected: FAIL
[Slotted child of contenteditable host should be editable - slot wrapped in shadow tree ancestor]
expected: FAIL

View file

@ -0,0 +1,51 @@
[contenteditable-enumerated-ascii-case-insensitive.html]
[IDL attribute setter for value "true"]
expected: FAIL
[IDL attribute getter for attribute value "TRUE"]
expected: FAIL
[IDL attribute setter for value "TRUE"]
expected: FAIL
[IDL attribute setter for value "false"]
expected: FAIL
[IDL attribute getter for attribute value "FALSE"]
expected: FAIL
[IDL attribute setter for value "FALSE"]
expected: FAIL
[IDL attribute setter for value "plaintext-only"]
expected: FAIL
[IDL attribute getter for attribute value "PLAINTEXT-ONLY"]
expected: FAIL
[IDL attribute setter for value "PLAINTEXT-ONLY"]
expected: FAIL
[IDL attribute getter for attribute value "foobar"]
expected: FAIL
[IDL attribute setter for value "foobar"]
expected: FAIL
[IDL attribute getter for attribute value "falſe"]
expected: FAIL
[IDL attribute setter for value "falſe"]
expected: FAIL
[IDL attribute getter for attribute value "plaıntext-only"]
expected: FAIL
[IDL attribute setter for value "plaıntext-only"]
expected: FAIL
[IDL attribute getter for attribute value "plaİntext-only"]
expected: FAIL
[IDL attribute setter for value "plaİntext-only"]
expected: FAIL

View file

@ -0,0 +1,18 @@
[user-interaction-editing-contenteditable.html]
[empty contentEditable attribute]
expected: FAIL
[set contentEditable = "true"]
expected: FAIL
[set contentEditable = "false"]
expected: FAIL
[set parent element contentEditable = "true"]
expected: FAIL
[contentEditable=plaintext-only attribute]
expected: FAIL
[set parent element contentEditable = "plaintext-only"]
expected: FAIL

View file

@ -0,0 +1,2 @@
[user-interaction-editing-designMode-svg.svg]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[user-interaction-editing-designMode-xml.xml]
expected: ERROR

View file

@ -0,0 +1,9 @@
[user-interaction-editing-designMode.html]
[initial designMode attribute]
expected: FAIL
[set designMode = "on"]
expected: FAIL
[set designMode = "off"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[spellcheck-enumerated-ascii-case-insensitive.html]
[keyword false]
expected: FAIL

View file

@ -0,0 +1,2 @@
[spelling-markers-009.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[spelling-markers-010.html]
expected: FAIL

View file

@ -0,0 +1,9 @@
[user-interaction-editing-spellcheck.html]
[Getting spellcheck IDL attribute]
expected: FAIL
[Setting spellcheck IDL attribute to true]
expected: FAIL
[Setting spellcheck IDL attribute to false]
expected: FAIL

View file

@ -0,0 +1,24 @@
[beforematch-element-fragment-navigation.html]
[Verifies that fragment navigation reveals hidden=until-found elements.]
expected: FAIL
[Verifies that fragment navigation reveals all parent hidden=until-found elements.]
expected: FAIL
[Verifies that the beforematch event is fired synchronously and bubbles after fragment navigation.]
expected: FAIL
[Verifies that when a beforematch event handler moves a matching element, we scroll to its final location.]
expected: FAIL
[Verifies that the beforematch event is fired on the right element when there are multiple hidden=until-found elements.]
expected: FAIL
[Verifies that no scrolling occurs when an element selected by the fragment identifier is detached by the beforematch event handler.]
expected: FAIL
[No scrolling should occur when the beforematch event handler sets the target element's style to display: none.]
expected: FAIL
[Scrolling should still occur when beforematch sets visiblity:hidden on the target element.]
expected: FAIL

View file

@ -0,0 +1,15 @@
[hidden-idl.html]
[div.hidden = "until-found"]
expected: FAIL
[div.hidden = "UNTIL-FOUND"]
expected: FAIL
[div.hidden = "UnTiL-FoUnD"]
expected: FAIL
[div.hidden = "untıl-found"]
expected: FAIL
[div.hidden = "untİl-found"]
expected: FAIL

View file

@ -0,0 +1,21 @@
[hidden-ua-stylesheet.html]
[div.removeAttribute('hidden')]
expected: FAIL
[div.setAttribute('hidden', '')]
expected: FAIL
[div.setAttribute('hidden', 'asdf')]
expected: FAIL
[div.setAttribute('hidden', 'until-found')]
expected: FAIL
[div.setAttribute('hidden', 'UNTIL-FOUND')]
expected: FAIL
[div.setAttribute('hidden', 'UnTiL-FoUnD')]
expected: FAIL
[div.setAttribute('hidden', '0')]
expected: FAIL