 Chromium Code Reviews
 Chromium Code Reviews Issue 18080016:
  [CSS Regions] Elements in a region should be assignable to a named flow  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 18080016:
  [CSS Regions] Elements in a region should be assignable to a named flow  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: LayoutTests/fast/regions/universal-selector-children-to-the-same-region-expected.txt | 
| diff --git a/LayoutTests/fast/regions/universal-selector-children-to-the-same-region-expected.txt b/LayoutTests/fast/regions/universal-selector-children-to-the-same-region-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..bd1013b29b8058656e6603df7333fc64e7ee717b | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/regions/universal-selector-children-to-the-same-region-expected.txt | 
| @@ -0,0 +1,5 @@ | 
| +PASS: this is inline | 
| +PASS: and block content inside a region that is flowed into the same region | 
| + | 
| +PASS: button | 
| +Bug 228566 - [CSS Regions] Elements in a region should be assignable to a named flow |