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

Unified Diff: LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html

Issue 751593002: Removed add/removeScopedStyleResolver from StyleEngine (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html
diff --git a/LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html b/LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html
new file mode 100644
index 0000000000000000000000000000000000000000..55766e48915cdcc31b7f56f78367de2c7e266250
--- /dev/null
+++ b/LayoutTests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html
@@ -0,0 +1,6 @@
+<script>
+function start(){
+document.body.appendChild(window.top.div);
+}
+</script>
+<body onload="start()">

Powered by Google App Engine
This is Rietveld 408576698