diff options
Diffstat (limited to 'layout/reftests/webcomponents/basic-shadow-element-1-ref.html')
-rw-r--r-- | layout/reftests/webcomponents/basic-shadow-element-1-ref.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/layout/reftests/webcomponents/basic-shadow-element-1-ref.html b/layout/reftests/webcomponents/basic-shadow-element-1-ref.html deleted file mode 100644 index a47b9362a..000000000 --- a/layout/reftests/webcomponents/basic-shadow-element-1-ref.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE HTML> -<html> -<head> -</head> -<body> -<div> - <div style="width:100px; height:100px; background-color:green"></div><div style="width:100px; height:100px; background-color:orange">Hello World</div> -</div> -</body> -</html> |