Index: LayoutTests/fast/dom/shadow/offsetWidth-host-style-change-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/offsetWidth-host-style-change-expected.txt b/LayoutTests/fast/dom/shadow/offsetWidth-host-style-change-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..67a5303e59dcb13d2a713de2651906063d9e228b |
--- /dev/null |
+++ b/LayoutTests/fast/dom/shadow/offsetWidth-host-style-change-expected.txt |
@@ -0,0 +1,11 @@ |
+offsetWidth of a fixed width element should cause a style recalc if host styles are invalid |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+PASS div.offsetWidth is 100 |
+PASS div.offsetWidth is 0 |
+ |