Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(717)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/alignment/parse-alignment-of-root-elements-expected.txt

Issue 2913093002: Revert of [css-align] Don't resolve 'auto' values for computed style. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 17:
2 CONSOLE MESSAGE: line 18: *** Test 'auto' value resolution for the document root node. ***
3 CONSOLE MESSAGE: line 96:
4 CONSOLE MESSAGE: line 97: *** Test 'auto' value resolution for the shadow DOM ro ot node. ***
5 CONSOLE MESSAGE: line 104:
6 CONSOLE MESSAGE: line 149:
7 CONSOLE MESSAGE: line 150: *** Test 'auto' value resolution for the shadow DOM ' slotted' elements. ***
8 This is a testharness.js-based test.
9 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Check out how the DOM's root element align-items's value is used to resolve its children's align-self 'auto' values."
10 PASS Check out how the DOM's root element resolves the align-self 'auto' values.
11 PASS Check out how the DOM's root element align-items's value is used to resolve its children's align-self 'auto' values.
12 PASS Check out how the DOM's root element deals with 'auto' value in align-items .
13 PASS Check out how the DOM's root element resolves the justify-self 'auto' value s.
14 PASS Check out how the DOM's root element align-items's value is used to resolve its children's align-self 'auto' values.
15 PASS Check out how the DOM's root element deals with 'auto' value in justify-ite ms.
16 PASS Check out how the DOM's root element justify-items's value with 'legacy' ke yword is used to resolve any descendant's justify-items 'auto' values.
17 PASS Check out how the DOM's root element recomputes its descendant's style when 'legacy' keyword is removed from its justify-items value.
18 PASS Shadow Node inherits from ShadowHost to resolve the 'auto' values for align -self.
19 PASS Shadow Node inherits from ShadowHost to resolve the 'auto' values for justi fy-self.
20 PASS Check out how the 'legacy' keyword in justify-items propagates from the DOM Tree to the Shadow Node.
21 PASS Check out how align-self uses the 'shadowHost' as 'slotted' element's paren t while 'slot' is not assigned.
22 PASS Check out how justify-self uses the 'shadowHost' as 'slotted' element's par ent while 'slot' is not assigned.
23 PASS Check out how the 'legacy' keyword in justify-items affects the 'slotted' e lements while 'slot' is not assigned.
24 PASS Check out how align-self uses the 'slot' element's parent (Shadow Node) as 'slotted' element' s parent after the 'slot' is assigned.
25 PASS Check out how justify-self uses the 'slot' element's parent (Shadow Node) a s 'slotted' element' s parent after the 'slot' is assigned.
26 PASS Check out how the 'legacy' keyword affects the 'slotted' elements after the 'slot' is assigned.
27 PASS The 'slot' element should not use its parent inside the ShadowDOM tree to r esolve the align-self 'auto' values because Blink does not support slots in the flat tree.
28 PASS The 'slot' element should not use its parent inside the ShadowDOM tree to r esolve the justify-self 'auto' values because Blink does not support slots in th e flat tree.
29 Harness: the test ran to completion.
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698