forked from mirrors/gecko-dev
		
	 af1440c7d0
			
		
	
	
		af1440c7d0
		
	
	
	
	
		
			
			Automatic update from web-platform-tests Move monolithic-overflow-* from css/printing to css/css-page. (#44422) Ideally, css/printing/ should be emptied. Here's a step in that direction. See https://github.com/web-platform-tests/wpt/issues/42937 I also just removed the failure expectations from ChromeTestExpectations, since I couldn't find the reason why they were added in the first place, and besides, all bots seem to be happy. Change-Id: I4af6c637861e6ecbfa18b680deb9e82e0e7876f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5272546 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/main@{#1257066} Co-authored-by: Morten Stenshorne <mstensho@chromium.org> -- wpt-commits: 0f06b11a0ecd9df6f881ebbe6b0dbc5516794de9 wpt-pr: 44422
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			397 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			397 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
 | |
| <link rel="help" href="https://www.w3.org/TR/css-break-3/#possible-breaks">
 | |
| <link rel="match" href="monolithic-overflow-026-print-ref.html">
 | |
| <style>
 | |
|   body { margin:0; }
 | |
| </style>
 | |
| <div style="contain:size; height:210vh;">
 | |
|   <div style="height:410vh;">
 | |
|     There should be five pages.
 | |
|   </div>
 | |
| </div>
 |