diff options
Diffstat (limited to 'layout/reftests/display-list/reuse-sc-style-change-1-ref.html')
-rw-r--r-- | layout/reftests/display-list/reuse-sc-style-change-1-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/display-list/reuse-sc-style-change-1-ref.html b/layout/reftests/display-list/reuse-sc-style-change-1-ref.html new file mode 100644 index 0000000000..bfe0ac1bde --- /dev/null +++ b/layout/reftests/display-list/reuse-sc-style-change-1-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + +<head> + <meta charset="UTF-8"> +</head> + +<body> + <div style="will-change: transform;"> + Foo + </div> + <div style="color: green;"> + Bar + </div> +</body> + +</html> |