forked from mirrors/gecko-dev
		
	 d45d2380ec
			
		
	
	
		d45d2380ec
		
	
	
	
	
		
			
			Automatic update from web-platform-tests Invalidate style for inner editor when focus changes. The inner editor style invalidation relied on marking the element style dirty during style recalc if the host input style changed, but that might not be the case if the author overrides any focus styles. Bug: 1078663 Change-Id: I2914ff9bebc4bc239ca29ced7365b2c9155ebbb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2196583 Reviewed-by: Ionel Popescu <iopopesc@microsoft.com> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#768172} -- wpt-commits: 41769744060adc5877bf51085bfa98b16fce5737 wpt-pr: 23546
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			231 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <title>CSS Test Reference</title>
 | |
| <style>
 | |
|   input {
 | |
|     all: initial;
 | |
|     width: 100px;
 | |
|   }
 | |
| </style>
 | |
| <p>You should not see an ellipsis for the text below.</p>
 | |
| <input id="input_element" value="xxxxxxxxxxxxxxxxxxxx">
 |