Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html

Issue 2086013003: Make sure to lazyReattach a distributed node if it is already attached (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html b/third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html
similarity index 68%
copy from third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html
copy to third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html
index c267f5413a661d31cc33e4a80a46c3aa7a9e4574..1019ee97640ab6c18116729bbdaccb915a56a32d 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/layout-expected.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<style>
-body {
+ div {
background-color: green;
-}
+ }
</style>
-<body></body>
+<div>Hello</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/shadow-dom/layout.html ('k') | third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698